diff --git a/Makefile b/Makefile index e83cf8633eb95..ad1ec9bd1260f 100644 --- a/Makefile +++ b/Makefile @@ -1000,6 +1000,7 @@ ifeq ($(TARGETSYSTEM), LINUX) DATA_PREFIX=$(DESTDIR)$(PREFIX)/share/cataclysm-dda/ BIN_PREFIX=$(DESTDIR)$(PREFIX)/bin LOCALE_DIR=$(DESTDIR)$(PREFIX)/share/locale +SHARE_DIR=$(DESTDIR)$(PREFIX)/share install: version $(TARGET) mkdir -p $(DATA_PREFIX) mkdir -p $(BIN_PREFIX) @@ -1016,6 +1017,9 @@ install: version $(TARGET) cp -R --no-preserve=ownership data/help $(DATA_PREFIX) ifeq ($(TILES), 1) cp -R --no-preserve=ownership gfx $(DATA_PREFIX) + install -Dm755 -t $(SHARE_DIR)/applications/ data/xdg/org.cataclysmdda.CataclysmDDA.desktop + install -Dm644 -t $(SHARE_DIR)/metainfo/ data/xdg/org.cataclysmdda.CataclysmDDA.appdata.xml + install -Dm644 -t $(SHARE_DIR)/icons/hicolor/scalable/apps/ data/xdg/org.cataclysmdda.CataclysmDDA.svg endif ifeq ($(SOUND), 1) cp -R --no-preserve=ownership data/sound $(DATA_PREFIX) @@ -1032,6 +1036,7 @@ ifeq ($(TARGETSYSTEM), CYGWIN) DATA_PREFIX=$(DESTDIR)$(PREFIX)/share/cataclysm-dda/ BIN_PREFIX=$(DESTDIR)$(PREFIX)/bin LOCALE_DIR=$(DESTDIR)$(PREFIX)/share/locale +SHARE_DIR=$(DESTDIR)$(PREFIX)/share install: version $(TARGET) mkdir -p $(DATA_PREFIX) mkdir -p $(BIN_PREFIX) @@ -1048,6 +1053,9 @@ install: version $(TARGET) cp -R --no-preserve=ownership data/help $(DATA_PREFIX) ifeq ($(TILES), 1) cp -R --no-preserve=ownership gfx $(DATA_PREFIX) + install -Dm755 -t $(SHARE_DIR)/applications/ data/xdg/org.cataclysmdda.CataclysmDDA.desktop + install -Dm644 -t $(SHARE_DIR)/metainfo/ data/xdg/org.cataclysmdda.CataclysmDDA.appdata.xml + install -Dm644 -t $(SHARE_DIR)/icons/hicolor/scalable/apps/ data/xdg/org.cataclysmdda.CataclysmDDA.svg endif ifeq ($(SOUND), 1) cp -R --no-preserve=ownership data/sound $(DATA_PREFIX) diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml new file mode 100644 index 0000000000000..d20e318ce490f --- /dev/null +++ b/android/app/src/main/res/values-de/strings.xml @@ -0,0 +1,15 @@ + + + Installiere Spieldaten... + Aktualisiere Spieldaten... + Hilfe & Steuerung + \"Wischen\" für Richtungsbewegung (Halten für virtuellen Joystick). \"Tippen\" um Auswahl in Menüs zu bestätigen oder pausiere einen Zug In-Game (Halten zum pausieren mehrerer Züge). \"Doppel Tippen\" zum Abbrechen oder Zurück in Menüs (Wie ESC auf Tastatur). \"Zusammenkneifen\" zum Rein/Raus zoomen (In-Game). Drücke Hardware \"Zurück\" Knopf fürs Umschalten der virtuellen Tastaur (Halten zum Umschalten der Tastatur Shortcuts). + Software-Rendering + Erwzinge Vollbild + Verstecke Zurück Knopf + Einstellungen + Starte Spiel + Zeige Hilfe + Das Spiel wurde beim letzten Mal nicht richtig beendet + Der Crash Report der sich in ./config/crash.log befindet könnten den Entwicklern helfen Programmfehler zu beheben. + diff --git a/android/app/src/main/res/values-it-rIT/strings.xml b/android/app/src/main/res/values-it-rIT/strings.xml new file mode 100644 index 0000000000000..cd79e5a9c4e5d --- /dev/null +++ b/android/app/src/main/res/values-it-rIT/strings.xml @@ -0,0 +1,15 @@ + + + Sto installando i dati di gioco... + Sto aggiornando i dati di gioco... + Aiuto & Controlli + Fai \"swipe\" per il controllo direzionale (tieni premuto per il joystick virtuale). Tocca lo schermo per dare conferma nei menù contestuali o per passare un turno nel gioco (tieni premuto per passare più turni). Tocca due volte lo schermo per annullare o tornare indietro nei menù (funziona come il tasto ESC). Fai un \"pinch\" per zoommare vicino o lontano (dentro al gioco). Usa il tasto \"Indietro\" del tuo dispositivo per attivare la tastiera virtuale (tieni premuto per attivare le scorciatoie della tastiera). + Modalità software + Forza schermo intero + Blocca il tasto Indietro + Impostazioni + Avvia gioco + Mostra aiuto + Il gioco non è stato chiuso correttamente l\'ultima volta + Il crash report localizzato in ./config/crash.log può aiutare gli sviluppatori a comprendere gli errori di programmazione. + diff --git a/android/app/src/main/res/values-pt-rBR/strings.xml b/android/app/src/main/res/values-pt-rBR/strings.xml new file mode 100644 index 0000000000000..9a58593461df1 --- /dev/null +++ b/android/app/src/main/res/values-pt-rBR/strings.xml @@ -0,0 +1,15 @@ + + + Instalando dados do jogo... + Melhorando dados do jogo... + Controles + \"Deslize\" para movimento direcional (mantenha pressionado para joystick virtual). \"Toque\" para confirmar a seleção no menu, ou Pausar um turno em jogo (mantenha pressionado para Pausar diversos turnos em jogo). \"Toque duas vezes\" para cancelar, ou voltar em menus (funciona como tecla Esc). \"Pince\" para aumentar e diminuir o zoom (em jogo). Use o botão de \"Voltar\" do dispositivo para ativar o teclado virtual (mantenha pressionado para alternar atalhos de teclado). + Renderização de software + Forçar tela cheia + Manter botão de voltar + Configurações + Iniciar jogo + Mostrar ajuda + O jogo não foi encerrado corretamente na última vez + O relatório de erro localizado em ./config/crash.log pode ajudar desenvolvedores a solucionarem erros no programa. + diff --git a/android/app/src/main/res/values-tr/strings.xml b/android/app/src/main/res/values-tr/strings.xml new file mode 100644 index 0000000000000..4cc68e8114ea4 --- /dev/null +++ b/android/app/src/main/res/values-tr/strings.xml @@ -0,0 +1,15 @@ + + + Oyun verileri yükleniyor... + Oyun verileri güncelleniyor... + Yardım & Kontroller + Yönlü hareket için \"Kaydırın\" (sanal joystick için basılı tutun). Menüde seçimi onaylamak veya oyunda bir turu atlamak için \"Dokunun\" (birkaç Tur Atlamak için basılı tutun). İptal etmek veya menülere geri dönmek için \"Çift dokunun\" (ESC tuşu gibi çalışır). (Oyun İçinde) yakınlaştırmak/uzaklaştırmak için \"Sıkıştırın\". Sanal klavyeyi açmak için telefonun \"Geri\" tuşunu kullanın (klavye kısayollarını değiştirmek için basılı tutun). + Software rendering + Tam ekrana zorla + Geri düğmesi + Ayarlar + Oyunu başlat + Yardımı göster + Oyun geçen sefer düzgün şekilde kapatılmadı + \"./config/crash.log\" \'taki çökme raporu geliştiricilerin program hatalarını gidermelerine yardımcı olabilir. + diff --git a/android/app/src/main/res/values-zh-rCN/strings.xml b/android/app/src/main/res/values-zh-rCN/strings.xml index f903b272182b9..185bbb7bd7863 100644 --- a/android/app/src/main/res/values-zh-rCN/strings.xml +++ b/android/app/src/main/res/values-zh-rCN/strings.xml @@ -1,24 +1,24 @@ - 正在解压游戏数据… - 正在合并游戏数据… - 游戏控制帮助 - [屏幕上滑动]可定向移动([按住]可显示虚拟操纵杆,可在设置中选择关闭)。 -[轻触屏幕]可确认菜单中的选项\'或\'在游戏中等待一个回合([长按]可等待几个回合)。 -[双击屏幕]可取消当前操作\'或\'返回菜单(类似于Escape键)。 -游戏中[双指并拢手势]可放大/缩小视图当前分辨率(仅限开启贴图包状态下)。 -[点击系统后退键(手机上的小于号键,在菜单键旁边)]可切出虚拟键盘,按住直至弹窗出现可隐藏/显示下方快捷键栏。 -*设置中可绑定四个双指方向滑动快捷键;例双指向下滑动绑定键为\"i\",即可游戏内双指向下滑动打开物品栏。 + 正在安装游戏数据…… + 正在合并游戏数据…… + 帮助及设置 + [滑动] 按方向移动([长按] 显示虚拟手柄)。 +[短按] 确认菜单选项 或 等待一回合([长按] 等待多回合)。 +[双击] 取消当前操作 或 返回菜单 (等同于 Esc 键)。 +[双指内缩] 放大/缩小视野(游戏中)。 +[系统返回键] 切出虚拟键盘([长按] 隐藏/显示快捷键栏)。 +*设置中可设置四个双指方向滑动快捷键;例:[双指向下滑动] 设置为 \"i\",即可游戏内双指向下滑动打开物品栏。 软件渲染 -(不可开启) +(仅在硬件渲染失效时尝试使用) 强制全屏 -(开启后不显示通知栏与虚拟键) +(隐藏通知栏与虚拟键) 限制返回 -(禁止返回按键退出APP) +(返回按键不会退出游戏) 预设 -(进入游戏后请到 设置-图形 中修改终端宽高比) - 载入游戏 +(首次启动建议进入 设置-图形 调整终端宽高比) + 开始游戏 查看帮助 - 上一次游戏遇到错误异常退出 - 日志文件位于Android/data/CataclysmDDA/files/config/crash.log,可有助于开发者解决程序错误。 + 检测到上次游戏未正常退出 + 崩溃日志已保存至安装目录 ./config/debug.log,上传至官方论坛协助开发者解决游戏异常提供帮助。 diff --git a/data/credits/en.credits b/data/credits/en.credits index 4034b91af2509..35cff2126448b 100644 --- a/data/credits/en.credits +++ b/data/credits/en.credits @@ -6,10 +6,34 @@ Current Main Developers: mlangsdorf - Vehicles, boats, basecamps and modding guides. +I-am-Erk - Ultica legacy lives on. +KorGgenT - Not letting me know where to put my two-by-fours. + +Special thanks to: +Aivean - For outstanding performance. +anothersimulacrum - For making me weary. +jbytheway - For making me achieve things. +BrettDong - For translations and more. +Qrox - For showing location of error messages. +LyleSY - For dinosaurrrs. + +Special thanks for art contributions: +acepleiades, barsoosayque, Fris0uman, int-ua, and many more. + +For a full list of contributors please see: +https://github.com/CleverRaven/Cataclysm-DDA/contributors + +Cataclysm: Dark Days Ahead is released under CC-BY-SA 3.0: +https://creativecommons.org/licenses/by-sa/3.0/ + +****************************************************************************** + +Main Developers (0.E): +mlangsdorf - Vehicles, boats, basecamps and modding guides. I-am-Erk - Ultica, dialogs, NPCs and clutter in the kitchens. KorGgenT - Magiclysm and stomach aches. -Special thanks to: +Special thanks to (0.E): Narc - For maintaining the automatic Jenkins build-bot. Rivet-the-Zombie - For merging a PR a day. BevapDin - For code reviews and refactoring efforts. @@ -24,5 +48,69 @@ For a full list of contributors please see the git repo: https://github.com/CleverRaven/Cataclysm-DDA -Cataclysm: Dark Days Ahead is released under CC-BY-SA 3.0: -https://creativecommons.org/licenses/by-sa/3.0/ +****************************************************************************** + +Main Developers (0.D): +KevinGranade, Rivet-the-Zombie, BevapDin, Coolthulu, i2amroy + +Special thanks to: +Narc - For setting up the automatic Jenkins build-bot. +Acidia - For wonderful NPC, Quest and Location contributions. +Wuzzy and VlasovVitaly - For herculean translation efforts. +HuXTUS - For a huge amount of amazing content. + +****************************************************************************** + +Main Developers (0.C): +KevinGranade, Rivet-the-Zombie, KA101, BevapDin, Coolthulu, i2amroy + +Special thanks to (0.C): +Narc - For setting up the automatic Jenkins build-bot. +Acidia - For wonderful NPC, Quest and Location contributions. +Wuzzy and VlasovVitaly - For herculean translation efforts. +HuXTUS - For a huge amount of amazing content. + +****************************************************************************** + +Main Developers (0.B): +KevinGranade, Rivet-the-Zombie, KA101, BevapDin + +Special thanks to (0.B): +Narc - For setting up the automatic Jenkins build-bot. +Acidia - For wonderful NPC, Quest and Location contributions. +Wuzzy and VlasovVitaly - For herculean translation efforts. +i2amroy - For several large infrastructural overhauls. +HuXTUS - For a huge amount of amazing content. + +****************************************************************************** + +Main Developers (0.A): +KevinGranade, i2amroy, Rivet-the-Zombie, KA101, BevapDin + +Special thanks to (0.A): +TheDarklingWolf - For creating Cataclysm:DDA as we know it. +Narc - For setting up the automatic Jenkins build-bot. +BevapDin - For tireless bugfixing efforts. +dwarfkoala - For a plethora of bug triage. +Ill-kun - For countless UI cleanups. + +****************************************************************************** + +Main Developers (0.9): +KevinGranade, GalenEvil, i2amroy, AtomicDryad, Ianestrachan + +Special thanks to (0.9): +TheDarklingWolf - For creating Cataclysm:DDA as we know it +Narc - For setting up the automatic Jenkins build-bot +yobbobanana - For working as liason between translators and github +Angela 'Rivet' Graves, Constant Creator of Cataclysmic Content + +****************************************************************************** + +Main Developers (0.8): +Kevingranade, GalenEvil, i2amroy, AtomicDryad, Ozone + +Special thanks to (0.8): +TheDarklingWolf - For creating Cataclysm:DDA as we know it +Narc - For setting up the automatic Jenkins build-bot +yobbobanana - For working as liason between translators and github diff --git a/data/credits/ru.credits b/data/credits/ru.credits index 416445be97ca0..ca081da37aa58 100644 --- a/data/credits/ru.credits +++ b/data/credits/ru.credits @@ -11,7 +11,7 @@ Особая благодарность: Aivean - За выдающуюся производительность. -anothersimulacrum - За приятную усталость. +anothersimulacrum - За приятную усталость. jbytheway - За разбор проблем Python, сопоставление проблем и консолидацию требований к чертежам. BrettDong - За переводы и многое другое. Qrox - За показ места, вызывающего сообщения об ошибках. @@ -25,3 +25,89 @@ Cataclysm: Dark Days Ahead выпускается по лицензии CC-BY-SA 3.0: https://creativecommons.org/licenses/by-sa/3.0/ + +****************************************************************************** + +Основные разработчики (0.E): +mlangsdorf - Машины, лодки, лагеря и гайды по моддингу. +I-am-Erk - Ultica, диалоги, NPC и хлам в шкафах. +KorGgenT - Колдоклизм и кишечные колики. + +Особая благодарность (0.E): +Narc - За поддержку автоматической системы сборки Jenkins. +Rivet-the-Zombie - За PR в день (и как ей не лень?). +BevapDin - За обзоры и рефакторинг кода. +BrettDong - За переводы. +curstwist - За крышевание зданий, NPC и чейнжлоги. +davidpwbrown - За авто-перемещения и авто-езду. Ну и за коневодство тоже. +jbytheway - За работу над CI и умение остаивать свою точку зрения. +Hymore246 - За переработку боевых искусств. +Qrox - За читабельную трассировку в Windows-билдах. +ZhilkinSerg - За тестирование и слияние изменений. + +****************************************************************************** + +Основные разработчики (0.D): +KevinGranade, Rivet-the-Zombie, BevapDin, Coolthulu, i2amroy + +Особая благодарность (0.D): +Narc - за настройку Jenkins, автоматической системы сборки. +Acidia - за замечательный вклад в NPC, квесты и локации. +Wuzzy and VlasovVitaly - за титанический труд по переводу. +HuXTUS - за огромное количество потрясающего контента. + +****************************************************************************** + +Основные разработчики (0.C): +KevinGranade, Rivet-the-Zombie, KA101, BevapDin, Coolthulu, i2amroy + +Особая благодарность (0.C): +Narc - за настройку Jenkins, автоматической системы сборки. +Acidia - за замечательный вклад в NPC, квесты и локации. +Wuzzy and VlasovVitaly - за титанический труд по переводу. +HuXTUS - за огромное количество потрясающего контента. + +****************************************************************************** + +Основные разработчики (0.B): +KevinGranade, Rivet-the-Zombie, KA101, BevapDin + +Особая благодарность (0.B): +Narc - за настройку Jenkins, автоматической системы сборки. +Acidia - за замечательный вклад в NPC, квесты и локации. +Wuzzy and VlasovVitaly - за титанический труд по переводу. +i2amroy - For several large infrastructural overhauls. +HuXTUS - за огромное количество потрясающего контента. + +****************************************************************************** + +Основные разработчики (0.A): +KevinGranade, i2amroy, Rivet-the-Zombie, KA101, BevapDin + +Особая благодарность (0.A): +TheDarklingWolf - For creating Cataclysm:DDA as we know it. +Narc - For setting up the automatic Jenkins build-bot. +BevapDin - For tireless bugfixing efforts. +dwarfkoala - For a plethora of bug triage. +Ill-kun - For countless UI cleanups. + +****************************************************************************** + +Main Developers (0.9): +KevinGranade, GalenEvil, i2amroy, AtomicDryad, Ianestrachan + +Special thanks to (0.9): +TheDarklingWolf - For creating Cataclysm:DDA as we know it +Narc - For setting up the automatic Jenkins build-bot +yobbobanana - For working as liason between translators and github +Angela 'Rivet' Graves, Constant Creator of Cataclysmic Content + +****************************************************************************** + +Main Developers (0.8): +Kevingranade, GalenEvil, i2amroy, AtomicDryad, Ozone + +Special thanks to (0.8): +TheDarklingWolf - For creating Cataclysm:DDA as we know it +Narc - For setting up the automatic Jenkins build-bot +yobbobanana - For working as liason between translators and github diff --git a/data/json/furniture_and_terrain/terrain-fences-gates.json b/data/json/furniture_and_terrain/terrain-fences-gates.json index ce0747030ad1f..af76ca671678e 100644 --- a/data/json/furniture_and_terrain/terrain-fences-gates.json +++ b/data/json/furniture_and_terrain/terrain-fences-gates.json @@ -442,7 +442,6 @@ "looks_like": "t_chickenwire_fence", "move_cost": 0, "flags": [ "TRANSPARENT", "NOITEM", "PERMEABLE", "AUTO_WALL_SYMBOL", "BURROWABLE", "AUTO_WALL_SYMBOL" ], - "examine_action": "chainfence", "deconstruct": { "ter_set": "t_floor", "items": [ { "item": "screen_mesh", "count": 1 }, { "item": "nail", "charges": 10 }, { "item": "2x4", "charges": 4 } ] diff --git a/data/json/furniture_and_terrain/terrain-windows.json b/data/json/furniture_and_terrain/terrain-windows.json index 5146359ef6a4c..0953c8eb9cad3 100644 --- a/data/json/furniture_and_terrain/terrain-windows.json +++ b/data/json/furniture_and_terrain/terrain-windows.json @@ -255,7 +255,7 @@ "SMALL_PASSAGE", "WINDOW" ], - "curtain_transform": "t_window_no_curtains", + "curtain_transform": "t_window_no_curtains_open", "examine_action": "curtains", "close": "t_window_domestic", "deconstruct": { diff --git a/data/json/items/armor/bandolier.json b/data/json/items/armor/bandolier.json index 2506f78f7a20c..d20d91322a436 100644 --- a/data/json/items/armor/bandolier.json +++ b/data/json/items/armor/bandolier.json @@ -42,7 +42,7 @@ "moves": 20 } ], - "flags": [ "WATER_FRIENDLY", "WAIST", "OVERSIZE", "FANCY" ] + "flags": [ "WATER_FRIENDLY", "WAIST", "OVERSIZE" ] }, { "id": "bandolier_rifle", diff --git a/data/json/items/armor/belts.json b/data/json/items/armor/belts.json index 1c46f6d698371..053a52ff0c384 100644 --- a/data/json/items/armor/belts.json +++ b/data/json/items/armor/belts.json @@ -27,10 +27,11 @@ } ], "use_action": { "type": "holster", "holster_prompt": "Attach what to belt loop?", "holster_msg": "You clip your %s to your %s" }, - "flags": [ "FANCY", "WAIST", "NO_QUICKDRAW", "WATER_FRIENDLY" ] + "flags": [ "WAIST", "NO_QUICKDRAW", "WATER_FRIENDLY" ] }, { "abstract": "judo_belt_abstract", + "repairs_like": "scarf", "type": "ARMOR", "name": { "str": "judo belt template" }, "description": "This is a template for judo belts. If found in a game, it is a bug.", diff --git a/data/json/items/armor/boots.json b/data/json/items/armor/boots.json index 27ab9f419a516..6acc46420dfec 100644 --- a/data/json/items/armor/boots.json +++ b/data/json/items/armor/boots.json @@ -743,8 +743,7 @@ "encumbrance": 60, "warmth": 20, "material_thickness": 2.5, - "environmental_protection": 2, - "flags": [ "FANCY" ] + "environmental_protection": 2 }, { "id": "dance_shoes", @@ -956,7 +955,7 @@ "coverage": 30, "encumbrance": 50, "material_thickness": 1.5, - "flags": [ "VARSIZE", "SUPER_FANCY" ] + "flags": [ "VARSIZE", "FANCY" ] }, { "id": "knee_high_boots", @@ -1259,7 +1258,7 @@ "warmth": 20, "material_thickness": 2, "environmental_protection": 2, - "flags": [ "VARSIZE", "WATERPROOF", "FANCY" ] + "flags": [ "VARSIZE", "WATERPROOF" ] }, { "id": "wetsuit_booties", diff --git a/data/json/items/armor/coats.json b/data/json/items/armor/coats.json index 40ce1171431ee..b4ce03d04c4f8 100644 --- a/data/json/items/armor/coats.json +++ b/data/json/items/armor/coats.json @@ -741,7 +741,7 @@ "material_thickness": 1.0, "environmental_protection": 1, "valid_mods": [ "steel_padded" ], - "flags": [ "VARSIZE", "POCKETS", "OUTER", "FANCY" ] + "flags": [ "VARSIZE", "POCKETS", "OUTER" ] }, { "id": "jacket_light", @@ -880,7 +880,7 @@ "encumbrance": 2, "warmth": 20, "material_thickness": 0.5, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "keikogi", @@ -954,7 +954,7 @@ ], "warmth": 5, "material_thickness": 0.15, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "haori", @@ -1080,7 +1080,7 @@ "encumbrance": 2, "warmth": 12, "material_thickness": 0.5, - "flags": [ "VARSIZE", "FANCY", "OUTER" ] + "flags": [ "VARSIZE", "OUTER" ] }, { "id": "ski_jacket", diff --git a/data/json/items/armor/eyewear.json b/data/json/items/armor/eyewear.json index 1b404cdb428bb..17c851be62bdd 100644 --- a/data/json/items/armor/eyewear.json +++ b/data/json/items/armor/eyewear.json @@ -40,7 +40,7 @@ "coverage": 50, "encumbrance": 30, "material_thickness": 1, - "flags": [ "WATER_FRIENDLY", "SKINTIGHT", "FANCY" ] + "flags": [ "WATER_FRIENDLY", "SKINTIGHT" ] }, { "id": "fancy_sunglasses", @@ -176,7 +176,7 @@ "coverage": 20, "material_thickness": 1, "environmental_protection": 1, - "flags": [ "SUPER_FANCY", "FIX_NEARSIGHT", "FRAGILE" ] + "flags": [ "FANCY", "FIX_NEARSIGHT", "FRAGILE" ] }, { "id": "glasses_reading", diff --git a/data/json/items/armor/hats.json b/data/json/items/armor/hats.json index 4440278cce0bb..1f64e44ac7ab4 100644 --- a/data/json/items/armor/hats.json +++ b/data/json/items/armor/hats.json @@ -19,7 +19,7 @@ "warmth": 8, "material_thickness": 0.3, "environmental_protection": 2, - "flags": [ "FANCY", "VARSIZE", "SUN_GLASSES" ] + "flags": [ "VARSIZE", "SUN_GLASSES" ] }, { "id": "bandana_head", @@ -64,7 +64,7 @@ "coverage": 40, "warmth": 10, "material_thickness": 0.3, - "flags": [ "VARSIZE", "WATER_FRIENDLY", "FANCY" ] + "flags": [ "VARSIZE", "WATER_FRIENDLY" ] }, { "id": "beret_wool", @@ -83,7 +83,7 @@ "coverage": 40, "warmth": 15, "material_thickness": 0.3, - "flags": [ "VARSIZE", "WATERPROOF", "FANCY" ] + "flags": [ "VARSIZE", "WATERPROOF" ] }, { "id": "bowhat", @@ -298,7 +298,6 @@ "description": "A stylish hat made of faux fur. Like real fur, but without the suffering, if the tag is to be believed. Very warm.", "material": [ "faux_fur", "cotton" ], "covers": [ "head" ], - "flags": [ "FANCY" ], "warmth": 60 }, { @@ -447,7 +446,7 @@ "warmth": 2, "material_thickness": 0.2, "environmental_protection": 4, - "flags": [ "FANCY", "OUTER", "SUN_GLASSES" ] + "flags": [ "OUTER", "SUN_GLASSES" ] }, { "id": "kippah", @@ -509,7 +508,7 @@ "encumbrance": 10, "warmth": 10, "material_thickness": 0.05, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "porkpie", diff --git a/data/json/items/armor/helmets.json b/data/json/items/armor/helmets.json index 3fd0ac7760cbb..7bf094cced35b 100644 --- a/data/json/items/armor/helmets.json +++ b/data/json/items/armor/helmets.json @@ -146,7 +146,7 @@ "warmth": 15, "material_thickness": 6, "environmental_protection": 6, - "flags": [ "VARSIZE", "WATERPROOF", "FANCY", "STURDY" ] + "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] }, { "id": "helmet_ball", @@ -743,7 +743,7 @@ "encumbrance": 20, "warmth": 15, "material_thickness": 3, - "flags": [ "FANCY", "STAB" ] + "flags": [ "STAB" ] }, { "id": "helmet_corinthian", diff --git a/data/json/items/armor/jewelry.json b/data/json/items/armor/jewelry.json index b5ee2f2c3baed..3f02bcb03d685 100644 --- a/data/json/items/armor/jewelry.json +++ b/data/json/items/armor/jewelry.json @@ -9,7 +9,6 @@ "volume": "10 ml", "price": 100, "price_postapoc": 10, - "flags": [ "FANCY" ], "material": [ "wood" ], "symbol": "[", "color": "brown", @@ -40,7 +39,6 @@ "price": 100, "price_postapoc": 10, "material": [ "wood" ], - "flags": [ "FANCY" ], "symbol": "u", "color": "brown", "use_action": [ "MEDITATE" ] @@ -55,7 +53,6 @@ "volume": "10 ml", "price": 100, "price_postapoc": 10, - "flags": [ "FANCY" ], "material": [ "wood", "plastic" ], "symbol": "[", "color": "red" @@ -72,8 +69,7 @@ "material": [ "iron" ], "symbol": "[", "looks_like": "copper_locket", - "color": "brown", - "flags": [ "FANCY" ] + "color": "brown" }, { "id": "diamond_dental_grill", @@ -92,7 +88,7 @@ "color": "yellow", "covers": [ "mouth" ], "encumbrance": 10, - "flags": [ "SUPER_FANCY", "SKINTIGHT" ] + "flags": [ "SKINTIGHT" ] }, { "id": "garnet_dental_grill", @@ -111,7 +107,7 @@ "color": "red", "covers": [ "mouth" ], "encumbrance": 10, - "flags": [ "FANCY", "SKINTIGHT" ] + "flags": [ "SKINTIGHT" ] }, { "id": "amethyst_dental_grill", @@ -195,8 +191,7 @@ "price_postapoc": 10, "material": [ "plastic" ], "symbol": "[", - "color": "pink", - "flags": [ "FANCY" ] + "color": "pink" }, { "id": "blue_topaz_dental_grill", @@ -253,8 +248,7 @@ "material": [ "silver" ], "symbol": "[", "looks_like": "tieclip", - "color": "light_gray", - "flags": [ "FANCY" ] + "color": "light_gray" }, { "id": "copper_bracelet", @@ -806,7 +800,7 @@ "symbol": "[", "color": "yellow", "covers": [ "mouth" ], - "flags": [ "FANCY", "SKINTIGHT" ] + "flags": [ "SKINTIGHT" ] }, { "id": "gold_ear", @@ -863,8 +857,7 @@ "price_postapoc": 25, "material": [ "gold" ], "symbol": "[", - "color": "yellow", - "flags": [ "SUPER_FANCY" ] + "color": "yellow" }, { "id": "gold_necklace", @@ -1001,8 +994,7 @@ "material": [ "bone", "silver" ], "symbol": "[", "color": "white", - "use_action": [ "MEDITATE" ], - "flags": [ "FANCY" ] + "use_action": [ "MEDITATE" ] }, { "id": "holy_symbol", @@ -1016,8 +1008,7 @@ "material": [ "gold" ], "symbol": ",", "color": "yellow", - "use_action": [ "MEDITATE" ], - "flags": [ "FANCY" ] + "use_action": [ "MEDITATE" ] }, { "id": "holy_symbol_wood", @@ -1109,7 +1100,7 @@ "symbol": "[", "color": "white", "covers": [ "mouth" ], - "flags": [ "SUPER_FANCY", "SKINTIGHT" ] + "flags": [ "SKINTIGHT" ] }, { "id": "platinum_ear", @@ -1294,8 +1285,7 @@ "price_postapoc": 10, "material": [ "silver" ], "symbol": "[", - "color": "light_gray", - "flags": [ "FANCY" ] + "color": "light_gray" }, { "id": "silver_ring", @@ -1322,8 +1312,7 @@ "price_postapoc": 25, "material": [ "leather" ], "symbol": "-", - "color": "dark_gray", - "flags": [ "FANCY" ] + "color": "dark_gray" }, { "id": "wristwatch", @@ -1447,8 +1436,7 @@ "price_postapoc": 10, "material": [ "fur", "plastic" ], "symbol": "^", - "color": "brown", - "flags": [ "FANCY" ] + "color": "brown" }, { "id": "faux_fur_cat_ears", @@ -1471,8 +1459,7 @@ "bashing": 4, "material": [ "fur", "plastic" ], "symbol": "s", - "color": "brown", - "flags": [ "FANCY" ] + "color": "brown" }, { "id": "faux_fur_cat_tail", @@ -1494,8 +1481,7 @@ "price_postapoc": 10, "material": [ "fur" ], "symbol": "-", - "color": "brown", - "flags": [ "FANCY" ] + "color": "brown" }, { "id": "faux_fur_collar", @@ -1517,8 +1503,7 @@ "price_postapoc": 10, "material": [ "leather", "plastic" ], "symbol": "^", - "color": "dark_gray", - "flags": [ "FANCY" ] + "color": "dark_gray" }, { "id": "leather_cat_tail", @@ -1532,8 +1517,7 @@ "bashing": 4, "material": [ "leather", "plastic" ], "symbol": "s", - "color": "dark_gray", - "flags": [ "FANCY" ] + "color": "dark_gray" }, { "id": "diamond_gold_earring", diff --git a/data/json/items/armor/legs_clothes.json b/data/json/items/armor/legs_clothes.json index 9f84fca637a46..1df9f8e7f6f65 100644 --- a/data/json/items/armor/legs_clothes.json +++ b/data/json/items/armor/legs_clothes.json @@ -25,7 +25,7 @@ ], "warmth": 8, "material_thickness": 0.3, - "flags": [ "VARSIZE", "POCKETS", "FANCY" ] + "flags": [ "VARSIZE", "POCKETS" ] }, { "id": "b_shorts", @@ -71,7 +71,7 @@ "encumbrance": 8, "warmth": 10, "material_thickness": 0.4, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "fishing_waders", @@ -214,7 +214,7 @@ ], "warmth": 10, "material_thickness": 0.25, - "flags": [ "VARSIZE", "POCKETS", "FANCY" ] + "flags": [ "VARSIZE", "POCKETS" ] }, { "id": "kilt", @@ -366,7 +366,7 @@ "covers": [ "leg_l", "leg_r" ], "coverage": 7, "material_thickness": 0.5, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "pants", diff --git a/data/json/items/armor/misc.json b/data/json/items/armor/misc.json index 493066685c267..021da596251b1 100644 --- a/data/json/items/armor/misc.json +++ b/data/json/items/armor/misc.json @@ -19,7 +19,7 @@ "warmth": 20, "material_thickness": 0.2, "environmental_protection": 1, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "clown_nose", @@ -32,8 +32,7 @@ "price_postapoc": 10, "material": [ "plastic" ], "symbol": ".", - "color": "red", - "flags": [ "FANCY" ] + "color": "red" }, { "id": "crown_golden", diff --git a/data/json/items/armor/suits_clothes.json b/data/json/items/armor/suits_clothes.json index fcdeb4eaa644a..652b0f48446f9 100644 --- a/data/json/items/armor/suits_clothes.json +++ b/data/json/items/armor/suits_clothes.json @@ -50,7 +50,7 @@ ], "warmth": 10, "material_thickness": 0.1, - "flags": [ "VARSIZE", "FANCY", "POCKETS", "OUTER" ] + "flags": [ "VARSIZE", "POCKETS", "OUTER" ] }, { "id": "dinosuit", diff --git a/data/json/items/armor/suits_protection.json b/data/json/items/armor/suits_protection.json index d0c6c03f1bae3..31b7268336473 100644 --- a/data/json/items/armor/suits_protection.json +++ b/data/json/items/armor/suits_protection.json @@ -376,7 +376,7 @@ "encumbrance": 45, "warmth": 20, "material_thickness": 5, - "flags": [ "VARSIZE", "OUTER", "FANCY" ] + "flags": [ "VARSIZE", "OUTER" ] }, { "id": "xl_armor_plate", @@ -384,7 +384,7 @@ "name": { "str": "XL ornamental plate armor" }, "copy-from": "armor_plate", "proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 }, - "flags": [ "VARSIZE", "OUTER", "FANCY", "OVERSIZE" ] + "flags": [ "VARSIZE", "OUTER", "OVERSIZE" ] }, { "id": "armor_riot", diff --git a/data/json/items/armor/torso_clothes.json b/data/json/items/armor/torso_clothes.json index 64d7524d89155..2233a6eecca07 100644 --- a/data/json/items/armor/torso_clothes.json +++ b/data/json/items/armor/torso_clothes.json @@ -450,7 +450,7 @@ ], "warmth": 5, "material_thickness": 0.1, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "polo_shirt", @@ -764,7 +764,7 @@ "pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 80 } ], "warmth": 5, "material_thickness": 0.4, - "flags": [ "VARSIZE", "FANCY" ] + "flags": [ "VARSIZE" ] }, { "id": "vest_leather", diff --git a/data/json/items/gun/monster_gun.json b/data/json/items/gun/monster_gun.json index ac4bf56fabd71..71b0f21ae48bd 100644 --- a/data/json/items/gun/monster_gun.json +++ b/data/json/items/gun/monster_gun.json @@ -78,7 +78,7 @@ "ammo": [ "rock" ], "ammo_effects": [ "NO_PENETRATE_OBSTACLES", "NEVER_MISFIRES" ], "clip_size": 1, - "ranged_damage": { "damage_type": "bash", "amount": 4 }, + "ranged_damage": { "damage_type": "bash", "amount": -1 }, "weight": "540 g", "volume": "210 ml", "longest_side": "75 mm", diff --git a/data/json/items/tool_armor.json b/data/json/items/tool_armor.json index 5c76cf3f68f8b..6c756982cb0fa 100644 --- a/data/json/items/tool_armor.json +++ b/data/json/items/tool_armor.json @@ -1125,7 +1125,6 @@ "WATERPROOF", "HYGROMETER", "THERMOMETER", - "SUPER_FANCY", "RAINPROOF", "WATCH", "ALARMCLOCK", @@ -1152,7 +1151,6 @@ "WATERPROOF", "HYGROMETER", "THERMOMETER", - "SUPER_FANCY", "RAINPROOF", "WATCH", "ALARMCLOCK", @@ -2058,7 +2056,7 @@ "environmental_protection": 3, "encumbrance": 10, "coverage": 50, - "flags": [ "FANCY", "VARSIZE", "SUN_GLASSES" ], + "flags": [ "VARSIZE", "SUN_GLASSES" ], "material_thickness": 1 }, { diff --git a/data/json/mapgen/s_lightindustry.json b/data/json/mapgen/s_lightindustry.json index dda3ba3029f4e..ecdf190fefcca 100644 --- a/data/json/mapgen/s_lightindustry.json +++ b/data/json/mapgen/s_lightindustry.json @@ -213,6 +213,12 @@ { "group": "elecsto_diy", "chance": 60, "repeat": 4, "x": [ 34, 39 ], "y": [ 12, 14 ] }, { "group": "elecsto_diy", "chance": 60, "repeat": 4, "x": [ 34, 37 ], "y": [ 4, 5 ] } ], + "place_monsters": [ + { "monster": "GROUP_ZOMBIE", "x": [ 2, 22 ], "y": [ 7, 14 ], "density": 0.2 }, + { "monster": "GROUP_ZOMBIE", "x": [ 25, 42 ], "y": [ 7, 14 ], "repeat": [ 1, 2 ], "density": 0.2 }, + { "monster": "GROUP_ZOMBIE", "x": [ 2, 22 ], "y": [ 60, 71 ], "density": 0.2 }, + { "monster": "GROUP_ZOMBIE", "x": [ 25, 42 ], "y": [ 60, 71 ], "repeat": [ 1, 2 ], "density": 0.2 } + ], "place_vehicles": [ { "vehicle": "cube_van", "x": 31, "y": 50, "chance": 70, "rotation": 270 } ] } }, diff --git a/data/json/professions.json b/data/json/professions.json index 6c9f2be3cd703..542dd95314d7d 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -3784,7 +3784,6 @@ { "item": "water_clean", "container-item": "canteen" }, { "item": "legpouch_large", "contents-group": "army_mags_m4" }, { "item": "ear_plugs", "custom-flags": [ "no_auto_equip" ] }, - { "item": "gloves_medical", "custom-flags": [ "no_auto_equip" ] }, { "item": "mask_dust", "custom-flags": [ "no_auto_equip" ] }, { "item": "stethoscope", "custom-flags": [ "no_auto_equip" ] }, { "item": "knife_combat", "container-item": "sheath" }, diff --git a/data/json/recipes/chem/fuel.json b/data/json/recipes/chem/fuel.json index ea8f34ae2087b..1055b265b29b2 100644 --- a/data/json/recipes/chem/fuel.json +++ b/data/json/recipes/chem/fuel.json @@ -9,7 +9,7 @@ "skill_used": "chemistry", "difficulty": 4, "time": "30 m", - "book_learn": [ [ "textbook_chemistry" ], [ "brewing_cookbook", 4 ] ], + "book_learn": [ [ "textbook_chemistry" ], [ "distilling_cookbook", 4 ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ], "tools": [ [ [ "surface_heat", 30, "LIST" ] ], [ [ "thermometer", -1 ] ] ], "components": [ @@ -32,7 +32,7 @@ "skill_used": "chemistry", "difficulty": 4, "time": "30 m", - "book_learn": [ [ "textbook_chemistry" ], [ "brewing_cookbook" ] ], + "book_learn": [ [ "textbook_chemistry" ], [ "distilling_cookbook" ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 1 } ], "tools": [ [ [ "surface_heat", 60, "LIST" ] ] ], "components": [ diff --git a/data/json/recipes/food/brewing.json b/data/json/recipes/food/brewing.json index c48c93c09d479..59701f11055fe 100644 --- a/data/json/recipes/food/brewing.json +++ b/data/json/recipes/food/brewing.json @@ -42,7 +42,7 @@ "difficulty": 5, "time": "25 m", "batch_time_factors": [ 50, 4 ], - "book_learn": [ [ "brewing_cookbook", 5 ], [ "scots_cookbook", 5 ] ], + "book_learn": [ [ "distilling_cookbook", 5 ], [ "scots_cookbook", 5 ] ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ @@ -63,7 +63,7 @@ "difficulty": 3, "time": 10000, "batch_time_factors": [ 50, 4 ], - "book_learn": [ [ "brewing_cookbook", 3 ] ], + "book_learn": [ [ "distilling_cookbook", 3 ] ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ @@ -84,7 +84,7 @@ "time": "50 m", "batch_time_factors": [ 50, 4 ], "autolearn": [ [ "cooking", 7 ] ], - "book_learn": [ [ "brewing_cookbook", 4 ] ], + "book_learn": [ [ "distilling_cookbook", 4 ] ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ @@ -114,7 +114,7 @@ "difficulty": 5, "time": "15 m", "batch_time_factors": [ 50, 4 ], - "book_learn": [ [ "brewing_cookbook", 4 ] ], + "book_learn": [ [ "distilling_cookbook", 4 ] ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ [ [ "water", 3 ], [ "water_clean", 3 ] ], [ [ "molasses", 2 ], [ "sugar_beet", 1 ] ], [ [ "yeast", 1 ] ] ] @@ -153,7 +153,7 @@ "difficulty": 2, "time": "40 m", "batch_time_factors": [ 50, 4 ], - "book_learn": [ [ "brewing_cookbook", 1 ], [ "family_cookbook", 1 ] ], + "book_learn": [ [ "distilling_cookbook", 1 ], [ "family_cookbook", 1 ] ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 30, "LIST" ] ] ], "components": [ [ [ "water", 15 ], [ "water_clean", 15 ] ], [ [ "pumpkin", 12 ] ], [ [ "sugar", 50 ] ], [ [ "yeast", 2 ] ] ] diff --git a/data/json/recipes/tools/tool.json b/data/json/recipes/tools/tool.json index 5a2d621e3e2c4..ad202253cda2e 100644 --- a/data/json/recipes/tools/tool.json +++ b/data/json/recipes/tools/tool.json @@ -491,7 +491,7 @@ "difficulty": 4, "time": "200 m", "reversible": true, - "book_learn": [ [ "textbook_chemistry", 4 ], [ "brewing_cookbook", 3 ] ], + "book_learn": [ [ "textbook_chemistry", 4 ], [ "distilling_cookbook", 3 ] ], "proficiencies": [ { "proficiency": "prof_metalworking" } ], "tools": [ [ [ "material_sand", 1 ] ] ], "qualities": [ { "id": "DRILL", "level": 2 }, { "id": "HAMMER", "level": 2 } ], diff --git a/data/json/recipes/tools/tools_electronic.json b/data/json/recipes/tools/tools_electronic.json index 77c5be894a653..f9617e34770c3 100644 --- a/data/json/recipes/tools/tools_electronic.json +++ b/data/json/recipes/tools/tools_electronic.json @@ -26,7 +26,15 @@ "decomp_learn": 2, "autolearn": [ [ "mechanics", 3 ], [ "electronics", 2 ] ], "book_learn": [ [ "manual_mechanics", 3 ], [ "textbook_mechanics", 2 ], [ "welding_book", 1 ] ], - "proficiencies": [ { "proficiency": "prof_welding_basic" }, { "proficiency": "prof_welding" } ], + "proficiencies": [ + { "proficiency": "prof_welding_basic" }, + { + "proficiency": "prof_welding", + "time_multiplier": 1.1, + "fail_multiplier": 1.1, + "learning_time_multiplier": 0.25 + } + ], "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ], "components": [ [ [ "power_supply", 4 ] ], diff --git a/data/json/vehicles/vans_busses.json b/data/json/vehicles/vans_busses.json index c303457072425..5ab115951bb08 100644 --- a/data/json/vehicles/vans_busses.json +++ b/data/json/vehicles/vans_busses.json @@ -162,7 +162,8 @@ [ "+===|#'|" ], [ "+===|o'>" ], [ "+===|#'|" ], - [ "O----+-O" ] + [ "O----+-O" ], + [ " o " ] ], "parts": [ { "x": 0, "y": 0, "parts": [ "frame_cross", "seat", "seatbelt", "controls", "stereo" ] }, @@ -177,6 +178,7 @@ { "x": 1, "y": 1, "parts": [ "frame_horizontal_2", "windshield_horizontal_front" ] }, { "x": 1, "y": 2, "parts": [ "frame_horizontal_2", "windshield_horizontal_front" ] }, { "x": 1, "y": 3, "parts": [ "frame_vertical_T_right", "windshield_ne" ] }, + { "x": 1, "y": 4, "part": "wing_mirror_right" }, { "x": 2, "y": -1, "parts": [ "frame_nw", "halfboard_nw", "headlight" ] }, { "x": 2, "y": -1, "parts": [ "wheel_mount_medium_steerable", "wheel_wide" ] }, { "x": 2, "y": 0, "parts": [ "frame_horizontal_front", "halfboard_horizontal_front" ] }, diff --git a/data/mods/Aftershock/harvest.json b/data/mods/Aftershock/harvest.json index 1cecc513f8ef0..6a5f2eff98c00 100644 --- a/data/mods/Aftershock/harvest.json +++ b/data/mods/Aftershock/harvest.json @@ -1,7 +1,13 @@ -{ - "id": "yum_lichen_harv", - "type": "harvest", - "entries": [ - { "drop": "yum_lichen", "base_num": [ 1, 4 ] } - ] -} +[ + { + "id": "yum_lichen_harv", + "type": "harvest", + "entries": [ { "drop": "yum_lichen", "base_num": [ 1, 4 ] } ] + }, + { + "id": "cyborg_harvest", + "type": "item_group", + "subtype": "distribution", + "entries": [ { "item": "afs_neural_io_5", "prob": 40 } ] + } +] diff --git a/data/mods/Aftershock/recipes/deconstruction.json b/data/mods/Aftershock/recipes/deconstruction.json index 4d86116efe53d..8fe5e31e6e793 100644 --- a/data/mods/Aftershock/recipes/deconstruction.json +++ b/data/mods/Aftershock/recipes/deconstruction.json @@ -15,6 +15,7 @@ [ [ "vibrating_blaster", 1 ] ], [ [ "acidic_bore", 60 ] ], [ [ "humming_heart", 1 ] ], + [ [ "afs_neural_io_5", 1 ] ], [ [ "sensory_cluster", 1 ] ], [ [ "bioweapon_chassis", 1 ] ] ] diff --git a/data/xdg/cataclysm-dda.appdata.xml b/data/xdg/org.cataclysmdda.CataclysmDDA.appdata.xml similarity index 71% rename from data/xdg/cataclysm-dda.appdata.xml rename to data/xdg/org.cataclysmdda.CataclysmDDA.appdata.xml index 9ed337eaacb13..d402e43ab9375 100644 --- a/data/xdg/cataclysm-dda.appdata.xml +++ b/data/xdg/org.cataclysmdda.CataclysmDDA.appdata.xml @@ -1,6 +1,6 @@ - cataclysm-dda + org.cataclysmdda.CataclysmDDA CC-BY-SA-3.0 CC-BY-SA-3.0 Cataclysm: Dark Days Ahead @@ -61,6 +61,67 @@ cataclysm-tiles + + +

+ The Ellison release adds a huge number of features and content + that make the world feel more alive. From being able to climb + onto building rooftops or hide behind cars, to building a camp + for your followers in the wilderness, to exploring the new + river and lake systems on a boat or raft, everything is more + immersive and consistent. Also more STUFF. I didn’t think we + would ever double the number of game entities with a release + again, but we did. +

+

+ We aimed at a 6 month release cycle, and ended up spending 9 + months adding features at a breakneck pace and 3 months + putting the brakes on and stabilizing. I can’t honestly say + that’s a huge disappointment, though toward the end the rest + of the development team was really chomping at the bit to get + back to feature work, so we’ll need to continue to adjust. +

+

+ We built a huge amount of infrastructure for having the game + check its own consistency, which has and is going to continue + to contribute to the amazing pace of feature and content + additions we are experiencing. The development team is also + larger and at the same time more cohesive than it has ever + been before. +

+

+ Explore all the new features with the attached release + archives. Speaking of exploring, the list of available + tilesets has shuffled a bit, so this is a great time to find + your new favorite. +

+
    +
  • Long distance automove feature for walking, driving and boating.
  • +
  • Extensive bugfixes to inter-level interactivity, on by default.
  • +
  • Riding animals and animal-pulled vehicles.
  • +
  • More flexible Basecamp construction options.
  • +
  • Default starting date changed to mid-spring for better survivability.
  • +
  • Time advancement is rationalized, a turn is now one second.
  • +
  • Extensive river and lake systems, and boat support for navigating them.
  • +
  • Expanded NPC usefulness and interactivity.
  • +
  • Massive increases in location variety and consistency, especially rooftops.
  • +
  • Expansion of mi-go faction with new enemies and locations.
  • +
  • Batteries now store charge instead of being pseudo-items.
  • +
  • Overhaul and rebalance of martial arts.
  • +
  • Zombie grabbing and biting more manageable and predictable.
  • +
  • Overhauled stamina and damage recovery for grittier gameplay.
  • +
  • Crouching movement mode allows hiding.
  • +
  • Magiclysm and Aftershock mods have first class support within the game.
  • +
+

+ Finally, see the changelog for the more complete (but still + not comprehensive) listing of new features and contents - + + https://github.com/CleverRaven/Cataclysm-DDA/blob/0.E/data/changelog.txt + +

+
+

diff --git a/data/xdg/cataclysm-dda.desktop b/data/xdg/org.cataclysmdda.CataclysmDDA.desktop similarity index 89% rename from data/xdg/cataclysm-dda.desktop rename to data/xdg/org.cataclysmdda.CataclysmDDA.desktop index b73e4b4e9bc8b..66a09a1d46d9e 100644 --- a/data/xdg/cataclysm-dda.desktop +++ b/data/xdg/org.cataclysmdda.CataclysmDDA.desktop @@ -2,7 +2,7 @@ Name=Cataclysm: Dark Days Ahead GenericName=Post-apocalyptic survivial game Comment=A turn-based survival game set in a post-apocalyptic world. -Icon=cataclysm-dda +Icon=org.cataclysmdda.CataclysmDDA Type=Application Exec=cataclysm-tiles Categories=Game;RolePlaying; diff --git a/data/xdg/cataclysm-dda.svg b/data/xdg/org.cataclysmdda.CataclysmDDA.svg similarity index 100% rename from data/xdg/cataclysm-dda.svg rename to data/xdg/org.cataclysmdda.CataclysmDDA.svg diff --git a/gfx/ChibiUltica/ChibiNormalMonster.png b/gfx/ChibiUltica/ChibiNormalMonster.png index 65290719872ce..b294bfdaec55d 100644 Binary files a/gfx/ChibiUltica/ChibiNormalMonster.png and b/gfx/ChibiUltica/ChibiNormalMonster.png differ diff --git a/gfx/ChibiUltica/normal.png b/gfx/ChibiUltica/normal.png index ac10d8ad01966..eb2bdd0ac3f00 100644 Binary files a/gfx/ChibiUltica/normal.png and b/gfx/ChibiUltica/normal.png differ diff --git a/gfx/ChibiUltica/small.png b/gfx/ChibiUltica/small.png index c7b9f228361bd..eb7b1b89d4281 100644 Binary files a/gfx/ChibiUltica/small.png and b/gfx/ChibiUltica/small.png differ diff --git a/gfx/ChibiUltica/tallfurniture.png b/gfx/ChibiUltica/tallfurniture.png index 7a4359dc318f9..d7664ef9c5849 100644 Binary files a/gfx/ChibiUltica/tallfurniture.png and b/gfx/ChibiUltica/tallfurniture.png differ diff --git a/gfx/ChibiUltica/tile_config.json b/gfx/ChibiUltica/tile_config.json index baa8b75a09169..91c898abaafbb 100644 --- a/gfx/ChibiUltica/tile_config.json +++ b/gfx/ChibiUltica/tile_config.json @@ -102,8 +102,8 @@ "file": "ChibiNormalCharacter.png", "//": "range 96 to 1039", "tiles": [ - { "id": [ "player_female", "npc_female" ], "fg": 96, "rotates": false, "bg": 1312 }, - { "id": [ "player_male", "npc_male" ], "fg": 97, "rotates": false, "bg": 1312 }, + { "id": [ "player_female", "npc_female" ], "fg": 96, "rotates": false, "bg": 1311 }, + { "id": [ "player_male", "npc_male" ], "fg": 97, "rotates": false, "bg": 1311 }, { "id": "overlay_female_mutation_active_bio_ads", "fg": 98, "rotates": false }, { "id": "overlay_female_mutation_active_bio_alarm", "fg": 99, "rotates": false }, { "id": "overlay_female_mutation_active_bio_cloak", "fg": 100, "rotates": false }, @@ -470,7 +470,7 @@ { "id": "overlay_wielded_bomblet_launcher_rotary", "fg": 472, "rotates": false }, { "id": "overlay_wielded_bomblet_launcher_single", "fg": 473, "rotates": false }, { "id": "overlay_wielded_bowling_axe", "fg": 423, "rotates": false }, - { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 4954, "rotates": false }, + { "id": [ "overlay_wielded_brazier", "brazier" ], "fg": 4970, "rotates": false }, { "id": "overlay_wielded_briefcase_smg", "fg": 474, "rotates": false }, { "id": "overlay_wielded_broadfire_off", "fg": 549, "rotates": false }, { "id": "overlay_wielded_broadfire_on", "fg": 550, "rotates": false }, @@ -1651,357 +1651,354 @@ }, { "file": "ChibiNormalMonster.png", - "//": "range 1040 to 1487", + "//": "range 1040 to 1503", "tiles": [ { "id": "debug_mon", "fg": 1040 }, - { "id": "mon_EMP_hack", "fg": 1116 }, - { "id": "mon_albino_penguin", "fg": 1041, "bg": 1312, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 1042, "bg": 1312 }, - { "id": "mon_ant", "fg": 1043, "bg": 1312, "rotates": false }, - { "id": "mon_ant_acid", "fg": 1267, "bg": 1312, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 1266, "bg": 1312, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 1268, "bg": 1312, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 1265, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 1044, "bg": 1312, "rotates": false }, - { "id": "mon_ant_larva", "fg": 1045, "bg": 1312, "rotates": false }, - { "id": "mon_ant_queen", "fg": 1046, "bg": 1312, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 1047, "bg": 1312, "rotates": false }, - { "id": "mon_bat", "fg": 1048, "bg": 1312, "rotates": false }, - { "id": "mon_bear", "fg": 1049, "bg": 1312, "rotates": false }, - { "id": "mon_bear_cub", "fg": 1050, "bg": 1312, "rotates": false }, - { "id": "mon_bear_smoky", "fg": 1051, "bg": 1312, "rotates": false }, - { "id": "mon_bee", "fg": 1052, "bg": 1312, "rotates": false }, + { "id": "mon_EMP_hack", "fg": 1115 }, + { "id": "mon_albino_penguin", "fg": 1041, "bg": 1311, "rotates": false }, + { "id": "mon_alpha_razorclaw", "fg": 1042, "bg": 1311 }, + { "id": "mon_ant", "fg": 1043, "bg": 1311, "rotates": false }, + { "id": "mon_ant_acid", "fg": 1266, "bg": 1311, "rotates": false }, + { "id": "mon_ant_acid_larva", "fg": 1265, "bg": 1311, "rotates": false }, + { "id": "mon_ant_acid_queen", "fg": 1267, "bg": 1311, "rotates": false }, + { "id": "mon_ant_acid_soldier", "fg": 1264, "rotates": false }, + { "id": "mon_ant_fungus", "fg": 1044, "bg": 1311, "rotates": false }, + { "id": "mon_ant_larva", "fg": 1045, "bg": 1311, "rotates": false }, + { "id": "mon_ant_queen", "fg": 1046, "bg": 1311, "rotates": false }, + { "id": "mon_ant_soldier", "fg": 1047, "bg": 1311, "rotates": false }, + { "id": "mon_bat", "fg": 1048, "bg": 1311, "rotates": false }, + { "id": "mon_bear", "fg": 1049, "bg": 1311, "rotates": false }, + { "id": "mon_bear_cub", "fg": 1050, "bg": 1311, "rotates": false }, + { "id": "mon_bear_smoky", "fg": 1051, "bg": 1311, "rotates": false }, + { "id": "mon_bee", "fg": 1052, "bg": 1311, "rotates": false }, { "id": "mon_bee_mega", "fg": 1054, "rotates": false }, { "id": "mon_bee_small", "fg": 1055, "rotates": false }, - { "id": "mon_beekeeper", "fg": 1053, "bg": 1312, "rotates": false }, - { "id": "mon_biollante", "fg": 1056, "bg": 1312, "rotates": false }, - { "id": "mon_black_rat", "fg": 1172, "rotates": false }, - { "id": "mon_blank", "fg": 1057, "bg": 1312, "rotates": false }, - { "id": "mon_blob", "fg": 1058, "bg": 1312, "rotates": false }, + { "id": "mon_beekeeper", "fg": 1053, "bg": 1311, "rotates": false }, + { "id": "mon_biollante", "fg": 1056, "bg": 1311, "rotates": false }, + { "id": "mon_black_rat", "fg": 1171, "rotates": false }, + { "id": "mon_blank", "fg": 1057, "bg": 1311, "rotates": false }, + { "id": "mon_blob", "fg": 1058, "bg": 1311, "rotates": false }, { "id": "mon_blob_large", "fg": 1059, "rotates": false }, { "id": "mon_blob_small", "fg": 1060, "rotates": false }, - { "id": "mon_bobcat", "fg": 1061, "bg": 1312, "rotates": false }, - { "id": "mon_boomer", "fg": 1062, "bg": 1312, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 1063, "bg": 1312, "rotates": false }, + { "id": "mon_bobcat", "fg": 1061, "bg": 1311, "rotates": false }, + { "id": "mon_boomer", "fg": 1062, "bg": 1311, "rotates": false }, + { "id": "mon_boomer_fungus", "fg": 1063, "bg": 1311, "rotates": false }, { "id": "mon_breather", "fg": 1064, "rotates": false }, - { "id": "mon_breather_hub", "fg": 1065, "bg": 1312, "rotates": false }, - { "id": "mon_c4_hack", "fg": 1066, "bg": 1312, "rotates": false }, - { "id": "mon_cat", "fg": 1061, "bg": 1312, "rotates": false }, + { "id": "mon_breather_hub", "fg": 1065, "bg": 1311, "rotates": false }, + { "id": "mon_c4_hack", "fg": 1066, "bg": 1311, "rotates": false }, + { "id": "mon_cat", "fg": 1061, "bg": 1311, "rotates": false }, { "id": "mon_centipede", "fg": 1067, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 1068, "bg": 1312, "rotates": false }, + { "id": "mon_centipede_giant", "fg": 1068, "bg": 1311, "rotates": false }, { "id": "mon_charred_nightmare", "fg": 1069, "rotates": false }, - { "id": "mon_chicken", "fg": 1070, "bg": 1312, "rotates": false }, - { "id": "mon_chipmunk", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_chud", "fg": 1072, "bg": 1312, "rotates": false }, - { "id": "mon_compsognathus", "fg": 1073, "bg": 1312, "rotates": false }, - { "id": "mon_cougar", "fg": 1074, "bg": 1312, "rotates": false }, - { "id": "mon_coyote", "fg": 1075, "bg": 1312, "rotates": false }, - { "id": "mon_coyote_wolf", "fg": 1076, "bg": 1312, "rotates": false }, - { "id": "mon_crawler", "fg": 1077, "bg": 1312, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 1078, "bg": 1312, "rotates": false }, - { "id": "mon_creeper_vine", "fg": 1079, "bg": 1312, "rotates": false }, - { "id": "mon_crow", "fg": 1080, "bg": 1312, "rotates": false }, - { "id": "mon_darkman", "fg": 1081, "bg": 1312, "rotates": false }, - { "id": "mon_deer", "fg": 1082, "bg": 1312, "rotates": false }, - { "id": "mon_deer_mouse", "fg": 1172, "rotates": false }, - { "id": "mon_deinonychus", "fg": 1083, "bg": 1312, "rotates": false }, - { "id": "mon_dementia", "fg": 1084, "bg": 1312, "rotates": false }, - { "id": "mon_dermatik", "fg": 1085, "bg": 1312, "rotates": false }, + { "id": "mon_chicken", "fg": 1070, "bg": 1311, "rotates": false }, + { "id": "mon_chipmunk", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_chud", "fg": 1072, "bg": 1311, "rotates": false }, + { "id": "mon_compsognathus", "fg": 1073, "bg": 1311, "rotates": false }, + { "id": "mon_cougar", "fg": 1074, "bg": 1311, "rotates": false }, + { "id": "mon_coyote", "fg": 1075, "bg": 1311, "rotates": false }, + { "id": "mon_coyote_wolf", "fg": 1076, "bg": 1311, "rotates": false }, + { "id": "mon_crawler", "fg": 1077, "bg": 1311, "rotates": false }, + { "id": "mon_creeper_hub", "fg": 1078, "bg": 1311, "rotates": false }, + { "id": "mon_creeper_vine", "fg": 1079, "bg": 1311, "rotates": false }, + { "id": "mon_crow", "fg": 1080, "bg": 1311, "rotates": false }, + { "id": "mon_darkman", "fg": 1081, "bg": 1311, "rotates": false }, + { "id": "mon_deer", "fg": 1082, "bg": 1311, "rotates": false }, + { "id": "mon_deer_mouse", "fg": 1171, "rotates": false }, + { "id": "mon_deinonychus", "fg": 1083, "bg": 1311, "rotates": false }, + { "id": "mon_dementia", "fg": 1084, "bg": 1311, "rotates": false }, + { "id": "mon_dermatik", "fg": 1085, "bg": 1311, "rotates": false }, { "id": "mon_dermatik_larva", "fg": 1086, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 1083, "bg": 1312, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 1087, "bg": 1312, "rotates": false }, - { "id": "mon_dog", "fg": 1088, "bg": 1312, "rotates": false }, - { "id": "mon_dog_skeleton", "fg": 1089, "bg": 1312, "rotates": false }, - { "id": "mon_dog_thing", "fg": 1090, "bg": 1312, "rotates": false }, - { "id": "mon_dog_zombie_cop", "fg": 1091, "bg": 1312, "rotates": false }, + { "id": "mon_dilophosaurus", "fg": 1083, "bg": 1311, "rotates": false }, + { "id": "mon_dimorphodon", "fg": 1087, "bg": 1311, "rotates": false }, + { "id": "mon_dog", "fg": 1088, "bg": 1311, "rotates": false }, + { "id": "mon_dog_skeleton", "fg": 1089, "bg": 1311, "rotates": false }, + { "id": "mon_dog_thing", "fg": 1090, "bg": 1311, "rotates": false }, + { "id": "mon_dog_zombie_cop", "fg": 1091, "bg": 1311, "rotates": false }, { "id": "mon_dog_zombie_rot", "fg": 1092, "bg": [ ], "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 1094, "bg": 1312, "rotates": false }, + { "id": "mon_dragonfly_giant", "fg": 1094, "bg": 1311, "rotates": false }, { "id": "mon_dragonfly_small", "fg": 1093, "rotates": false }, - { "id": "mon_duck", "fg": 1095, "bg": 1312, "rotates": false }, - { "id": "mon_eoraptor", "fg": 1073, "bg": 1312, "rotates": false }, - { "id": "mon_eyebot", "fg": 1096, "bg": 1312, "rotates": false }, - { "id": "mon_fant", "fg": 1097, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 1098, "rotates": false }, - { "id": "mon_fish_bluegill", "fg": 1099, "rotates": false }, - { "id": "mon_fish_bowfin", "fg": 1100, "rotates": false }, - { "id": "mon_fish_bullhead", "fg": 1101, "rotates": false }, - { "id": "mon_fish_carp", "fg": 1102, "rotates": false }, - { "id": "mon_fish_crayfish", "fg": 1103, "rotates": false }, - { "id": "mon_fish_lbass", "fg": 1104, "rotates": false }, - { "id": "mon_fish_lobster", "fg": 1105, "rotates": false }, - { "id": "mon_fish_pbass", "fg": 1106, "rotates": false }, - { "id": "mon_fish_perch", "fg": 1107, "rotates": false }, - { "id": "mon_fish_pickerel", "fg": 1108, "rotates": false }, - { "id": "mon_fish_pike", "fg": 1109, "rotates": false }, - { "id": "mon_fish_salmon", "fg": 1110, "rotates": false }, - { "id": "mon_fish_sbass", "fg": 1111, "rotates": false }, - { "id": "mon_fish_sunfish", "fg": 1112, "rotates": false }, - { "id": "mon_fish_trout", "fg": 1113, "rotates": false }, - { "id": "mon_fish_whitefish", "fg": 1114, "rotates": false }, - { "id": "mon_flaming_eye", "fg": 1115, "bg": 1312, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 1116, "bg": 1312, "rotates": false }, - { "id": "mon_fly", "fg": 1117, "bg": 1312, "rotates": false }, - { "id": "mon_fox_gray", "fg": 1118, "bg": 1312, "rotates": false }, - { "id": "mon_fox_red", "fg": 1118, "bg": 1312, "rotates": false }, - { "id": "mon_frog_giant", "fg": 1120, "bg": 1312, "rotates": false }, - { "id": "mon_frog_small", "fg": 1119, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 1123, "bg": 1312, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 1124, "bg": 1312, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 1125, "bg": 1312, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 1126, "bg": 1312, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 1127, "bg": 1312, "rotates": false }, - { "id": "mon_fungaloid", "fg": 1121, "bg": 1312, "rotates": false }, - { "id": "mon_fungaloid_dormant", "fg": 1256, "bg": 1312, "rotates": false }, - { "id": "mon_fungaloid_young", "fg": 1122, "bg": 1312, "rotates": false }, - { "id": "mon_gallimimus", "fg": 1128, "bg": 1312, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 1129, "bg": 1312, "rotates": false }, - { "id": "mon_gator", "fg": 1130, "rotates": false }, - { "id": "mon_gelatin", "fg": 1131, "bg": 1312, "rotates": false }, - { "id": "mon_generator", "fg": 1132, "bg": 1312, "rotates": false }, - { "id": "mon_giant_cockroach", "fg": 1133, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 1134, "rotates": false }, - { "id": "mon_goat", "fg": 1135, "rotates": false }, - { "id": "mon_gozu", "fg": 1136, "bg": 1312, "rotates": false }, - { "id": "mon_graboid", "fg": 1137, "bg": 1312, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 1138, "bg": 1312, "rotates": false }, - { "id": "mon_groundhog", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_halfworm", "fg": 1139, "bg": 1312, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 1140, "bg": 1312, "rotates": false }, - { "id": "mon_hare", "fg": 1141, "bg": 1312, "rotates": false }, - { "id": "mon_hare_season_winter", "fg": 1142, "bg": 1312, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 1143, "bg": 1312, "rotates": false }, - { "id": "mon_hologram", "fg": 1257, "rotates": false }, - { "id": "mon_human_snail", "fg": 1144, "bg": 1312, "rotates": false }, - { "id": "mon_irradiated_wanderer_1", "fg": 1145, "bg": 1312 }, - { "id": "mon_irradiated_wanderer_2", "fg": 1146, "bg": 1312, "rotates": false }, - { "id": "mon_irradiated_wanderer_3", "fg": 1147, "bg": 1312 }, - { "id": "mon_irradiated_wanderer_4", "fg": 1148, "bg": 1312 }, - { "id": "mon_kreck", "fg": 1149, "bg": 1312, "rotates": false }, - { "id": "mon_laserturret", "fg": 1150, "bg": 1312, "rotates": false }, - { "id": "mon_lemming", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_manhack", "fg": 1151, "bg": 1312, "rotates": false }, - { "id": "mon_manhack_acid", "fg": 1152, "rotates": false }, - { "id": "mon_mi_go", "fg": 1154, "bg": 1312, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 1153, "bg": 1312, "rotates": false }, - { "id": "mon_mink", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_moose", "fg": 1155, "bg": 1312, "rotates": false }, - { "id": "mon_mosquito", "fg": 1156, "rotates": false }, - { "id": "mon_mosquito_giant", "fg": 1157, "bg": 1312, "rotates": false }, - { "id": "mon_muskrat", "fg": 1172, "rotates": false }, - { "id": "mon_mutant_carp", "fg": 1158, "rotates": false }, - { "id": "mon_mutant_salmon", "fg": 1159, "rotates": false }, - { "id": "mon_one_eye", "fg": 1160, "bg": 1312, "rotates": false }, - { "id": "mon_otter", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_player_blob", "fg": 1161, "bg": 1312, "rotates": false }, - { "id": "mon_pregnant_giant_cockroach", "fg": 1162, "rotates": false }, - { "id": "mon_prototype_cyborg", "fg": 1287, "bg": 1312, "rotates": false }, - { "id": "mon_rabbit", "fg": 1163, "bg": 1312, "rotates": false }, - { "id": "mon_raccoon", "fg": 1164, "bg": 1312, "rotates": false }, - { "id": "mon_rat_king", "fg": 1167, "bg": 1312, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 1165, "bg": 1312, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 1166, "bg": 1312, "rotates": false }, - { "id": "mon_razorclaw", "fg": 1168, "bg": 1312 }, - { "id": "mon_riotbot", "fg": 1169, "bg": 1312, "rotates": false }, - { "id": "mon_secubot", "fg": 1170, "bg": 1312, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 1171, "bg": 1312, "rotates": false }, - { "id": "mon_sewer_rat", "fg": 1172, "bg": 1312, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 1173, "bg": 1312, "rotates": false }, - { "id": "mon_shadow", "fg": 1174, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 1175, "rotates": false }, - { "id": "mon_skeleton", "fg": 1176, "bg": 1312, "rotates": false }, - { "id": "mon_skeleton_electric", "fg": 1290, "bg": 1312, "rotates": false }, - { "id": "mon_skitterbot", "fg": 1177, "bg": 1312, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 1178, "bg": 1312, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 1179, "bg": 1312, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 1180, "bg": 1312, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 1182, "bg": 1312, "rotates": false }, - { "id": "mon_spider_jumping_giant_mega", "fg": 1183, "rotates": false }, - { "id": "mon_spider_jumping_small", "fg": 1181, "bg": 1312, "rotates": false }, - { "id": "mon_spider_trapdoor", "fg": 1184, "bg": 1312, "rotates": false }, - { "id": "mon_spider_trapdoor_giant", "fg": 1185, "bg": 1312, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_mega", "fg": 1186, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_small", "fg": 1187, "rotates": false }, - { "id": "mon_spider_web", "fg": 1188, "bg": 1312, "rotates": false }, - { "id": "mon_spider_web_giant", "fg": 1188, "bg": 1312, "rotates": false }, - { "id": "mon_spider_web_mega", "fg": 1189, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 1190, "bg": 1312, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 1192, "bg": 1312, "rotates": false }, - { "id": "mon_spider_widow_giant_s", "fg": 1193, "bg": 1312, "rotates": false }, - { "id": "mon_spider_widow_small", "fg": 1191, "bg": 1312, "rotates": false }, - { "id": "mon_spider_wolf_giant", "fg": 1195, "bg": 1312, "rotates": false }, - { "id": "mon_spider_wolf_small", "fg": 1194, "bg": 1312, "rotates": false }, - { "id": "mon_spore", "fg": 1196, "bg": 1312, "rotates": false }, - { "id": "mon_squirrel", "fg": 1197, "bg": 1312, "rotates": false }, - { "id": "mon_squirrel_red", "fg": 1197, "bg": 1312, "rotates": false }, - { "id": "mon_titanis", "fg": 1198, "bg": 1312, "rotates": false }, - { "id": "mon_turkey", "fg": 1199, "bg": 1312, "rotates": false }, - { "id": "mon_velociraptor", "fg": 1200, "bg": 1312, "rotates": false }, - { "id": "mon_vinebeast", "fg": 1201, "bg": 1312, "rotates": false }, - { "id": "mon_vortex", "fg": 1202, "bg": 1312, "rotates": false }, - { "id": "mon_w11b10", "fg": 1259, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 1260, "rotates": false }, - { "id": "mon_w11h10", "fg": 1262, "rotates": false }, - { "id": "mon_w12b10", "fg": 1261, "rotates": false }, - { "id": "mon_w12n10", "fg": 1263, "rotates": false }, - { "id": "mon_wasp", "fg": 1203, "bg": 1312, "rotates": false }, + { "id": "mon_duck", "fg": 1095, "bg": 1311, "rotates": false }, + { "id": "mon_eoraptor", "fg": 1073, "bg": 1311, "rotates": false }, + { "id": "mon_fant", "fg": 1096, "rotates": false }, + { "id": "mon_fish_blinky", "fg": 1097, "rotates": false }, + { "id": "mon_fish_bluegill", "fg": 1098, "rotates": false }, + { "id": "mon_fish_bowfin", "fg": 1099, "rotates": false }, + { "id": "mon_fish_bullhead", "fg": 1100, "rotates": false }, + { "id": "mon_fish_carp", "fg": 1101, "rotates": false }, + { "id": "mon_fish_crayfish", "fg": 1102, "rotates": false }, + { "id": "mon_fish_lbass", "fg": 1103, "rotates": false }, + { "id": "mon_fish_lobster", "fg": 1104, "rotates": false }, + { "id": "mon_fish_pbass", "fg": 1105, "rotates": false }, + { "id": "mon_fish_perch", "fg": 1106, "rotates": false }, + { "id": "mon_fish_pickerel", "fg": 1107, "rotates": false }, + { "id": "mon_fish_pike", "fg": 1108, "rotates": false }, + { "id": "mon_fish_salmon", "fg": 1109, "rotates": false }, + { "id": "mon_fish_sbass", "fg": 1110, "rotates": false }, + { "id": "mon_fish_sunfish", "fg": 1111, "rotates": false }, + { "id": "mon_fish_trout", "fg": 1112, "rotates": false }, + { "id": "mon_fish_whitefish", "fg": 1113, "rotates": false }, + { "id": "mon_flaming_eye", "fg": 1114, "bg": 1311, "rotates": false }, + { "id": "mon_flashbang_hack", "fg": 1115, "bg": 1311, "rotates": false }, + { "id": "mon_fly", "fg": 1116, "bg": 1311, "rotates": false }, + { "id": "mon_fox_gray", "fg": 1117, "bg": 1311, "rotates": false }, + { "id": "mon_fox_red", "fg": 1117, "bg": 1311, "rotates": false }, + { "id": "mon_frog_giant", "fg": 1119, "bg": 1311, "rotates": false }, + { "id": "mon_frog_small", "fg": 1118, "rotates": false }, + { "id": "mon_fungal_blossom", "fg": 1122, "bg": 1311, "rotates": false }, + { "id": "mon_fungal_fighter", "fg": 1123, "bg": 1311, "rotates": false }, + { "id": "mon_fungal_hedgerow", "fg": 1124, "bg": 1311, "rotates": false }, + { "id": "mon_fungal_tendril", "fg": 1125, "bg": 1311, "rotates": false }, + { "id": "mon_fungal_wall", "fg": 1126, "bg": 1311, "rotates": false }, + { "id": "mon_fungaloid", "fg": 1120, "bg": 1311, "rotates": false }, + { "id": "mon_fungaloid_dormant", "fg": 1255, "bg": 1311, "rotates": false }, + { "id": "mon_fungaloid_young", "fg": 1121, "bg": 1311, "rotates": false }, + { "id": "mon_gallimimus", "fg": 1127, "bg": 1311, "rotates": false }, + { "id": "mon_gasbomb_hack", "fg": 1128, "bg": 1311, "rotates": false }, + { "id": "mon_gator", "fg": 1129, "rotates": false }, + { "id": "mon_gelatin", "fg": 1130, "bg": 1311, "rotates": false }, + { "id": "mon_generator", "fg": 1131, "bg": 1311, "rotates": false }, + { "id": "mon_giant_cockroach", "fg": 1132, "rotates": false }, + { "id": "mon_giant_cockroach_nymph", "fg": 1133, "rotates": false }, + { "id": "mon_goat", "fg": 1134, "rotates": false }, + { "id": "mon_gozu", "fg": 1135, "bg": 1311, "rotates": false }, + { "id": "mon_graboid", "fg": 1136, "bg": 1311, "rotates": false }, + { "id": "mon_grenade_hack", "fg": 1137, "bg": 1311, "rotates": false }, + { "id": "mon_groundhog", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_halfworm", "fg": 1138, "bg": 1311, "rotates": false }, + { "id": "mon_hallu_mom", "fg": 1139, "bg": 1311, "rotates": false }, + { "id": "mon_hare", "fg": 1140, "bg": 1311, "rotates": false }, + { "id": "mon_hare_season_winter", "fg": 1141, "bg": 1311, "rotates": false }, + { "id": "mon_headless_dog_thing", "fg": 1142, "bg": 1311, "rotates": false }, + { "id": "mon_hologram", "fg": 1256, "rotates": false }, + { "id": "mon_human_snail", "fg": 1143, "bg": 1311, "rotates": false }, + { "id": "mon_irradiated_wanderer_1", "fg": 1144, "bg": 1311 }, + { "id": "mon_irradiated_wanderer_2", "fg": 1145, "bg": 1311, "rotates": false }, + { "id": "mon_irradiated_wanderer_3", "fg": 1146, "bg": 1311 }, + { "id": "mon_irradiated_wanderer_4", "fg": 1147, "bg": 1311 }, + { "id": "mon_kreck", "fg": 1148, "bg": 1311, "rotates": false }, + { "id": "mon_laserturret", "fg": 1149, "bg": 1311, "rotates": false }, + { "id": "mon_lemming", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_manhack", "fg": 1150, "bg": 1311, "rotates": false }, + { "id": "mon_manhack_acid", "fg": 1151, "rotates": false }, + { "id": "mon_mi_go", "fg": 1153, "bg": 1311, "rotates": false }, + { "id": "mon_mininuke_hack", "fg": 1152, "bg": 1311, "rotates": false }, + { "id": "mon_mink", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_moose", "fg": 1154, "bg": 1311, "rotates": false }, + { "id": "mon_mosquito", "fg": 1155, "rotates": false }, + { "id": "mon_mosquito_giant", "fg": 1156, "bg": 1311, "rotates": false }, + { "id": "mon_muskrat", "fg": 1171, "rotates": false }, + { "id": "mon_mutant_carp", "fg": 1157, "rotates": false }, + { "id": "mon_mutant_salmon", "fg": 1158, "rotates": false }, + { "id": "mon_one_eye", "fg": 1159, "bg": 1311, "rotates": false }, + { "id": "mon_otter", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_player_blob", "fg": 1160, "bg": 1311, "rotates": false }, + { "id": "mon_pregnant_giant_cockroach", "fg": 1161, "rotates": false }, + { "id": "mon_prototype_cyborg", "fg": 1286, "bg": 1311, "rotates": false }, + { "id": "mon_rabbit", "fg": 1162, "bg": 1311, "rotates": false }, + { "id": "mon_raccoon", "fg": 1163, "bg": 1311, "rotates": false }, + { "id": "mon_rat_king", "fg": 1166, "bg": 1311, "rotates": false }, + { "id": "mon_rattlesnake", "fg": 1164, "bg": 1311, "rotates": false }, + { "id": "mon_rattlesnake_giant", "fg": 1165, "bg": 1311, "rotates": false }, + { "id": "mon_razorclaw", "fg": 1167, "bg": 1311 }, + { "id": "mon_riotbot", "fg": 1168, "bg": 1311, "rotates": false }, + { "id": "mon_secubot", "fg": 1169, "bg": 1311, "rotates": false }, + { "id": "mon_sewer_fish", "fg": 1170, "bg": 1311, "rotates": false }, + { "id": "mon_sewer_rat", "fg": 1171, "bg": 1311, "rotates": false }, + { "id": "mon_sewer_snake", "fg": 1172, "bg": 1311, "rotates": false }, + { "id": "mon_shadow", "fg": 1173, "rotates": false }, + { "id": "mon_shadow_snake", "fg": 1174, "rotates": false }, + { "id": "mon_skeleton", "fg": 1175, "bg": 1311, "rotates": false }, + { "id": "mon_skeleton_electric", "fg": 1289, "bg": 1311, "rotates": false }, + { "id": "mon_skitterbot", "fg": 1176, "bg": 1311, "rotates": false }, + { "id": "mon_sludge_crawler", "fg": 1177, "bg": 1311, "rotates": false }, + { "id": "mon_spider_cellar_giant", "fg": 1178, "bg": 1311, "rotates": false }, + { "id": "mon_spider_cellar_giant_s", "fg": 1179, "bg": 1311, "rotates": false }, + { "id": "mon_spider_jumping_giant", "fg": 1181, "bg": 1311, "rotates": false }, + { "id": "mon_spider_jumping_giant_mega", "fg": 1182, "rotates": false }, + { "id": "mon_spider_jumping_small", "fg": 1180, "bg": 1311, "rotates": false }, + { "id": "mon_spider_trapdoor", "fg": 1183, "bg": 1311, "rotates": false }, + { "id": "mon_spider_trapdoor_giant", "fg": 1184, "bg": 1311, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_mega", "fg": 1185, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_small", "fg": 1186, "rotates": false }, + { "id": "mon_spider_web", "fg": 1187, "bg": 1311, "rotates": false }, + { "id": "mon_spider_web_giant", "fg": 1187, "bg": 1311, "rotates": false }, + { "id": "mon_spider_web_mega", "fg": 1188, "rotates": false }, + { "id": "mon_spider_web_s", "fg": 1189, "bg": 1311, "rotates": false }, + { "id": "mon_spider_widow_giant", "fg": 1191, "bg": 1311, "rotates": false }, + { "id": "mon_spider_widow_giant_s", "fg": 1192, "bg": 1311, "rotates": false }, + { "id": "mon_spider_widow_small", "fg": 1190, "bg": 1311, "rotates": false }, + { "id": "mon_spider_wolf_giant", "fg": 1194, "bg": 1311, "rotates": false }, + { "id": "mon_spider_wolf_small", "fg": 1193, "bg": 1311, "rotates": false }, + { "id": "mon_spore", "fg": 1195, "bg": 1311, "rotates": false }, + { "id": "mon_squirrel", "fg": 1196, "bg": 1311, "rotates": false }, + { "id": "mon_squirrel_red", "fg": 1196, "bg": 1311, "rotates": false }, + { "id": "mon_titanis", "fg": 1197, "bg": 1311, "rotates": false }, + { "id": "mon_turkey", "fg": 1198, "bg": 1311, "rotates": false }, + { "id": "mon_velociraptor", "fg": 1199, "bg": 1311, "rotates": false }, + { "id": "mon_vinebeast", "fg": 1200, "bg": 1311, "rotates": false }, + { "id": "mon_vortex", "fg": 1201, "bg": 1311, "rotates": false }, + { "id": "mon_w11b10", "fg": 1258, "rotates": false }, + { "id": "mon_w11b20b4", "fg": 1259, "rotates": false }, + { "id": "mon_w11h10", "fg": 1261, "rotates": false }, + { "id": "mon_w12b10", "fg": 1260, "rotates": false }, + { "id": "mon_w12n10", "fg": 1262, "rotates": false }, + { "id": "mon_wasp", "fg": 1202, "bg": 1311, "rotates": false }, { "id": "mon_wasp_larvae", "fg": 1086 }, - { "id": "mon_wasp_mega", "fg": 1204 }, - { "id": "mon_wasp_small", "fg": 1205, "rotates": false }, - { "id": "mon_weasel", "fg": 1071, "bg": 1312, "rotates": false }, - { "id": "mon_wolf", "fg": 1206, "bg": 1312, "rotates": false }, - { "id": "mon_worm", "fg": 1207, "bg": 1312, "rotates": false }, - { "id": "mon_zhark", "fg": 1208 }, - { "id": "mon_zolf", "fg": 1209, "bg": 1312, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 1210, "rotates": false }, - { "id": "mon_zombear", "fg": 1211, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_acidic", "fg": 1212, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 1213, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_armored", "fg": 1214, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_bio_op", "fg": 1215, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 1216, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_blind", "fg": 1217, "rotates": false }, - { "id": "mon_zombie_brainless", "fg": 1294, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 1218, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_brute_grappler", "fg": 1219, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_brute_ninja", "fg": 1220, "bg": 1312 }, - { "id": "mon_zombie_brute_shocker", "fg": 1221, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 1264, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_child_scorched", "fg": 1222, "bg": 1312 }, - { "id": "mon_zombie_child_scorched_2", "fg": 1223, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 1224, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_crawler", "fg": 1225, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 1226, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 1227, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_dog", "fg": 1228, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_ears", "fg": 1295, "bg": 1312 }, - { "id": "mon_zombie_electric", "fg": 1229, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_fiend", "fg": 1296, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 1230, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": [ 1231, 1297 ], "bg": 1312, "rotates": false }, - { "id": "mon_zombie_gasbag", "fg": 1232, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 1233, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 1234, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_hollow", "fg": 1235, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 1236, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_jackson", "fg": 1237, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_kevlar_1", "fg": 1301, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_mancroc", "fg": 1238, "bg": 1312 }, - { "id": "mon_zombie_master", "fg": 1239, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_military_pilot", "fg": 1258, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_necro", "fg": 1240, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 1241, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_rot", "fg": 1242, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_scorched", "fg": 1243, "bg": 1312 }, - { "id": "mon_zombie_shady", "fg": 1244, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 1245, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 1246, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_skull", "fg": 1303, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_smoker", "fg": 1247, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 1248, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_soldier", "fg": 1249, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_soldier_acid_1", "fg": 1304, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_soldier_acid_2", "fg": 1305, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_1", "fg": 1306, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 1307, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 1250, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 1251, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_static", "fg": 1308, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_swimmer", "fg": 1252, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_thorny", "fg": 1309, "rotates": false, "bg": 1312 }, - { "id": "mon_zombie_waif", "fg": 1253, "bg": 1312, "rotates": false }, - { "id": "mon_zombie_wretched", "fg": 1310, "bg": 1312, "rotates": false }, - { "id": "mon_zoose", "fg": 1254, "bg": 1312, "rotates": false }, - { "id": "mon_zougar", "fg": 1255, "bg": 1312, "rotates": false }, - { "id": "mon_triffid", "fg": 1291, "bg": 1312 }, - { "id": "mon_triffid_sprig", "fg": 1292, "bg": 1312 }, - { "id": "mon_triffid_young", "fg": 1293, "bg": 1312 }, + { "id": "mon_wasp_mega", "fg": 1203 }, + { "id": "mon_wasp_small", "fg": 1204, "rotates": false }, + { "id": "mon_weasel", "fg": 1071, "bg": 1311, "rotates": false }, + { "id": "mon_wolf", "fg": 1205, "bg": 1311, "rotates": false }, + { "id": "mon_worm", "fg": 1206, "bg": 1311, "rotates": false }, + { "id": "mon_zhark", "fg": 1207 }, + { "id": "mon_zolf", "fg": 1208, "bg": 1311, "rotates": false }, + { "id": "mon_zolf_shady", "fg": 1209, "rotates": false }, + { "id": "mon_zombear", "fg": 1210, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_acidic", "fg": 1211, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_anklebiter", "fg": 1212, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_armored", "fg": 1213, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_bio_op", "fg": 1214, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_biter", "fg": 1215, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_blind", "fg": 1216, "rotates": false }, + { "id": "mon_zombie_brainless", "fg": 1293, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_brute", "fg": 1217, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_brute_grappler", "fg": 1218, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_brute_ninja", "fg": 1219, "bg": 1311 }, + { "id": "mon_zombie_brute_shocker", "fg": 1220, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_child_fungus", "fg": 1263, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_child_scorched", "fg": 1221, "bg": 1311 }, + { "id": "mon_zombie_child_scorched_2", "fg": 1222, "rotates": false }, + { "id": "mon_zombie_cop", "fg": 1223, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_crawler", "fg": 1224, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_creepy", "fg": 1225, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_dancer", "fg": 1226, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_dog", "fg": 1227, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_ears", "fg": 1294, "bg": 1311 }, + { "id": "mon_zombie_electric", "fg": 1228, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_fiend", "fg": 1295, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_fireman", "fg": 1229, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_fungus", "fg": [ 1230, 1296 ], "bg": 1311, "rotates": false }, + { "id": "mon_zombie_gasbag", "fg": 1231, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_grappler", "fg": 1232, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_hazmat", "fg": 1233, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_hollow", "fg": 1234, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_hunter", "fg": 1235, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_jackson", "fg": 1236, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_kevlar_1", "fg": 1300, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_mancroc", "fg": 1237, "bg": 1311 }, + { "id": "mon_zombie_master", "fg": 1238, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_military_pilot", "fg": 1257, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_necro", "fg": 1239, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_predator", "fg": 1240, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_rot", "fg": 1241, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_scorched", "fg": 1242, "bg": 1311 }, + { "id": "mon_zombie_shady", "fg": 1243, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_shady_ghost", "fg": 1244, "rotates": false }, + { "id": "mon_zombie_shriekling", "fg": 1245, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_skull", "fg": 1302, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_smoker", "fg": 1246, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_snotgobbler", "fg": 1247, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_soldier", "fg": 1248, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_soldier_acid_1", "fg": 1303, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_soldier_acid_2", "fg": 1304, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_1", "fg": 1305, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 1306, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_spitter", "fg": 1249, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_sproglodyte", "fg": 1250, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_static", "fg": 1307, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_swimmer", "fg": 1251, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_thorny", "fg": 1308, "rotates": false, "bg": 1311 }, + { "id": "mon_zombie_waif", "fg": 1252, "bg": 1311, "rotates": false }, + { "id": "mon_zombie_wretched", "fg": 1309, "bg": 1311, "rotates": false }, + { "id": "mon_zoose", "fg": 1253, "bg": 1311, "rotates": false }, + { "id": "mon_zougar", "fg": 1254, "bg": 1311, "rotates": false }, + { "id": "mon_triffid", "fg": 1290, "bg": 1311 }, + { "id": "mon_triffid_sprig", "fg": 1291, "bg": 1311 }, + { "id": "mon_triffid_young", "fg": 1292, "bg": 1311 }, { "id": "mon_broken_cyborg", "fg": [ + { "weight": 1, "sprite": 1313 }, { "weight": 1, "sprite": 1314 }, { "weight": 1, "sprite": 1315 }, { "weight": 1, "sprite": 1316 }, { "weight": 1, "sprite": 1317 }, - { "weight": 1, "sprite": 1318 }, - { "weight": 1, "sprite": 1319 } + { "weight": 1, "sprite": 1318 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_feral_human_crowbar", "fg": [ + { "weight": 1, "sprite": 1327 }, { "weight": 1, "sprite": 1328 }, { "weight": 1, "sprite": 1329 }, { "weight": 1, "sprite": 1330 }, { "weight": 1, "sprite": 1331 }, { "weight": 1, "sprite": 1332 }, { "weight": 1, "sprite": 1333 }, - { "weight": 1, "sprite": 1334 }, - { "weight": 1, "sprite": 1335 } + { "weight": 1, "sprite": 1334 } ], - "bg": 1312 + "bg": 1311 }, { "id": "mon_feral_human_pipe", "fg": [ + { "weight": 1, "sprite": 1335 }, { "weight": 1, "sprite": 1336 }, { "weight": 1, "sprite": 1337 }, { "weight": 1, "sprite": 1338 }, { "weight": 1, "sprite": 1339 }, { "weight": 1, "sprite": 1340 }, { "weight": 1, "sprite": 1341 }, - { "weight": 1, "sprite": 1342 }, - { "weight": 1, "sprite": 1343 } + { "weight": 1, "sprite": 1342 } ], - "bg": 1312 + "bg": 1311 }, { "id": "mon_feral_human_axe", "fg": [ + { "weight": 1, "sprite": 1319 }, { "weight": 1, "sprite": 1320 }, { "weight": 1, "sprite": 1321 }, { "weight": 1, "sprite": 1322 }, { "weight": 1, "sprite": 1323 }, { "weight": 1, "sprite": 1324 }, { "weight": 1, "sprite": 1325 }, - { "weight": 1, "sprite": 1326 }, - { "weight": 1, "sprite": 1327 } + { "weight": 1, "sprite": 1326 } ], - "bg": 1312 + "bg": 1311 }, { "id": "mon_zombie_giant_heart", "animated": true, "fg": [ - { "weight": 15, "sprite": 1344 }, - { "weight": 15, "sprite": 1345 }, - { "weight": 15, "sprite": 1344 }, - { "weight": 15, "sprite": 1346 } + { "weight": 15, "sprite": 1346 }, + { "weight": 15, "sprite": 1347 }, + { "weight": 15, "sprite": 1346 }, + { "weight": 15, "sprite": 1348 } ], "rotates": false, - "bg": 1312 + "bg": 1311 }, { "id": "mon_twisted_body", - "fg": [ { "weight": 1, "sprite": 1347 }, { "weight": 1, "sprite": 1348 }, { "weight": 1, "sprite": 1349 } ], - "bg": 1312, + "fg": [ { "weight": 1, "sprite": 1349 }, { "weight": 1, "sprite": 1350 }, { "weight": 1, "sprite": 1351 } ], + "bg": 1311, "rotates": false }, { "id": "mon_zombie", "fg": [ - { "weight": 1, "sprite": 1360 }, - { "weight": 1, "sprite": 1371 }, - { "weight": 1, "sprite": 1378 }, - { "weight": 1, "sprite": 1379 }, + { "weight": 1, "sprite": 1362 }, + { "weight": 1, "sprite": 1373 }, { "weight": 1, "sprite": 1380 }, { "weight": 1, "sprite": 1381 }, { "weight": 1, "sprite": 1382 }, { "weight": 1, "sprite": 1383 }, { "weight": 1, "sprite": 1384 }, - { "weight": 1, "sprite": 1350 }, - { "weight": 1, "sprite": 1351 }, + { "weight": 1, "sprite": 1385 }, + { "weight": 1, "sprite": 1386 }, { "weight": 1, "sprite": 1352 }, { "weight": 1, "sprite": 1353 }, { "weight": 1, "sprite": 1354 }, @@ -2010,8 +2007,8 @@ { "weight": 1, "sprite": 1357 }, { "weight": 1, "sprite": 1358 }, { "weight": 1, "sprite": 1359 }, + { "weight": 1, "sprite": 1360 }, { "weight": 1, "sprite": 1361 }, - { "weight": 1, "sprite": 1362 }, { "weight": 1, "sprite": 1363 }, { "weight": 1, "sprite": 1364 }, { "weight": 1, "sprite": 1365 }, @@ -2020,294 +2017,299 @@ { "weight": 1, "sprite": 1368 }, { "weight": 1, "sprite": 1369 }, { "weight": 1, "sprite": 1370 }, + { "weight": 1, "sprite": 1371 }, { "weight": 1, "sprite": 1372 }, - { "weight": 1, "sprite": 1373 }, { "weight": 1, "sprite": 1374 }, { "weight": 1, "sprite": 1375 }, { "weight": 1, "sprite": 1376 }, - { "weight": 1, "sprite": 1377 } + { "weight": 1, "sprite": 1377 }, + { "weight": 1, "sprite": 1378 }, + { "weight": 1, "sprite": 1379 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 1385 }, - { "weight": 1, "sprite": 1386 }, { "weight": 1, "sprite": 1387 }, - { "weight": 1, "sprite": 1396 }, - { "weight": 1, "sprite": 1397 }, + { "weight": 1, "sprite": 1388 }, + { "weight": 1, "sprite": 1389 }, { "weight": 1, "sprite": 1398 }, { "weight": 1, "sprite": 1399 }, { "weight": 1, "sprite": 1400 }, { "weight": 1, "sprite": 1401 }, - { "weight": 1, "sprite": 1388 }, - { "weight": 1, "sprite": 1389 }, + { "weight": 1, "sprite": 1402 }, + { "weight": 1, "sprite": 1403 }, { "weight": 1, "sprite": 1390 }, { "weight": 1, "sprite": 1391 }, { "weight": 1, "sprite": 1392 }, { "weight": 1, "sprite": 1393 }, { "weight": 1, "sprite": 1394 }, - { "weight": 1, "sprite": 1395 } + { "weight": 1, "sprite": 1395 }, + { "weight": 1, "sprite": 1396 }, + { "weight": 1, "sprite": 1397 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_fat", "fg": [ - { "weight": 1, "sprite": 1402 }, - { "weight": 1, "sprite": 1403 }, { "weight": 1, "sprite": 1404 }, - { "weight": 1, "sprite": 1412 }, - { "weight": 1, "sprite": 1413 }, + { "weight": 1, "sprite": 1405 }, + { "weight": 1, "sprite": 1406 }, { "weight": 1, "sprite": 1414 }, { "weight": 1, "sprite": 1415 }, { "weight": 1, "sprite": 1416 }, { "weight": 1, "sprite": 1417 }, - { "weight": 1, "sprite": 1405 }, - { "weight": 1, "sprite": 1406 }, + { "weight": 1, "sprite": 1418 }, + { "weight": 1, "sprite": 1419 }, { "weight": 1, "sprite": 1407 }, { "weight": 1, "sprite": 1408 }, { "weight": 1, "sprite": 1409 }, { "weight": 1, "sprite": 1410 }, - { "weight": 1, "sprite": 1411 } + { "weight": 1, "sprite": 1411 }, + { "weight": 1, "sprite": 1412 }, + { "weight": 1, "sprite": 1413 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_grabber", "fg": [ - { "weight": 1, "sprite": 1418 }, - { "weight": 1, "sprite": 1419 }, { "weight": 1, "sprite": 1420 }, { "weight": 1, "sprite": 1421 }, { "weight": 1, "sprite": 1422 }, { "weight": 1, "sprite": 1423 }, { "weight": 1, "sprite": 1424 }, { "weight": 1, "sprite": 1425 }, - { "weight": 1, "sprite": 1426 } + { "weight": 1, "sprite": 1426 }, + { "weight": 1, "sprite": 1427 }, + { "weight": 1, "sprite": 1428 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_labsecurity", "fg": [ - { "weight": 1, "sprite": 1427 }, - { "weight": 1, "sprite": 1428 }, { "weight": 1, "sprite": 1429 }, { "weight": 1, "sprite": 1430 }, { "weight": 1, "sprite": 1431 }, - { "weight": 1, "sprite": 1432 } + { "weight": 1, "sprite": 1432 }, + { "weight": 1, "sprite": 1433 }, + { "weight": 1, "sprite": 1434 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_prisoner", "fg": [ - { "weight": 1, "sprite": 1433 }, - { "weight": 1, "sprite": 1434 }, { "weight": 1, "sprite": 1435 }, { "weight": 1, "sprite": 1436 }, { "weight": 1, "sprite": 1437 }, - { "weight": 1, "sprite": 1438 } + { "weight": 1, "sprite": 1438 }, + { "weight": 1, "sprite": 1439 }, + { "weight": 1, "sprite": 1440 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_runner", "fg": [ - { "weight": 1, "sprite": 1439 }, - { "weight": 1, "sprite": 1440 }, { "weight": 1, "sprite": 1441 }, { "weight": 1, "sprite": 1442 }, - { "weight": 1, "sprite": 1443 } + { "weight": 1, "sprite": 1443 }, + { "weight": 1, "sprite": 1444 }, + { "weight": 1, "sprite": 1445 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_scientist", "fg": [ - { "weight": 1, "sprite": 1444 }, - { "weight": 1, "sprite": 1447 }, - { "weight": 1, "sprite": 1448 }, + { "weight": 1, "sprite": 1446 }, { "weight": 1, "sprite": 1449 }, { "weight": 1, "sprite": 1450 }, { "weight": 1, "sprite": 1451 }, { "weight": 1, "sprite": 1452 }, { "weight": 1, "sprite": 1453 }, { "weight": 1, "sprite": 1454 }, - { "weight": 1, "sprite": 1445 }, - { "weight": 1, "sprite": 1446 } + { "weight": 1, "sprite": 1455 }, + { "weight": 1, "sprite": 1456 }, + { "weight": 1, "sprite": 1447 }, + { "weight": 1, "sprite": 1448 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_screecher", "fg": [ - { "weight": 1, "sprite": 1455 }, - { "weight": 1, "sprite": 1456 }, { "weight": 1, "sprite": 1457 }, - { "weight": 1, "sprite": 1458 } + { "weight": 1, "sprite": 1458 }, + { "weight": 1, "sprite": 1459 }, + { "weight": 1, "sprite": 1460 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_shrieker", "fg": [ - { "weight": 1, "sprite": 1459 }, - { "weight": 1, "sprite": 1460 }, { "weight": 1, "sprite": 1461 }, - { "weight": 1, "sprite": 1462 } + { "weight": 1, "sprite": 1462 }, + { "weight": 1, "sprite": 1463 }, + { "weight": 1, "sprite": 1464 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_survivor", - "fg": [ { "weight": 1, "sprite": 1463 }, { "weight": 1, "sprite": 1464 } ], - "bg": 1312, + "fg": [ { "weight": 1, "sprite": 1465 }, { "weight": 1, "sprite": 1466 } ], + "bg": 1311, "rotates": false }, { "id": "mon_zombie_survivor_elite", - "fg": [ { "weight": 1, "sprite": 1465 }, { "weight": 1, "sprite": 1466 }, { "weight": 1, "sprite": 1467 } ], - "bg": 1312, + "fg": [ { "weight": 1, "sprite": 1467 }, { "weight": 1, "sprite": 1468 }, { "weight": 1, "sprite": 1469 } ], + "bg": 1311, "rotates": false }, { "id": "mon_zombie_technician", "fg": [ - { "weight": 1, "sprite": 1468 }, - { "weight": 1, "sprite": 1469 }, { "weight": 1, "sprite": 1470 }, - { "weight": 1, "sprite": 1471 } + { "weight": 1, "sprite": 1471 }, + { "weight": 1, "sprite": 1472 }, + { "weight": 1, "sprite": 1473 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, { "id": "mon_zombie_tough", "fg": [ - { "weight": 1, "sprite": 1472 }, - { "weight": 1, "sprite": 1473 }, { "weight": 1, "sprite": 1474 }, - { "weight": 1, "sprite": 1481 }, - { "weight": 1, "sprite": 1482 }, + { "weight": 1, "sprite": 1475 }, + { "weight": 1, "sprite": 1476 }, { "weight": 1, "sprite": 1483 }, { "weight": 1, "sprite": 1484 }, { "weight": 1, "sprite": 1485 }, { "weight": 1, "sprite": 1486 }, - { "weight": 1, "sprite": 1475 }, - { "weight": 1, "sprite": 1476 }, + { "weight": 1, "sprite": 1487 }, + { "weight": 1, "sprite": 1488 }, { "weight": 1, "sprite": 1477 }, { "weight": 1, "sprite": 1478 }, { "weight": 1, "sprite": 1479 }, - { "weight": 1, "sprite": 1480 } + { "weight": 1, "sprite": 1480 }, + { "weight": 1, "sprite": 1481 }, + { "weight": 1, "sprite": 1482 } ], - "bg": 1312, + "bg": 1311, "rotates": false }, - { "id": "corpse_mon_fish_lbass", "fg": 1269 }, - { "id": "corpse_mon_fish_pbass", "fg": 1270 }, - { "id": "corpse_mon_fish_salmon", "fg": 1271 }, - { "id": "corpse_mon_fish_sunfish", "fg": 1272 }, - { "id": "lemming_shadow", "fg": 1273 }, - { "id": "mon_boar_wild", "fg": 1274 }, - { "id": "mon_boar_wild_piglet", "fg": 1275 }, - { "id": "mon_copbot", "fg": 1276 }, - { "id": "mon_cow", "fg": 1277 }, - { "id": "mon_cow_calf", "fg": 1278 }, - { "id": "mon_fish_eel", "fg": 1279 }, - { "id": "mon_gracke", "fg": 1280 }, - { "id": "mon_grocerybot", "fg": 1281 }, - { "id": "mon_grocerybot_busted", "fg": 1282 }, - { "id": "mon_hallu_mannequin", "fg": 1283 }, - { "id": "mon_pig", "fg": 1284 }, - { "id": "mon_pig_piglet", "fg": 1285 }, - { "id": "mon_pigeon", "fg": 1286 }, - { "id": "mon_sheep", "fg": 1288 }, - { "id": "mon_skeleton_brute", "fg": 1289 }, - { "id": "mon_zombie_gasbag_crawler", "fg": 1298 }, - { "id": "mon_zombie_gasbag_immobile", "fg": 1299 }, - { "id": "mon_zombie_hanging_innards", "fg": 1300 }, - { "id": "mon_zombie_pig", "fg": 1302 }, - { "id": "mon_zow", "fg": 1311 }, - { "id": "shadow_32x32_small", "fg": 1313 } + { "id": "corpse_mon_fish_lbass", "fg": 1268 }, + { "id": "corpse_mon_fish_pbass", "fg": 1269 }, + { "id": "corpse_mon_fish_salmon", "fg": 1270 }, + { "id": "corpse_mon_fish_sunfish", "fg": 1271 }, + { "id": "lemming_shadow", "fg": 1272 }, + { "id": "mon_boar_wild", "fg": 1273 }, + { "id": "mon_boar_wild_piglet", "fg": 1274 }, + { "id": "mon_copbot", "fg": 1275 }, + { "id": "mon_cow", "fg": 1276 }, + { "id": "mon_cow_calf", "fg": 1277 }, + { "id": "mon_fish_eel", "fg": 1278 }, + { "id": "mon_gracke", "fg": 1279 }, + { "id": "mon_grocerybot", "fg": 1280 }, + { "id": "mon_grocerybot_busted", "fg": 1281 }, + { "id": "mon_hallu_mannequin", "fg": 1282 }, + { "id": "mon_pig", "fg": 1283 }, + { "id": "mon_pig_piglet", "fg": 1284 }, + { "id": "mon_pigeon", "fg": 1285 }, + { "id": "mon_sheep", "fg": 1287 }, + { "id": "mon_skeleton_brute", "fg": 1288 }, + { "id": "mon_zombie_gasbag_crawler", "fg": 1297 }, + { "id": "mon_zombie_gasbag_immobile", "fg": 1298 }, + { "id": "mon_zombie_hanging_innards", "fg": 1299 }, + { "id": "mon_zombie_pig", "fg": 1301 }, + { "id": "mon_zow", "fg": 1310 }, + { "id": "shadow_32x32_small", "fg": 1312 }, + { "id": "bot_eyebot", "fg": 1343 }, + { "id": "broken_eyebot", "fg": 1344 }, + { "id": "mon_eyebot", "fg": 1345 } ] }, { "file": "ChibiNormalCharacterMagiclysm.png", - "//": "range 1488 to 1535", + "//": "range 1504 to 1551", "tiles": [ - { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 1522, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 1505, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 1520, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 1503, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 1521, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 1504, "rotates": false }, - { "id": "overlay_mutation_bio_sneeze_beam", "fg": 1488 }, - { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 1489 }, - { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 1490 }, - { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 1491 }, - { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 1492 }, - { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 1493 }, - { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 1494 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 1495 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 1496 }, - { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 1497 }, - { "id": "overlay_female_mutation_MANA_LUM", "fg": 1498 }, - { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 1499 }, - { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 1500 }, - { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 1501 }, - { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 1502 }, - { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 1506 }, - { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 1507 }, - { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 1508 }, - { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 1509 }, - { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 1510 }, - { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 1511 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 1512 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 1513 }, - { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 1514 }, - { "id": "overlay_male_mutation_MANA_LUM", "fg": 1515 }, - { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 1516 }, - { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 1517 }, - { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 1518 }, - { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 1519 }, - { "id": "overlay_mutation_DEMON_CLAWS", "fg": 1523 }, - { "id": "overlay_mutation_DEMON_POSSES", "fg": 1524 }, - { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 1525 }, - { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 1526 }, - { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 1527 }, - { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 1528 }, - { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 1529 }, - { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 1530 }, - { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 1531 }, - { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 1532 }, - { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 1533 } + { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 1538, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 1521, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 1536, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 1519, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 1537, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 1520, "rotates": false }, + { "id": "overlay_mutation_bio_sneeze_beam", "fg": 1504 }, + { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 1505 }, + { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 1506 }, + { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 1507 }, + { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 1508 }, + { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 1509 }, + { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 1510 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 1511 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 1512 }, + { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 1513 }, + { "id": "overlay_female_mutation_MANA_LUM", "fg": 1514 }, + { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 1515 }, + { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 1516 }, + { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 1517 }, + { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 1518 }, + { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 1522 }, + { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 1523 }, + { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 1524 }, + { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 1525 }, + { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 1526 }, + { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 1527 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 1528 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 1529 }, + { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 1530 }, + { "id": "overlay_male_mutation_MANA_LUM", "fg": 1531 }, + { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 1532 }, + { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 1533 }, + { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 1534 }, + { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 1535 }, + { "id": "overlay_mutation_DEMON_CLAWS", "fg": 1539 }, + { "id": "overlay_mutation_DEMON_POSSES", "fg": 1540 }, + { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 1541 }, + { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 1542 }, + { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 1543 }, + { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 1544 }, + { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 1545 }, + { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 1546 }, + { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 1547 }, + { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 1548 }, + { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 1549 } ] }, { "file": "ChibiNormalMonsterMagiclysm.png", - "//": "range 1536 to 1551", + "//": "range 1552 to 1567", "tiles": [ { "id": "mon_demon_spiderling", "animated": true, "fg": [ - { "weight": 15, "sprite": 1536 }, - { "weight": 15, "sprite": 1537 }, - { "weight": 15, "sprite": 1538 }, - { "weight": 15, "sprite": 1537 } + { "weight": 15, "sprite": 1552 }, + { "weight": 15, "sprite": 1553 }, + { "weight": 15, "sprite": 1554 }, + { "weight": 15, "sprite": 1553 } ], "rotates": false } @@ -2315,58 +2317,58 @@ }, { "file": "ChibiNormalMonsterMSC.png", - "//": "range 1552 to 1567", + "//": "range 1568 to 1583", "tiles": [ { "id": "mon_marshmallow_kid", - "fg": [ { "weight": 1, "sprite": 1555 }, { "weight": 1, "sprite": 1556 } ], + "fg": [ { "weight": 1, "sprite": 1571 }, { "weight": 1, "sprite": 1572 } ], "bg": [ ], "rotates": false }, { "id": "mon_necco", "fg": [ - { "weight": 1, "sprite": 1558 }, - { "weight": 1, "sprite": 1559 }, - { "weight": 1, "sprite": 1560 }, - { "weight": 1, "sprite": 1561 }, - { "weight": 1, "sprite": 1562 }, - { "weight": 1, "sprite": 1563 }, - { "weight": 1, "sprite": 1557 } + { "weight": 1, "sprite": 1574 }, + { "weight": 1, "sprite": 1575 }, + { "weight": 1, "sprite": 1576 }, + { "weight": 1, "sprite": 1577 }, + { "weight": 1, "sprite": 1578 }, + { "weight": 1, "sprite": 1579 }, + { "weight": 1, "sprite": 1573 } ], "bg": [ ], "rotates": false }, - { "id": "mon_cookie", "fg": 1552 }, - { "id": "mon_cow_calf_choc", "fg": 1553 }, - { "id": "mon_cow_choc", "fg": 1554 } + { "id": "mon_cookie", "fg": 1568 }, + { "id": "mon_cow_calf_choc", "fg": 1569 }, + { "id": "mon_cow_choc", "fg": 1570 } ] }, { "file": "ChibiTallMonster.png", - "//": "range 1568 to 1583", + "//": "range 1584 to 1599", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, "sprite_offset_y": -16, "tiles": [ - { "id": "mon_nursebot", "fg": [ 1568, 1569, 1570 ], "rotates": false }, + { "id": "mon_nursebot", "fg": [ 1584, 1585, 1586 ], "rotates": false }, { "id": "mon_firefly", "animated": true, "fg": [ - { "weight": 15, "sprite": 1572 }, - { "weight": 15, "sprite": 1573 }, - { "weight": 15, "sprite": 1574 }, - { "weight": 15, "sprite": 1573 } + { "weight": 15, "sprite": 1588 }, + { "weight": 15, "sprite": 1589 }, + { "weight": 15, "sprite": 1590 }, + { "weight": 15, "sprite": 1589 } ] }, - { "id": "mon_zombie_scissorlimbs", "fg": 1571 } + { "id": "mon_zombie_scissorlimbs", "fg": 1587 } ] }, { "file": "ChibiTallMonsterMagiclysm.png", - "//": "range 1584 to 1599", + "//": "range 1600 to 1615", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, @@ -2376,10 +2378,10 @@ "id": "mon_demon_spider", "animated": true, "fg": [ - { "weight": 15, "sprite": 1584 }, - { "weight": 15, "sprite": 1585 }, - { "weight": 15, "sprite": 1586 }, - { "weight": 15, "sprite": 1585 } + { "weight": 15, "sprite": 1600 }, + { "weight": 15, "sprite": 1601 }, + { "weight": 15, "sprite": 1602 }, + { "weight": 15, "sprite": 1601 } ], "rotates": false } @@ -2387,7 +2389,7 @@ }, { "file": "ChibiTallMonsterMSC.png", - "//": "range 1600 to 1615", + "//": "range 1616 to 1631", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, @@ -2395,7 +2397,7 @@ "tiles": [ { "id": "mon_marshmallow_buff", - "fg": [ { "weight": 1, "sprite": 1600 }, { "weight": 1, "sprite": 1601 } ], + "fg": [ { "weight": 1, "sprite": 1616 }, { "weight": 1, "sprite": 1617 } ], "bg": [ ], "rotates": false } @@ -2403,76 +2405,76 @@ }, { "file": "ChibiTallOverlay.png", - "//": "range 1616 to 1695", + "//": "range 1632 to 1711", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, "sprite_offset_y": -16, "tiles": [ - { "id": "overlay_worn_10gal_hat", "fg": 1616, "rotates": false }, - { "id": "overlay_worn_bowhat", "fg": 1617, "rotates": false }, - { "id": "overlay_worn_eboshi", "fg": 1618, "rotates": false }, - { "id": [ "overlay_worn_fedora", "fedora" ], "fg": 1619, "rotates": false }, - { "id": "overlay_worn_firehelmet", "fg": 1620, "rotates": false }, - { "id": "overlay_worn_hat_chef", "fg": 1621, "rotates": false }, - { "id": "overlay_worn_hat_hard", "fg": 1622, "rotates": false }, - { "id": "overlay_worn_hat_hard_hooded", "fg": 1623, "rotates": false }, - { "id": "overlay_worn_hat_sombrero", "fg": 1624, "rotates": false }, - { "id": "overlay_worn_helmet_kabuto", "fg": 1625, "rotates": false }, - { "id": "overlay_worn_miner_hat", "fg": 1626, "rotates": false }, - { "id": "overlay_worn_miner_hat_on", "fg": 1627, "rotates": false }, - { "id": "overlay_worn_pickelhaube", "fg": 1628, "rotates": false }, - { "id": "overlay_worn_porkpie", "fg": 1629, "rotates": false }, - { "id": "overlay_worn_straw_fedora", "fg": 1630, "rotates": false }, - { "id": "overlay_worn_straw_hat", "fg": 1631, "rotates": false }, - { "id": "overlay_worn_tinfoil_hat", "fg": 1632, "rotates": false }, - { "id": "overlay_worn_tophat", "fg": 1633, "rotates": false }, - { "id": "overlay_worn_veil_wedding", "fg": 1634, "rotates": false }, - { "id": "overlay_worn_welding_mask_crude_raised", "fg": 1635, "rotates": false }, - { "id": "overlay_worn_welding_mask_raised", "fg": 1636, "rotates": false }, - { "id": "overlay_effect_badpoison", "fg": 1638 }, - { "id": "overlay_effect_bleed", "fg": 1639 }, - { "id": "overlay_effect_bouldering", "fg": 1640 }, - { "id": "overlay_effect_common_cold", "fg": 1641 }, - { "id": "overlay_effect_dazed", "fg": 1642 }, - { "id": [ "overlay_effect_deaf", "overlay_effect_earphones" ], "fg": 1643 }, - { "id": "overlay_effect_downed", "fg": 1644 }, - { "id": "overlay_effect_drunk", "fg": 1645 }, - { "id": [ "overlay_effect_flu", "overlay_effect_Influenza" ], "fg": 1646 }, - { "id": [ "overlay_effect_foodpoison", "overlay_effect_nausea" ], "fg": 1647 }, - { "id": "overlay_effect_fungus", "fg": 1648 }, - { "id": "overlay_effect_grabbed", "fg": 1649 }, - { "id": "overlay_female_effect_haslight", "fg": 1658 }, - { "id": "overlay_male_effect_haslight", "fg": 1659 }, - { "id": "overlay_effect_high", "fg": 1650 }, - { "id": "overlay_effect_paralyzepoison", "fg": 1651 }, - { "id": "overlay_effect_poison", "fg": 1652 }, - { "id": "overlay_effect_sleep", "fg": 1653 }, - { "id": "overlay_effect_spores", "fg": 1654 }, - { "id": "overlay_effect_stunned", "fg": 1655 }, - { "id": "overlay_effect_visuals", "fg": 1656 }, - { "id": [ "overlay_effect_winded", "overlay_effect_asthma" ], "fg": 1657 }, - { "id": "overlay_female_mutation_hair_black_fro", "fg": 1661, "rotates": false }, - { "id": "overlay_female_mutation_hair_gray_fro", "fg": 1664, "rotates": false }, - { "id": "overlay_female_mutation_hair_blond_fro", "fg": 1662, "rotates": false }, - { "id": "overlay_female_mutation_hair_brown_fro", "fg": 1663, "rotates": false }, - { "id": "overlay_female_mutation_hair_white_fro", "fg": 1666, "rotates": false }, - { "id": "overlay_female_mutation_hair_red_fro", "fg": 1665, "rotates": false }, - { "id": "overlay_male_mutation_hair_black_fro", "fg": 1667, "rotates": false }, - { "id": "overlay_male_mutation_hair_gray_fro", "fg": 1670, "rotates": false }, - { "id": "overlay_male_mutation_hair_blond_fro", "fg": 1668, "rotates": false }, - { "id": "overlay_male_mutation_hair_brown_fro", "fg": 1669, "rotates": false }, - { "id": "overlay_male_mutation_hair_white_fro", "fg": 1672, "rotates": false }, - { "id": "overlay_male_mutation_hair_red_fro", "fg": 1671, "rotates": false }, - { "id": "overlay_mutation_hair_black_mohawk", "fg": 1673, "rotates": false }, - { "id": "overlay_mutation_hair_gray_mohawk", "fg": 1676, "rotates": false }, - { "id": "overlay_mutation_hair_blond_mohawk", "fg": 1674, "rotates": false }, - { "id": "overlay_mutation_hair_brown_mohawk", "fg": 1675, "rotates": false }, - { "id": "overlay_mutation_hair_white_mohawk", "fg": 1678, "rotates": false }, - { "id": "overlay_mutation_hair_red_mohawk", "fg": 1677, "rotates": false }, + { "id": "overlay_worn_10gal_hat", "fg": 1632, "rotates": false }, + { "id": "overlay_worn_bowhat", "fg": 1633, "rotates": false }, + { "id": "overlay_worn_eboshi", "fg": 1634, "rotates": false }, + { "id": [ "overlay_worn_fedora", "fedora" ], "fg": 1635, "rotates": false }, + { "id": "overlay_worn_firehelmet", "fg": 1636, "rotates": false }, + { "id": "overlay_worn_hat_chef", "fg": 1637, "rotates": false }, + { "id": "overlay_worn_hat_hard", "fg": 1638, "rotates": false }, + { "id": "overlay_worn_hat_hard_hooded", "fg": 1639, "rotates": false }, + { "id": "overlay_worn_hat_sombrero", "fg": 1640, "rotates": false }, + { "id": "overlay_worn_helmet_kabuto", "fg": 1641, "rotates": false }, + { "id": "overlay_worn_miner_hat", "fg": 1642, "rotates": false }, + { "id": "overlay_worn_miner_hat_on", "fg": 1643, "rotates": false }, + { "id": "overlay_worn_pickelhaube", "fg": 1644, "rotates": false }, + { "id": "overlay_worn_porkpie", "fg": 1645, "rotates": false }, + { "id": "overlay_worn_straw_fedora", "fg": 1646, "rotates": false }, + { "id": "overlay_worn_straw_hat", "fg": 1647, "rotates": false }, + { "id": "overlay_worn_tinfoil_hat", "fg": 1648, "rotates": false }, + { "id": "overlay_worn_tophat", "fg": 1649, "rotates": false }, + { "id": "overlay_worn_veil_wedding", "fg": 1650, "rotates": false }, + { "id": "overlay_worn_welding_mask_crude_raised", "fg": 1651, "rotates": false }, + { "id": "overlay_worn_welding_mask_raised", "fg": 1652, "rotates": false }, + { "id": "overlay_effect_badpoison", "fg": 1654 }, + { "id": "overlay_effect_bleed", "fg": 1655 }, + { "id": "overlay_effect_bouldering", "fg": 1656 }, + { "id": "overlay_effect_common_cold", "fg": 1657 }, + { "id": "overlay_effect_dazed", "fg": 1658 }, + { "id": [ "overlay_effect_deaf", "overlay_effect_earphones" ], "fg": 1659 }, + { "id": "overlay_effect_downed", "fg": 1660 }, + { "id": "overlay_effect_drunk", "fg": 1661 }, + { "id": [ "overlay_effect_flu", "overlay_effect_Influenza" ], "fg": 1662 }, + { "id": [ "overlay_effect_foodpoison", "overlay_effect_nausea" ], "fg": 1663 }, + { "id": "overlay_effect_fungus", "fg": 1664 }, + { "id": "overlay_effect_grabbed", "fg": 1665 }, + { "id": "overlay_female_effect_haslight", "fg": 1674 }, + { "id": "overlay_male_effect_haslight", "fg": 1675 }, + { "id": "overlay_effect_high", "fg": 1666 }, + { "id": "overlay_effect_paralyzepoison", "fg": 1667 }, + { "id": "overlay_effect_poison", "fg": 1668 }, + { "id": "overlay_effect_sleep", "fg": 1669 }, + { "id": "overlay_effect_spores", "fg": 1670 }, + { "id": "overlay_effect_stunned", "fg": 1671 }, + { "id": "overlay_effect_visuals", "fg": 1672 }, + { "id": [ "overlay_effect_winded", "overlay_effect_asthma" ], "fg": 1673 }, + { "id": "overlay_female_mutation_hair_black_fro", "fg": 1677, "rotates": false }, + { "id": "overlay_female_mutation_hair_gray_fro", "fg": 1680, "rotates": false }, + { "id": "overlay_female_mutation_hair_blond_fro", "fg": 1678, "rotates": false }, + { "id": "overlay_female_mutation_hair_brown_fro", "fg": 1679, "rotates": false }, + { "id": "overlay_female_mutation_hair_white_fro", "fg": 1682, "rotates": false }, + { "id": "overlay_female_mutation_hair_red_fro", "fg": 1681, "rotates": false }, + { "id": "overlay_male_mutation_hair_black_fro", "fg": 1683, "rotates": false }, + { "id": "overlay_male_mutation_hair_gray_fro", "fg": 1686, "rotates": false }, + { "id": "overlay_male_mutation_hair_blond_fro", "fg": 1684, "rotates": false }, + { "id": "overlay_male_mutation_hair_brown_fro", "fg": 1685, "rotates": false }, + { "id": "overlay_male_mutation_hair_white_fro", "fg": 1688, "rotates": false }, + { "id": "overlay_male_mutation_hair_red_fro", "fg": 1687, "rotates": false }, + { "id": "overlay_mutation_hair_black_mohawk", "fg": 1689, "rotates": false }, + { "id": "overlay_mutation_hair_gray_mohawk", "fg": 1692, "rotates": false }, + { "id": "overlay_mutation_hair_blond_mohawk", "fg": 1690, "rotates": false }, + { "id": "overlay_mutation_hair_brown_mohawk", "fg": 1691, "rotates": false }, + { "id": "overlay_mutation_hair_white_mohawk", "fg": 1694, "rotates": false }, + { "id": "overlay_mutation_hair_red_mohawk", "fg": 1693, "rotates": false }, { "id": [ "overlay_female_mutation_BIOLUM0", "overlay_female_mutation_BIOLUM1", "overlay_female_mutation_BIOLUM2" ], - "fg": 1679, + "fg": 1695, "rotates": false }, { @@ -2481,12 +2483,12 @@ "overlay_female_mutation_BIOLUM1_active", "overlay_female_mutation_BIOLUM2_active" ], - "fg": 1680, + "fg": 1696, "rotates": false }, { "id": [ "overlay_male_mutation_BIOLUM0", "overlay_male_mutation_BIOLUM1", "overlay_male_mutation_BIOLUM2" ], - "fg": 1681, + "fg": 1697, "rotates": false }, { @@ -2495,51 +2497,51 @@ "overlay_male_mutation_BIOLUM1_active", "overlay_male_mutation_BIOLUM2_active" ], - "fg": 1682, + "fg": 1698, "rotates": false }, - { "id": "overlay_mutation_HORNS_POINTED", "fg": 1683, "rotates": false }, - { "id": "overlay_crouch", "fg": 1637 }, - { "id": "overlay_run", "fg": 1660 }, - { "id": "overlay_wielded_mattress", "fg": 1684 } + { "id": "overlay_mutation_HORNS_POINTED", "fg": 1699, "rotates": false }, + { "id": "overlay_crouch", "fg": 1653 }, + { "id": "overlay_run", "fg": 1676 }, + { "id": "overlay_wielded_mattress", "fg": 1700 } ] }, { "file": "small.png", - "//": "range 1696 to 2031", + "//": "range 1712 to 2047", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": 0, "sprite_offset_y": 0, "tiles": [ - { "id": [ "plastic_plate", "glass_bowl", "plastic_bowl_kids", "soap_holder" ], "fg": 1831 }, - { "id": "RAM", "fg": 1697 }, - { "id": "helmet_motor", "fg": 1730 }, - { "id": "katana", "fg": 1731 }, - { "id": "katana_fake", "fg": 1731 }, - { "id": "katana_inferior", "fg": 1731 }, - { "id": "223_casing", "fg": 1732 }, - { "id": "40mm_casing", "fg": 1733 }, - { "id": "40x46mm_m118_casing", "fg": 1733 }, - { "id": "50_casing", "fg": 1734 }, - { "id": "9mm_casing", "fg": 1735 }, - { "id": "arrow_cf", "fg": 1736 }, - { "id": "arrow_exploding", "fg": 1737 }, - { "id": "arrow_field_point_fletched", "fg": 1738 }, - { "id": "arrow_fire_hardened_fletched", "fg": 1739 }, - { "id": "flamable_arrow", "fg": 1753 }, - { "id": "arrow_flamming", "fg": 1740 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 1741 }, - { "id": "arrow_metal", "fg": 1742 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 1743 }, - { "id": "arrow_plastic", "fg": 1744 }, - { "id": "arrow_small_game_fletched", "fg": 1745 }, - { "id": "arrow_wood", "fg": 1746 }, - { "id": "arrow_wood_heavy", "fg": 1747 }, - { "id": "bolt_cf", "fg": 1748 }, - { "id": "bolt_explosive", "fg": 1749 }, - { "id": "bolt_metal", "fg": 1750 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 1751 }, + { "id": [ "plastic_plate", "glass_bowl", "plastic_bowl_kids", "soap_holder" ], "fg": 1849 }, + { "id": "RAM", "fg": 1713 }, + { "id": "helmet_motor", "fg": 1748 }, + { "id": "katana", "fg": 1749 }, + { "id": "katana_fake", "fg": 1749 }, + { "id": "katana_inferior", "fg": 1749 }, + { "id": "223_casing", "fg": 1750 }, + { "id": "40mm_casing", "fg": 1751 }, + { "id": "40x46mm_m118_casing", "fg": 1751 }, + { "id": "50_casing", "fg": 1752 }, + { "id": "9mm_casing", "fg": 1753 }, + { "id": "arrow_cf", "fg": 1754 }, + { "id": "arrow_exploding", "fg": 1755 }, + { "id": "arrow_field_point_fletched", "fg": 1756 }, + { "id": "arrow_fire_hardened_fletched", "fg": 1757 }, + { "id": "flamable_arrow", "fg": 1771 }, + { "id": "arrow_flamming", "fg": 1758 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 1759 }, + { "id": "arrow_metal", "fg": 1760 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 1761 }, + { "id": "arrow_plastic", "fg": 1762 }, + { "id": "arrow_small_game_fletched", "fg": 1763 }, + { "id": "arrow_wood", "fg": 1764 }, + { "id": "arrow_wood_heavy", "fg": 1765 }, + { "id": "bolt_cf", "fg": 1766 }, + { "id": "bolt_explosive", "fg": 1767 }, + { "id": "bolt_metal", "fg": 1768 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 1769 }, { "id": [ "bolt_wood", @@ -2550,57 +2552,57 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 1752 - }, - { "id": "shot_hull", "fg": 1754 }, - { "id": "basket_laundry", "fg": 1766 }, - { "id": "heavy_battery_cell", "fg": 1768 }, - { "id": "heavy_plus_battery_cell", "fg": 1768 }, - { "id": "heavy_disposable_cell", "fg": 1768 }, - { "id": "heavy_atomic_battery_cell", "fg": 1767 }, - { "id": "light_battery_cell", "fg": 1770 }, - { "id": "light_minus_battery_cell", "fg": 1772 }, - { "id": "light_plus_battery_cell", "fg": 1770 }, - { "id": "light_disposable_cell", "fg": 1770 }, - { "id": "light_atomic_battery_cell", "fg": 1769 }, - { "id": "light_minus_atomic_battery_cell", "fg": 1771 }, - { "id": "medium_battery_cell", "fg": 1774 }, - { "id": "medium_plus_battery_cell", "fg": 1774 }, - { "id": "medium_disposable_cell", "fg": 1774 }, - { "id": "medium_atomic_battery_cell", "fg": 1773 }, - { "id": "bead_bracelet", "fg": 1775 }, - { "id": "bone", "fg": 1776 }, - { "id": "bone_human", "fg": 1777 }, - { "id": "bone_tainted", "fg": 1778 }, - { "id": "SICP", "fg": 1779 }, - { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 1780 }, - { "id": "book_fict_soft_tpl", "fg": 1790 }, - { "id": "novel_adventure", "fg": 1790 }, - { "id": "novel_buddy", "fg": 1791 }, - { "id": "novel_coa", "fg": 1792 }, - { "id": "novel_coa2", "fg": 1793 }, - { "id": "novel_crime", "fg": 1794 }, - { "id": "novel_crime2", "fg": 1795 }, - { "id": "novel_drama", "fg": 1796 }, - { "id": "novel_erotic", "fg": 1797 }, - { "id": "novel_experimental", "fg": 1798 }, - { "id": "novel_fantasy", "fg": 1799 }, - { "id": "novel_horror", "fg": 1800 }, - { "id": "novel_mystery", "fg": 1801 }, - { "id": "novel_pulp", "fg": 1802 }, - { "id": "novel_road", "fg": 1803 }, - { "id": "novel_romance", "fg": 1804 }, - { "id": "novel_samurai", "fg": 1805 }, - { "id": "novel_satire", "fg": 1806 }, - { "id": "novel_scifi", "fg": 1807 }, - { "id": "novel_sports", "fg": 1808 }, - { "id": "novel_spy", "fg": 1809 }, - { "id": "novel_swash", "fg": 1810 }, - { "id": "novel_thriller", "fg": 1811 }, - { "id": "novel_tragedy", "fg": 1812 }, - { "id": "novel_war", "fg": 1813 }, - { "id": "novel_war2", "fg": 1814 }, - { "id": "novel_western", "fg": 1815 }, + "fg": 1770 + }, + { "id": "shot_hull", "fg": 1772 }, + { "id": "basket_laundry", "fg": 1784 }, + { "id": "heavy_battery_cell", "fg": 1786 }, + { "id": "heavy_plus_battery_cell", "fg": 1786 }, + { "id": "heavy_disposable_cell", "fg": 1786 }, + { "id": "heavy_atomic_battery_cell", "fg": 1785 }, + { "id": "light_battery_cell", "fg": 1788 }, + { "id": "light_minus_battery_cell", "fg": 1790 }, + { "id": "light_plus_battery_cell", "fg": 1788 }, + { "id": "light_disposable_cell", "fg": 1788 }, + { "id": "light_atomic_battery_cell", "fg": 1787 }, + { "id": "light_minus_atomic_battery_cell", "fg": 1789 }, + { "id": "medium_battery_cell", "fg": 1792 }, + { "id": "medium_plus_battery_cell", "fg": 1792 }, + { "id": "medium_disposable_cell", "fg": 1792 }, + { "id": "medium_atomic_battery_cell", "fg": 1791 }, + { "id": "bead_bracelet", "fg": 1793 }, + { "id": "bone", "fg": 1794 }, + { "id": "bone_human", "fg": 1795 }, + { "id": "bone_tainted", "fg": 1796 }, + { "id": "SICP", "fg": 1797 }, + { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 1798 }, + { "id": "book_fict_soft_tpl", "fg": 1808 }, + { "id": "novel_adventure", "fg": 1808 }, + { "id": "novel_buddy", "fg": 1809 }, + { "id": "novel_coa", "fg": 1810 }, + { "id": "novel_coa2", "fg": 1811 }, + { "id": "novel_crime", "fg": 1812 }, + { "id": "novel_crime2", "fg": 1813 }, + { "id": "novel_drama", "fg": 1814 }, + { "id": "novel_erotic", "fg": 1815 }, + { "id": "novel_experimental", "fg": 1816 }, + { "id": "novel_fantasy", "fg": 1817 }, + { "id": "novel_horror", "fg": 1818 }, + { "id": "novel_mystery", "fg": 1819 }, + { "id": "novel_pulp", "fg": 1820 }, + { "id": "novel_road", "fg": 1821 }, + { "id": "novel_romance", "fg": 1822 }, + { "id": "novel_samurai", "fg": 1823 }, + { "id": "novel_satire", "fg": 1824 }, + { "id": "novel_scifi", "fg": 1825 }, + { "id": "novel_sports", "fg": 1826 }, + { "id": "novel_spy", "fg": 1827 }, + { "id": "novel_swash", "fg": 1828 }, + { "id": "novel_thriller", "fg": 1829 }, + { "id": "novel_tragedy", "fg": 1830 }, + { "id": "novel_war", "fg": 1831 }, + { "id": "novel_war2", "fg": 1832 }, + { "id": "novel_western", "fg": 1833 }, { "id": [ "adv_chemistry", @@ -2620,7 +2622,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 1782 + "fg": 1800 }, { "id": [ @@ -2641,7 +2643,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 1789 + "fg": 1807 }, { "id": [ @@ -2656,7 +2658,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 1783 + "fg": 1801 }, { "id": [ @@ -2669,7 +2671,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 1787 + "fg": 1805 }, { "id": [ @@ -2686,9 +2688,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 1787 + "fg": 1805 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 1786 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 1804 }, { "id": [ "mag_rifle", @@ -2712,7 +2714,7 @@ "mag_swimming", "mag_news" ], - "fg": 1784 + "fg": 1802 }, { "id": [ @@ -2729,7 +2731,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 1788 + "fg": 1806 }, { "id": [ @@ -2750,84 +2752,84 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 1785 - }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 1781 }, - { "id": "bottle_twoliter", "fg": 1816 }, - { "id": "bowl_pewter", "fg": 1817 }, - { "id": "ceramic_cup", "fg": 1829 }, - { "id": "ceramic_mug", "fg": 1830 }, - { "id": "ceramic_plate", "fg": 1831 }, - { "id": "ceramic_shard", "fg": 1832 }, - { "id": "chain", "fg": 1833 }, - { "id": "clay_lump", "fg": 1834 }, - { "id": "bag_plastic", "fg": 1835 }, - { "id": "bag_zipper", "fg": 1836 }, - { "id": "bottle_glass", "fg": 1837 }, - { "id": "bottle_plastic", "fg": 1838 }, - { "id": "bottle_plastic_small", "fg": 1839 }, - { "id": "box_cigarette", "fg": 1840 }, - { "id": "box_small", "fg": 1841 }, - { "id": "can_drink", "fg": 1842 }, - { "id": "can_drink_unsealed", "fg": 1843 }, - { "id": "can_food", "fg": 1844 }, - { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 1845 }, - { "id": "jar_3l_glass", "fg": 1846 }, - { "id": "jar_3l_glass_sealed", "fg": 1847 }, - { "id": "jar_glass", "fg": 1848 }, - { "id": "jar_glass_sealed", "fg": 1849 }, - { "id": "jug_plastic", "fg": 1850 }, - { "id": "wrapper", "fg": 1851 }, - { "id": "cudgel", "fg": 1852 }, - { "id": "hinge", "fg": 1859 }, - { "id": "inhaler", "fg": 1860 }, - { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 1861 }, - { "id": "kettle", "fg": 1862 }, - { "id": "knife_rm42", "fg": 1863 }, - { "id": "cig_butt", "fg": 1870 }, - { "id": "joint", "fg": 1874 }, - { "id": "joint_lit", "fg": 1875 }, - { "id": "joint_roach", "fg": 1876 }, - { "id": "aspirin", "fg": 1867 }, - { "id": "bandages", "fg": 1868 }, - { "id": "syringe", "fg": 1880 }, - { "id": "antibiotics", "fg": 1864 }, - { "id": "weak_antibiotic", "fg": 1883 }, - { "id": "strong_antibiotic", "fg": 1879 }, - { "id": "vitamins", "fg": 1882 }, - { "id": "gummy_vitamins", "fg": 1872 }, - { "id": "calcium_tablet", "fg": 1869 }, - { "id": "oxycodone", "fg": 1877 }, - { "id": "tramadol", "fg": 1881 }, - { "id": "codeine", "fg": 1896 }, - { "id": "prussian_blue", "fg": 1878 }, - { "id": "iodine", "fg": 1873 }, - { "id": "antiparasitic", "fg": 1866 }, - { "id": "antifungal", "fg": 1865 }, - { "id": "money_bundle", "fg": 1884 }, - { "id": "mp3", "fg": 1885 }, - { "id": "permanent_marker", "fg": 1918 }, - { "id": "pipe", "fg": 1920 }, - { "id": "cu_pipe", "fg": 1919 }, - { "id": "acorns", "fg": 1921 }, - { "id": "chips", "fg": 1925 }, - { "id": "apple", "fg": 1922 }, - { "id": "banana", "fg": 1923 }, - { "id": "broccoli", "fg": 1924 }, - { "id": "corn", "fg": 1926 }, - { "id": "cucumber", "fg": 1927 }, - { "id": "egg_bird", "fg": 1928 }, - { "id": "grapes", "fg": 1929 }, - { "id": "lemon", "fg": 1933 }, - { "id": "onion", "fg": 1934 }, - { "id": "orange", "fg": 1935 }, - { "id": "pear", "fg": 1936 }, - { "id": "potato", "fg": 1937 }, - { "id": "pumpkin", "fg": 1938 }, - { "id": "tomato", "fg": 1941 }, - { "id": "hickory_nut", "fg": 1930 }, - { "id": "hickory_root", "fg": 1931 }, - { "id": "juniper", "fg": 1932 }, + "fg": 1803 + }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 1799 }, + { "id": "bottle_twoliter", "fg": 1834 }, + { "id": "bowl_pewter", "fg": 1835 }, + { "id": "ceramic_cup", "fg": 1847 }, + { "id": "ceramic_mug", "fg": 1848 }, + { "id": "ceramic_plate", "fg": 1849 }, + { "id": "ceramic_shard", "fg": 1850 }, + { "id": "chain", "fg": 1851 }, + { "id": "clay_lump", "fg": 1852 }, + { "id": "bag_plastic", "fg": 1853 }, + { "id": "bag_zipper", "fg": 1854 }, + { "id": "bottle_glass", "fg": 1855 }, + { "id": "bottle_plastic", "fg": 1856 }, + { "id": "bottle_plastic_small", "fg": 1857 }, + { "id": "box_cigarette", "fg": 1858 }, + { "id": "box_small", "fg": 1859 }, + { "id": "can_drink", "fg": 1860 }, + { "id": "can_drink_unsealed", "fg": 1861 }, + { "id": "can_food", "fg": 1862 }, + { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 1863 }, + { "id": "jar_3l_glass", "fg": 1864 }, + { "id": "jar_3l_glass_sealed", "fg": 1865 }, + { "id": "jar_glass", "fg": 1866 }, + { "id": "jar_glass_sealed", "fg": 1867 }, + { "id": "jug_plastic", "fg": 1868 }, + { "id": "wrapper", "fg": 1869 }, + { "id": "cudgel", "fg": 1870 }, + { "id": "hinge", "fg": 1877 }, + { "id": "inhaler", "fg": 1878 }, + { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 1879 }, + { "id": "kettle", "fg": 1880 }, + { "id": "knife_rm42", "fg": 1881 }, + { "id": "cig_butt", "fg": 1888 }, + { "id": "joint", "fg": 1892 }, + { "id": "joint_lit", "fg": 1893 }, + { "id": "joint_roach", "fg": 1894 }, + { "id": "aspirin", "fg": 1885 }, + { "id": "bandages", "fg": 1886 }, + { "id": "syringe", "fg": 1898 }, + { "id": "antibiotics", "fg": 1882 }, + { "id": "weak_antibiotic", "fg": 1901 }, + { "id": "strong_antibiotic", "fg": 1897 }, + { "id": "vitamins", "fg": 1900 }, + { "id": "gummy_vitamins", "fg": 1890 }, + { "id": "calcium_tablet", "fg": 1887 }, + { "id": "oxycodone", "fg": 1895 }, + { "id": "tramadol", "fg": 1899 }, + { "id": "codeine", "fg": 1914 }, + { "id": "prussian_blue", "fg": 1896 }, + { "id": "iodine", "fg": 1891 }, + { "id": "antiparasitic", "fg": 1884 }, + { "id": "antifungal", "fg": 1883 }, + { "id": "money_bundle", "fg": 1902 }, + { "id": "mp3", "fg": 1903 }, + { "id": "permanent_marker", "fg": 1936 }, + { "id": "pipe", "fg": 1938 }, + { "id": "cu_pipe", "fg": 1937 }, + { "id": "acorns", "fg": 1939 }, + { "id": "chips", "fg": 1943 }, + { "id": "apple", "fg": 1940 }, + { "id": "banana", "fg": 1941 }, + { "id": "broccoli", "fg": 1942 }, + { "id": "corn", "fg": 1944 }, + { "id": "cucumber", "fg": 1945 }, + { "id": "egg_bird", "fg": 1946 }, + { "id": "grapes", "fg": 1947 }, + { "id": "lemon", "fg": 1951 }, + { "id": "onion", "fg": 1952 }, + { "id": "orange", "fg": 1953 }, + { "id": "pear", "fg": 1954 }, + { "id": "potato", "fg": 1955 }, + { "id": "pumpkin", "fg": 1956 }, + { "id": "tomato", "fg": 1959 }, + { "id": "hickory_nut", "fg": 1948 }, + { "id": "hickory_root", "fg": 1949 }, + { "id": "juniper", "fg": 1950 }, { "id": [ "seed_hops", @@ -2895,212 +2897,201 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 1939 - }, - { "id": "straw_pile", "fg": 1940 }, - { "id": "wheat", "fg": 1942 }, - { "id": "withered", "fg": 1943 }, - { "id": "bee_balm", "fg": 1944 }, - { "id": "carrot_wild", "fg": 1945 }, - { "id": "dogbane", "fg": 1946 }, - { "id": "egg_reptile", "fg": 1947 }, - { "id": "mugwort", "fg": 1948 }, - { "id": "thyme", "fg": 1949 }, - { "id": "veggy_wild", "fg": 1950 }, - { "id": "wild_herbs", "fg": 1951 }, - { "id": "feces_manure", "fg": 1955 }, - { "id": "feces_bird", "fg": 1952 }, - { "id": "feces_cow", "fg": 1953 }, - { "id": "feces_dog", "fg": 1954 }, - { "id": "feces_roach", "fg": 1956 }, - { "id": "fetid_goop", "fg": 1957 }, - { "id": "rag_bloody", "fg": 1958 }, - { "id": "ash", "fg": 1964 }, - { "id": "brick", "fg": 1965 }, - { "id": "scrap", "fg": 1968 }, - { "id": "e_scrap", "fg": 1967 }, - { "id": "steel_chunk", "fg": 1969 }, - { "id": "steel_lump", "fg": 1970 }, - { "id": "wire", "fg": 1971 }, - { "id": "cable", "fg": 1966 }, - { "id": "spring", "fg": 1972 }, - { "id": "survnote", "fg": 1973 }, - { "id": "creepy_doll", "fg": 1974 }, - { "id": "talking_doll", "fg": 1974 }, - { "id": "teapot", "fg": 1976 }, - { "id": "thermometer", "fg": 1977 }, - { "id": "crucible_clay", "fg": 1978 }, - { "id": "flashlight", "fg": 1980 }, - { "id": "heavy_flashlight", "fg": 1983 }, - { "id": "saw", "fg": 1993 }, - { "id": "screwdriver_set", "fg": 1989 }, - { "id": "wrench", "fg": 1994 }, - { "id": "hammer", "fg": 1982 }, - { "id": "hacksaw", "fg": 1981 }, - { "id": "knife_meat_cleaver", "fg": 1988 }, - { "id": "knife_vegetable_cleaver", "fg": 1992 }, + "fg": 1957 + }, + { "id": "straw_pile", "fg": 1958 }, + { "id": "wheat", "fg": 1960 }, + { "id": "withered", "fg": 1961 }, + { "id": "bee_balm", "fg": 1962 }, + { "id": "carrot_wild", "fg": 1963 }, + { "id": "dogbane", "fg": 1964 }, + { "id": "egg_reptile", "fg": 1965 }, + { "id": "mugwort", "fg": 1966 }, + { "id": "thyme", "fg": 1967 }, + { "id": "veggy_wild", "fg": 1968 }, + { "id": "wild_herbs", "fg": 1969 }, + { "id": "feces_manure", "fg": 1973 }, + { "id": "feces_bird", "fg": 1970 }, + { "id": "feces_cow", "fg": 1971 }, + { "id": "feces_dog", "fg": 1972 }, + { "id": "feces_roach", "fg": 1974 }, + { "id": "fetid_goop", "fg": 1975 }, + { "id": "rag_bloody", "fg": 1976 }, + { "id": "ash", "fg": 1982 }, + { "id": "brick", "fg": 1983 }, + { "id": "scrap", "fg": 1986 }, + { "id": "e_scrap", "fg": 1985 }, + { "id": "steel_chunk", "fg": 1987 }, + { "id": "steel_lump", "fg": 1988 }, + { "id": "wire", "fg": 1989 }, + { "id": "cable", "fg": 1984 }, + { "id": "spring", "fg": 1990 }, + { "id": "survnote", "fg": 1991 }, + { "id": "creepy_doll", "fg": 1992 }, + { "id": "talking_doll", "fg": 1992 }, + { "id": "teapot", "fg": 1994 }, + { "id": "thermometer", "fg": 1995 }, + { "id": "crucible_clay", "fg": 1996 }, + { "id": "flashlight", "fg": 1998 }, + { "id": "heavy_flashlight", "fg": 2001 }, + { "id": "saw", "fg": 2011 }, + { "id": "screwdriver_set", "fg": 2007 }, + { "id": "wrench", "fg": 2012 }, + { "id": "hammer", "fg": 2000 }, + { "id": "hacksaw", "fg": 1999 }, + { "id": "knife_meat_cleaver", "fg": 2006 }, + { "id": "knife_vegetable_cleaver", "fg": 2010 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 1985 }, { "weight": 1, "sprite": 1984 }, { "weight": 1, "sprite": 1986 } ] - }, - { "id": "makeshift_crowbar", "fg": 1987 }, - { "id": "esbit_stove", "fg": 1979 }, - { "id": "usb_drive", "fg": 1991 }, - { "id": "cash_card", "fg": 1995 }, - { "id": "file", "fg": 1996 }, - { "id": "fp_loyalty_card", "fg": 1997 }, - { "id": "id_industrial", "fg": 1998 }, - { "id": "id_military", "fg": 1999 }, - { "id": "id_science", "fg": 2000 }, - { "id": "bowl_plastic", "fg": 2001 }, - { "id": "cup_plastic", "fg": 2002 }, - { "id": "fork", "fg": 2003 }, - { "id": "glass_plate", "fg": 2004 }, - { "id": "knife_butter", "fg": 2005 }, - { "id": "washboard", "fg": 2012 }, - { "id": "wash_kit", "fg": 2011 }, - { "id": "helmet_army", "fg": 2016 }, - { "id": "foodperson_mask", "fg": 2014 }, - { "id": "foodperson_mask_on", "fg": 2015 }, - { "id": "ballistic_vest_esapi", "fg": 2013 }, - { "id": "saddle", "fg": 1696 }, - { "id": "2byarm_guard", "fg": 1698 }, - { "id": "2byshin_guard", "fg": 1699 }, - { "id": "adhesive_bandages", "fg": 1700 }, - { "id": "bandana", "fg": 1701 }, - { "id": "briefcase", "fg": 1702 }, - { "id": "charcoal", "fg": 1703 }, - { "id": "food_processor", "fg": 1704 }, - { "id": "frisbee", "fg": 1705 }, - { "id": "jack", "fg": 1706 }, - { "id": "jack_makeshift", "fg": 1707 }, - { "id": "jack_small", "fg": 1708 }, - { "id": "laptop", "fg": 1709 }, - { "id": "machete", "fg": 1710 }, - { "id": "makeshift_bayonet", "fg": 1711 }, - { "id": "makeshift_hammer", "fg": 1712 }, - { "id": "makeshift_knife", "fg": 1713 }, - { "id": "makeshift_machete", "fg": 1714 }, - { "id": "makeshift_stethoscope", "fg": 1715 }, - { "id": "mbag", "fg": 1716 }, - { "id": "paper", "fg": 1717 }, - { "id": "pot_helmet", "fg": 1718 }, - { "id": "pot_makeshift", "fg": 1719 }, - { "id": "pot_makeshift_copper", "fg": 1720 }, - { "id": "receiver", "fg": 1721 }, - { "id": "scarf", "fg": 1722 }, - { "id": "slingpack", "fg": 1723 }, - { "id": "smart_phone", "fg": 1724 }, - { "id": "solder_wire", "fg": 1725 }, - { "id": "spike", "fg": 1726 }, - { "id": "stethoscope", "fg": 1727 }, - { "id": "wire_barbed", "fg": 1728 }, - { "id": "halligan", "fg": 1729 }, - { "id": "cig", "fg": 1755 }, - { "id": "cig_lit", "fg": 1756 }, - { "id": "copper_ring", "fg": 1757 }, - { "id": "g_shovel", "fg": 1758 }, - { "id": "gold_ring", "fg": 1759 }, - { "id": "lsd", "fg": 1760 }, - { "id": "silver_ring", "fg": 1761 }, - { "id": "thermal_mask", "fg": 1762 }, - { "id": "thermal_socks", "fg": 1763 }, - { "id": "tie_clipon", "fg": 1764 }, - { "id": "whistle", "fg": 1765 }, - { "id": "ceramic_bowl", "fg": 1818 }, - { "id": "radio_car", "fg": 1819 }, - { "id": "radio_car_box", "fg": 1820 }, - { "id": "radio_car_on", "fg": 1821 }, - { "id": "radio_car_wheel", "fg": 1822 }, - { "id": "radiocontrol", "fg": 1823 }, - { "id": "rc_car_box", "fg": 1824 }, - { "id": "toaster", "fg": 1825 }, - { "id": "handflare", "fg": 1826 }, - { "id": "heatpack", "fg": 1827 }, - { "id": "heatpack_used", "fg": 1828 }, - { "id": "grenade", "fg": 1853 }, - { "id": "grenade_act", "fg": 1854 }, - { "id": "grenade_emp", "fg": 1855 }, - { "id": "grenade_emp_act", "fg": 1856 }, - { "id": "grenade_inc", "fg": 1857 }, - { "id": "grenade_inc_act", "fg": 1858 }, - { "id": "eyedrops", "fg": 1871 }, - { "id": "baseball", "fg": 1886 }, - { "id": "basketball", "fg": 1887 }, - { "id": "battery_car", "fg": 1888 }, - { "id": "beach_volleyball", "fg": 1889 }, - { "id": "bowling_ball", "fg": 1890 }, - { "id": "cell_phone", "fg": 1891 }, - { "id": "cell_phone_flashlight", "fg": 1892 }, - { "id": "cigar", "fg": 1893 }, - { "id": "cigar_butt", "fg": 1894 }, - { "id": "cigar_lit", "fg": 1895 }, - { "id": "ear_plugs", "fg": 1897 }, - { "id": "fiddlehead_boiled", "fg": 1898 }, - { "id": "fiddlehead_raw", "fg": 1899 }, - { "id": "fiddlehead_sauteed", "fg": 1900 }, - { "id": "flask_hip", "fg": 1901 }, - { "id": "football", "fg": 1902 }, - { "id": "golf_ball", "fg": 1903 }, - { "id": "holo_sight", "fg": 1904 }, - { "id": "indoor_volleyball", "fg": 1905 }, - { "id": "misc_repairkit", "fg": 1906 }, - { "id": "mre_beef_box", "fg": 1907 }, - { "id": "peephole", "fg": 1908 }, - { "id": "portable_game", "fg": 1909 }, - { "id": "puck", "fg": 1910 }, - { "id": "purse", "fg": 1911 }, - { "id": "smokebomb", "fg": 1912 }, - { "id": "smokebomb_act", "fg": 1913 }, - { "id": "suppressor", "fg": 1914 }, - { "id": "tourniquet_upper", "fg": 1915 }, - { "id": "two_way_radio", "fg": 1916 }, - { "id": "wristwatch", "fg": 1917 }, - { "id": "pebble", "fg": 1959 }, - { "id": "pebble_clay", "fg": 1960 }, - { "id": "rock", "fg": 1961 }, - { "id": "rock_flaking", "fg": 1962 }, - { "id": "rock_large", "fg": 1963 }, - { "id": "clay_teapot", "fg": 1975 }, - { "id": "tongs", "fg": 1990 }, - { "id": "towel", "fg": 2006 }, - { "id": "towel_soiled", "fg": 2007 }, - { "id": "towel_wet", "fg": 2008 }, - { "id": "battery_charger", "fg": 2009 }, - { "id": "recharge_station", "fg": 2010 } + "fg": [ { "weight": 1, "sprite": 2003 }, { "weight": 1, "sprite": 2002 }, { "weight": 1, "sprite": 2004 } ] + }, + { "id": "makeshift_crowbar", "fg": 2005 }, + { "id": "esbit_stove", "fg": 1997 }, + { "id": "usb_drive", "fg": 2009 }, + { "id": "cash_card", "fg": 2013 }, + { "id": "file", "fg": 2014 }, + { "id": "fp_loyalty_card", "fg": 2015 }, + { "id": "id_industrial", "fg": 2016 }, + { "id": "id_military", "fg": 2017 }, + { "id": "id_science", "fg": 2018 }, + { "id": "bowl_plastic", "fg": 2019 }, + { "id": "cup_plastic", "fg": 2020 }, + { "id": "fork", "fg": 2021 }, + { "id": "glass_plate", "fg": 2022 }, + { "id": "knife_butter", "fg": 2023 }, + { "id": "washboard", "fg": 2030 }, + { "id": "wash_kit", "fg": 2029 }, + { "id": "helmet_army", "fg": 2034 }, + { "id": "foodperson_mask", "fg": 2032 }, + { "id": "foodperson_mask_on", "fg": 2033 }, + { "id": "ballistic_vest_esapi", "fg": 2031 }, + { "id": "saddle", "fg": 1712 }, + { "id": "2byarm_guard", "fg": 1714 }, + { "id": "2byshin_guard", "fg": 1715 }, + { "id": "adhesive_bandages", "fg": 1716 }, + { "id": "bandana", "fg": 1717 }, + { "id": "briefcase", "fg": 1718 }, + { "id": "charcoal", "fg": 1719 }, + { "id": "food_processor", "fg": 1720 }, + { "id": "frisbee", "fg": 1721 }, + { "id": "gloves_light", "fg": 1722 }, + { "id": "jack", "fg": 1723 }, + { "id": "jack_makeshift", "fg": 1724 }, + { "id": "jack_small", "fg": 1725 }, + { "id": "laptop", "fg": 1726 }, + { "id": "machete", "fg": 1727 }, + { "id": "makeshift_bayonet", "fg": 1728 }, + { "id": "makeshift_hammer", "fg": 1729 }, + { "id": "makeshift_knife", "fg": 1730 }, + { "id": "makeshift_machete", "fg": 1731 }, + { "id": "makeshift_stethoscope", "fg": 1732 }, + { "id": "mbag", "fg": 1733 }, + { "id": "paper", "fg": 1734 }, + { "id": "pot_helmet", "fg": 1735 }, + { "id": "pot_makeshift", "fg": 1736 }, + { "id": "pot_makeshift_copper", "fg": 1737 }, + { "id": "receiver", "fg": 1738 }, + { "id": "scarf", "fg": 1739 }, + { "id": "slingpack", "fg": 1740 }, + { "id": "smart_phone", "fg": 1741 }, + { "id": "solder_wire", "fg": 1742 }, + { "id": "spike", "fg": 1743 }, + { "id": "stethoscope", "fg": 1744 }, + { "id": "teleumbrella", "fg": 1745 }, + { "id": "wire_barbed", "fg": 1746 }, + { "id": "halligan", "fg": 1747 }, + { "id": "cig", "fg": 1773 }, + { "id": "cig_lit", "fg": 1774 }, + { "id": "copper_ring", "fg": 1775 }, + { "id": "g_shovel", "fg": 1776 }, + { "id": "gold_ring", "fg": 1777 }, + { "id": "lsd", "fg": 1778 }, + { "id": "silver_ring", "fg": 1779 }, + { "id": "thermal_mask", "fg": 1780 }, + { "id": "thermal_socks", "fg": 1781 }, + { "id": "tie_clipon", "fg": 1782 }, + { "id": "whistle", "fg": 1783 }, + { "id": "ceramic_bowl", "fg": 1836 }, + { "id": "radio_car", "fg": 1837 }, + { "id": "radio_car_box", "fg": 1838 }, + { "id": "radio_car_on", "fg": 1839 }, + { "id": "radio_car_wheel", "fg": 1840 }, + { "id": "radiocontrol", "fg": 1841 }, + { "id": "rc_car_box", "fg": 1842 }, + { "id": "toaster", "fg": 1843 }, + { "id": "handflare", "fg": 1844 }, + { "id": "heatpack", "fg": 1845 }, + { "id": "heatpack_used", "fg": 1846 }, + { "id": "grenade", "fg": 1871 }, + { "id": "grenade_act", "fg": 1872 }, + { "id": "grenade_emp", "fg": 1873 }, + { "id": "grenade_emp_act", "fg": 1874 }, + { "id": "grenade_inc", "fg": 1875 }, + { "id": "grenade_inc_act", "fg": 1876 }, + { "id": "eyedrops", "fg": 1889 }, + { "id": "baseball", "fg": 1904 }, + { "id": "basketball", "fg": 1905 }, + { "id": "battery_car", "fg": 1906 }, + { "id": "beach_volleyball", "fg": 1907 }, + { "id": "bowling_ball", "fg": 1908 }, + { "id": "cell_phone", "fg": 1909 }, + { "id": "cell_phone_flashlight", "fg": 1910 }, + { "id": "cigar", "fg": 1911 }, + { "id": "cigar_butt", "fg": 1912 }, + { "id": "cigar_lit", "fg": 1913 }, + { "id": "ear_plugs", "fg": 1915 }, + { "id": "fiddlehead_boiled", "fg": 1916 }, + { "id": "fiddlehead_raw", "fg": 1917 }, + { "id": "fiddlehead_sauteed", "fg": 1918 }, + { "id": "flask_hip", "fg": 1919 }, + { "id": "football", "fg": 1920 }, + { "id": "golf_ball", "fg": 1921 }, + { "id": "holo_sight", "fg": 1922 }, + { "id": "indoor_volleyball", "fg": 1923 }, + { "id": "misc_repairkit", "fg": 1924 }, + { "id": "mre_beef_box", "fg": 1925 }, + { "id": "peephole", "fg": 1926 }, + { "id": "portable_game", "fg": 1927 }, + { "id": "puck", "fg": 1928 }, + { "id": "purse", "fg": 1929 }, + { "id": "smokebomb", "fg": 1930 }, + { "id": "smokebomb_act", "fg": 1931 }, + { "id": "suppressor", "fg": 1932 }, + { "id": "tourniquet_upper", "fg": 1933 }, + { "id": "two_way_radio", "fg": 1934 }, + { "id": "wristwatch", "fg": 1935 }, + { "id": "pebble", "fg": 1977 }, + { "id": "pebble_clay", "fg": 1978 }, + { "id": "rock", "fg": 1979 }, + { "id": "rock_flaking", "fg": 1980 }, + { "id": "rock_large", "fg": 1981 }, + { "id": "clay_teapot", "fg": 1993 }, + { "id": "tongs", "fg": 2008 }, + { "id": "towel", "fg": 2024 }, + { "id": "towel_soiled", "fg": 2025 }, + { "id": "towel_wet", "fg": 2026 }, + { "id": "battery_charger", "fg": 2027 }, + { "id": "recharge_station", "fg": 2028 } ] }, { "file": "normal.png", - "//": "range 2032 to 4399", + "//": "range 2048 to 4415", "tiles": [ - { "id": "fd_fire", "fg": 2033 }, - { "id": "f_plant_seed", "fg": 2039, "rotates": false }, - { "id": "f_plant_seedling", "fg": 2040, "rotates": false }, - { "id": "f_plant_mature", "fg": 2038, "rotates": false }, - { "id": "f_plant_harvest", "fg": 2037, "rotates": false }, - { "id": "tr_rollmat", "fg": 2042 }, - { "id": "tr_fur_rollmat", "fg": 2041 }, - { "id": "f_air_conditioner", "fg": 2043 }, - { "id": "f_armchair", "rotates": true, "fg": [ 2046, 2047, 2045, 2044 ] }, - { "id": "f_ash", "fg": 2048 }, - { "id": "f_barricade_road", "fg": 2049 }, + { "id": "fd_fire", "fg": 2049 }, + { "id": "f_plant_seed", "fg": 2055, "rotates": false }, + { "id": "f_plant_seedling", "fg": 2056, "rotates": false }, + { "id": "f_plant_mature", "fg": 2054, "rotates": false }, + { "id": "f_plant_harvest", "fg": 2053, "rotates": false }, + { "id": "tr_rollmat", "fg": 2058 }, + { "id": "tr_fur_rollmat", "fg": 2057 }, + { "id": "f_air_conditioner", "fg": 2059 }, + { "id": "f_armchair", "rotates": true, "fg": [ 2062, 2063, 2061, 2060 ] }, + { "id": "f_ash", "fg": 2064 }, + { "id": "f_barricade_road", "fg": 2065 }, { "id": "f_bathtub", "multitile": true, - "fg": 2065, - "additional_tiles": [ - { "id": "center", "fg": 2050 }, - { "id": "corner", "fg": [ 2052, 2054, 2053, 2051 ] }, - { "id": "t_connection", "fg": [ 2062, 2064, 2063, 2061 ] }, - { "id": "edge", "fg": [ 2056, 2055 ] }, - { "id": "end_piece", "fg": [ 2058, 2060, 2059, 2057 ] }, - { "id": "unconnected", "fg": [ 2065, 2065 ] } - ] - }, - { - "id": "f_bed", - "multitile": true, "fg": 2081, "additional_tiles": [ { "id": "center", "fg": 2066 }, @@ -3112,7 +3103,7 @@ ] }, { - "id": "f_bench", + "id": "f_bed", "multitile": true, "fg": 2097, "additional_tiles": [ @@ -3124,48 +3115,48 @@ { "id": "unconnected", "fg": [ 2097, 2097 ] } ] }, - { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 2099 }, { "weight": 2, "sprite": 2100 } ] }, - { "id": "f_boulder_medium", "fg": 2101 }, - { "id": "f_boulder_small", "fg": 2102 }, - { "id": "f_generator_broken", "fg": 2103 }, - { "id": "t_generator_broken", "fg": 2103, "bg": 3119 }, - { "id": "f_bulletin", "fg": 2104 }, - { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 2105 }, - { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 2106 }, { - "id": [ "f_canvas_wall", "f_large_canvas_wall" ], + "id": "f_bench", "multitile": true, - "fg": 2122, + "fg": 2113, "additional_tiles": [ - { "id": "center", "fg": 2107 }, - { "id": "corner", "fg": [ 2109, 2111, 2110, 2108 ] }, - { "id": "t_connection", "fg": [ 2119, 2121, 2120, 2118 ] }, - { "id": "edge", "fg": [ 2113, 2112 ] }, - { "id": "end_piece", "fg": [ 2115, 2117, 2116, 2114 ] }, - { "id": "unconnected", "fg": 2122 } + { "id": "center", "fg": 2098 }, + { "id": "corner", "fg": [ 2100, 2102, 2101, 2099 ] }, + { "id": "t_connection", "fg": [ 2110, 2112, 2111, 2109 ] }, + { "id": "edge", "fg": [ 2104, 2103 ] }, + { "id": "end_piece", "fg": [ 2106, 2108, 2107, 2105 ] }, + { "id": "unconnected", "fg": [ 2113, 2113 ] } ] }, - { "id": "f_cardboard_box", "fg": 2123 }, - { "id": "f_centrifuge", "fg": 2124 }, - { "id": "t_centrifuge", "fg": 2124, "bg": 3315 }, - { "id": "f_chair", "rotates": true, "fg": [ 2127, 2128, 2126, 2125 ] }, - { "id": "f_chamomile", "fg": 2129 }, - { "id": "f_compact_ASRG_containment", "fg": 2130 }, + { "id": "f_bluebell", "fg": [ { "weight": 1, "sprite": 2115 }, { "weight": 2, "sprite": 2116 } ] }, + { "id": "f_boulder_medium", "fg": 2117 }, + { "id": "f_boulder_small", "fg": 2118 }, + { "id": "f_generator_broken", "fg": 2119 }, + { "id": "t_generator_broken", "fg": 2119, "bg": 3133 }, + { "id": "f_bulletin", "fg": 2120 }, + { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 2121 }, + { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 2122 }, { - "id": "f_counter", + "id": [ "f_canvas_wall", "f_large_canvas_wall" ], "multitile": true, - "fg": 2146, + "fg": 2138, "additional_tiles": [ - { "id": "center", "fg": 2131 }, - { "id": "corner", "fg": [ 2133, 2135, 2134, 2132 ] }, - { "id": "t_connection", "fg": [ 2143, 2145, 2144, 2142 ] }, - { "id": "edge", "fg": [ 2137, 2136 ] }, - { "id": "end_piece", "fg": [ 2139, 2141, 2140, 2138 ] }, - { "id": "unconnected", "fg": [ 2146, 2146 ] } + { "id": "center", "fg": 2123 }, + { "id": "corner", "fg": [ 2125, 2127, 2126, 2124 ] }, + { "id": "t_connection", "fg": [ 2135, 2137, 2136, 2134 ] }, + { "id": "edge", "fg": [ 2129, 2128 ] }, + { "id": "end_piece", "fg": [ 2131, 2133, 2132, 2130 ] }, + { "id": "unconnected", "fg": 2138 } ] }, + { "id": "f_cardboard_box", "fg": 2139 }, + { "id": "f_centrifuge", "fg": 2140 }, + { "id": "t_centrifuge", "fg": 2140, "bg": 3329 }, + { "id": "f_chair", "rotates": true, "fg": [ 2143, 2144, 2142, 2141 ] }, + { "id": "f_chamomile", "fg": 2145 }, + { "id": "f_compact_ASRG_containment", "fg": 2146 }, { - "id": "f_cupboard", + "id": "f_counter", "multitile": true, "fg": 2162, "additional_tiles": [ @@ -3177,74 +3168,74 @@ { "id": "unconnected", "fg": [ 2162, 2162 ] } ] }, - { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 2163 }, { "weight": 2, "sprite": 2164 } ] }, - { "id": "f_dandelion", "fg": 2165 }, - { "id": "f_datura", "fg": 2166 }, { - "id": "f_desk", - "multitile": true, - "fg": 2182, - "additional_tiles": [ - { "id": "center", "fg": 2167 }, - { "id": "corner", "fg": [ 2169, 2171, 2170, 2168 ] }, - { "id": "t_connection", "fg": [ 2179, 2181, 2180, 2178 ] }, - { "id": "edge", "fg": [ 2173, 2172 ] }, - { "id": "end_piece", "fg": [ 2175, 2177, 2176, 2174 ] }, - { "id": "unconnected", "fg": [ 2182, 2182 ] } - ] - }, - { "id": "f_displaycase", "fg": 2183 }, - { "id": "f_entertainment_center", "fg": 2184 }, - { "id": "f_filing_cabinet", "fg": 2185 }, - { "id": "f_firering", "fg": 2186 }, - { "id": "f_flower_spurge", "fg": 2187 }, - { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 2188 }, { "weight": 2, "sprite": 2189 } ] }, - { "id": "f_grave_stone", "fg": [ { "weight": 1, "sprite": 2190 }, { "weight": 1, "sprite": 2191 } ] }, - { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 2192 }, { "weight": 1, "sprite": 2193 } ] }, - { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 2194 }, - { "id": "f_gunsafe_ml", "fg": 2197 }, - { "id": "f_gunsafe_mj", "fg": 2196 }, - { "id": "f_gun_safe_el", "fg": 2195 }, - { "id": "f_hay", "fg": 2198 }, - { "id": "f_indoor_plant", "fg": 2199 }, - { "id": "f_indoor_plant_y", "fg": 2200 }, - { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 2201 }, - { "id": "f_leather_tarp", "fg": 2202 }, - { "id": "f_mailbox", "fg": 2203 }, - { "id": "f_metal_crate_r", "fg": 2206 }, - { "id": "f_metal_crate_c", "fg": 2204 }, - { "id": "f_metal_crate_o", "fg": 2205 }, - { - "id": "f_metal_table", + "id": "f_cupboard", "multitile": true, - "fg": 2222, + "fg": 2178, "additional_tiles": [ - { "id": "center", "fg": 2207 }, - { "id": "corner", "fg": [ 2209, 2211, 2210, 2208 ] }, - { "id": "t_connection", "fg": [ 2219, 2221, 2220, 2218 ] }, - { "id": "edge", "fg": [ 2213, 2212 ] }, - { "id": "end_piece", "fg": [ 2215, 2217, 2216, 2214 ] }, - { "id": "unconnected", "fg": [ 2222, 2222 ] } + { "id": "center", "fg": 2163 }, + { "id": "corner", "fg": [ 2165, 2167, 2166, 2164 ] }, + { "id": "t_connection", "fg": [ 2175, 2177, 2176, 2174 ] }, + { "id": "edge", "fg": [ 2169, 2168 ] }, + { "id": "end_piece", "fg": [ 2171, 2173, 2172, 2170 ] }, + { "id": "unconnected", "fg": [ 2178, 2178 ] } ] }, - { "id": "f_alien_anemone", "fg": 2223 }, - { "id": "f_alien_table", "fg": 2224 }, - { "id": "f_mutpoppy", "fg": 2225 }, + { "id": "f_dahlia", "fg": [ { "weight": 1, "sprite": 2179 }, { "weight": 2, "sprite": 2180 } ] }, + { "id": "f_dandelion", "fg": 2181 }, + { "id": "f_datura", "fg": 2182 }, { - "id": "f_planter", + "id": "f_desk", "multitile": true, - "fg": 2241, + "fg": 2198, + "additional_tiles": [ + { "id": "center", "fg": 2183 }, + { "id": "corner", "fg": [ 2185, 2187, 2186, 2184 ] }, + { "id": "t_connection", "fg": [ 2195, 2197, 2196, 2194 ] }, + { "id": "edge", "fg": [ 2189, 2188 ] }, + { "id": "end_piece", "fg": [ 2191, 2193, 2192, 2190 ] }, + { "id": "unconnected", "fg": [ 2198, 2198 ] } + ] + }, + { "id": "f_displaycase", "fg": 2199 }, + { "id": "f_entertainment_center", "fg": 2200 }, + { "id": "f_filing_cabinet", "fg": 2201 }, + { "id": "f_firering", "fg": 2202 }, + { "id": "f_flower_spurge", "fg": 2203 }, + { "id": "f_flower_tulip", "fg": [ { "weight": 1, "sprite": 2204 }, { "weight": 2, "sprite": 2205 } ] }, + { "id": "f_grave_stone", "fg": [ { "weight": 1, "sprite": 2206 }, { "weight": 1, "sprite": 2207 } ] }, + { "id": "f_grave_stone_old", "fg": [ { "weight": 1, "sprite": 2208 }, { "weight": 1, "sprite": 2209 } ] }, + { "id": [ "f_groundsheet", "f_large_groundsheet", "f_center_groundsheet", "f_fema_groundsheet" ], "fg": 2210 }, + { "id": "f_gunsafe_ml", "fg": 2213 }, + { "id": "f_gunsafe_mj", "fg": 2212 }, + { "id": "f_gun_safe_el", "fg": 2211 }, + { "id": "f_hay", "fg": 2214 }, + { "id": "f_indoor_plant", "fg": 2215 }, + { "id": "f_indoor_plant_y", "fg": 2216 }, + { "id": [ "f_indoor_plant_y_season_autumn", "f_indoor_plant_y_season_winter" ], "fg": 2217 }, + { "id": "f_leather_tarp", "fg": 2218 }, + { "id": "f_mailbox", "fg": 2219 }, + { "id": "f_metal_crate_r", "fg": 2222 }, + { "id": "f_metal_crate_c", "fg": 2220 }, + { "id": "f_metal_crate_o", "fg": 2221 }, + { + "id": "f_metal_table", + "multitile": true, + "fg": 2238, "additional_tiles": [ - { "id": "center", "fg": 2226 }, - { "id": "corner", "fg": [ 2228, 2230, 2229, 2227 ] }, - { "id": "t_connection", "fg": [ 2238, 2240, 2239, 2237 ] }, - { "id": "edge", "fg": [ 2232, 2231 ] }, - { "id": "end_piece", "fg": [ 2234, 2236, 2235, 2233 ] }, - { "id": "unconnected", "fg": [ 2241, 2241 ] } + { "id": "center", "fg": 2223 }, + { "id": "corner", "fg": [ 2225, 2227, 2226, 2224 ] }, + { "id": "t_connection", "fg": [ 2235, 2237, 2236, 2234 ] }, + { "id": "edge", "fg": [ 2229, 2228 ] }, + { "id": "end_piece", "fg": [ 2231, 2233, 2232, 2230 ] }, + { "id": "unconnected", "fg": [ 2238, 2238 ] } ] }, + { "id": "f_alien_anemone", "fg": 2239 }, + { "id": "f_alien_table", "fg": 2240 }, + { "id": "f_mutpoppy", "fg": 2241 }, { - "id": "f_planter_harvest", + "id": "f_planter", "multitile": true, "fg": 2257, "additional_tiles": [ @@ -3257,7 +3248,7 @@ ] }, { - "id": "f_planter_mature", + "id": "f_planter_harvest", "multitile": true, "fg": 2273, "additional_tiles": [ @@ -3270,7 +3261,7 @@ ] }, { - "id": "f_planter_seedling", + "id": "f_planter_mature", "multitile": true, "fg": 2289, "additional_tiles": [ @@ -3282,419 +3273,432 @@ { "id": "unconnected", "fg": [ 2289, 2289 ] } ] }, - { "id": "f_plastic_groundsheet", "fg": 2290 }, + { + "id": "f_planter_seedling", + "multitile": true, + "fg": 2305, + "additional_tiles": [ + { "id": "center", "fg": 2290 }, + { "id": "corner", "fg": [ 2292, 2294, 2293, 2291 ] }, + { "id": "t_connection", "fg": [ 2302, 2304, 2303, 2301 ] }, + { "id": "edge", "fg": [ 2296, 2295 ] }, + { "id": "end_piece", "fg": [ 2298, 2300, 2299, 2297 ] }, + { "id": "unconnected", "fg": [ 2305, 2305 ] } + ] + }, + { "id": "f_plastic_groundsheet", "fg": 2306 }, { "id": "f_pool_table", "multitile": true, - "fg": 2306, + "fg": 2322, "additional_tiles": [ - { "id": "center", "fg": 2291 }, - { "id": "corner", "fg": [ 2293, 2295, 2294, 2292 ] }, - { "id": "t_connection", "fg": [ 2303, 2305, 2304, 2302 ] }, - { "id": "edge", "fg": [ 2297, 2296 ] }, - { "id": "end_piece", "fg": [ 2299, 2301, 2300, 2298 ] }, - { "id": "unconnected", "fg": 2306 } + { "id": "center", "fg": 2307 }, + { "id": "corner", "fg": [ 2309, 2311, 2310, 2308 ] }, + { "id": "t_connection", "fg": [ 2319, 2321, 2320, 2318 ] }, + { "id": "edge", "fg": [ 2313, 2312 ] }, + { "id": "end_piece", "fg": [ 2315, 2317, 2316, 2314 ] }, + { "id": "unconnected", "fg": 2322 } ] }, - { "id": "f_rack", "fg": 2307 }, - { "id": "f_rack_wood", "fg": 2308 }, - { "id": "f_recycle_bin", "fg": 2309 }, - { "id": "f_rubble", "fg": 2310 }, - { "id": "f_rubble_rock", "fg": 2311 }, - { "id": "f_sign", "fg": 2312 }, + { "id": "f_rack", "fg": 2323 }, + { "id": "f_rack_wood", "fg": 2324 }, + { "id": "f_recycle_bin", "fg": 2325 }, + { "id": "f_rubble", "fg": 2326 }, + { "id": "f_rubble_rock", "fg": 2327 }, + { "id": "f_sign", "fg": 2328 }, { "id": "f_sofa", "multitile": true, - "fg": 2328, + "fg": 2344, "additional_tiles": [ - { "id": "center", "fg": 2313 }, - { "id": "corner", "fg": [ 2315, 2317, 2316, 2314 ] }, - { "id": "t_connection", "fg": [ 2325, 2327, 2326, 2324 ] }, - { "id": "edge", "fg": [ 2319, 2318 ] }, - { "id": "end_piece", "fg": [ 2321, 2323, 2322, 2320 ] }, - { "id": "unconnected", "fg": [ 2328, 2328 ] } + { "id": "center", "fg": 2329 }, + { "id": "corner", "fg": [ 2331, 2333, 2332, 2330 ] }, + { "id": "t_connection", "fg": [ 2341, 2343, 2342, 2340 ] }, + { "id": "edge", "fg": [ 2335, 2334 ] }, + { "id": "end_piece", "fg": [ 2337, 2339, 2338, 2336 ] }, + { "id": "unconnected", "fg": [ 2344, 2344 ] } ] }, - { "id": "f_stool", "fg": 2329 }, + { "id": "f_stool", "fg": 2345 }, { "id": "f_table", "multitile": true, - "fg": 2345, + "fg": 2361, "additional_tiles": [ - { "id": "center", "fg": 2330 }, - { "id": "corner", "fg": [ 2332, 2334, 2333, 2331 ] }, - { "id": "t_connection", "fg": [ 2342, 2344, 2343, 2341 ] }, - { "id": "edge", "fg": [ 2336, 2335 ] }, - { "id": "end_piece", "fg": [ 2338, 2340, 2339, 2337 ] }, - { "id": "unconnected", "fg": [ 2345, 2345 ] } + { "id": "center", "fg": 2346 }, + { "id": "corner", "fg": [ 2348, 2350, 2349, 2347 ] }, + { "id": "t_connection", "fg": [ 2358, 2360, 2359, 2357 ] }, + { "id": "edge", "fg": [ 2352, 2351 ] }, + { "id": "end_piece", "fg": [ 2354, 2356, 2355, 2353 ] }, + { "id": "unconnected", "fg": [ 2361, 2361 ] } ] }, - { "id": "f_toilet", "fg": 2346 }, - { "id": "f_trashcan", "fg": 2347 }, - { "id": "f_wreckage", "fg": 2348 }, - { "id": "f_lilypad", "fg": 2349 }, - { "id": "f_small_satelitte_dish", "fg": 2353 }, - { "id": "f_TV_antenna", "fg": 2350 }, - { "id": "f_cellphone_booster", "fg": 2351 }, - { "id": "f_vent_pipe", "fg": 2354 }, - { "id": "f_roof_turbine_vent", "fg": 2352 }, + { "id": "f_toilet", "fg": 2362 }, + { "id": "f_trashcan", "fg": 2363 }, + { "id": "f_wreckage", "fg": 2364 }, + { "id": "f_lilypad", "fg": 2365 }, + { "id": "f_small_satelitte_dish", "fg": 2369 }, + { "id": "f_TV_antenna", "fg": 2366 }, + { "id": "f_cellphone_booster", "fg": 2367 }, + { "id": "f_vent_pipe", "fg": 2370 }, + { "id": "f_roof_turbine_vent", "fg": 2368 }, { "id": "f_sandbag_half", "multitile": true, - "fg": 2370, - "additional_tiles": [ - { "id": "center", "fg": 2355 }, - { "id": "corner", "fg": [ 2357, 2359, 2358, 2356 ] }, - { "id": "t_connection", "fg": [ 2367, 2369, 2368, 2366 ] }, - { "id": "edge", "fg": [ 2361, 2360 ] }, - { "id": "end_piece", "fg": [ 2363, 2365, 2364, 2362 ] }, - { "id": "unconnected", "fg": [ 2370, 2370 ] } - ] - }, - { "id": "1st_aid", "fg": 2371 }, - { "id": "2x4", "fg": 2372 }, - { "id": "halberd", "fg": 2382 }, - { "id": "halberd_fake", "fg": 2382 }, - { "id": "ak74", "fg": 2385 }, - { "id": "ar15", "fg": 2509 }, - { "id": "arming_sword", "fg": 2510 }, - { "id": "art_sphere", "fg": 2525 }, - { "id": "art_rod", "fg": 2523 }, - { "id": "art_teardrop", "fg": 2527 }, - { "id": "art_lamp", "fg": 2519 }, - { "id": "art_snake", "fg": 2524 }, - { "id": "art_disc", "fg": 2516 }, - { "id": "art_beads", "fg": 2513 }, - { "id": "art_napkin", "fg": 2520 }, - { "id": "art_urchin", "fg": 2529 }, - { "id": "art_jelly", "fg": 2517 }, - { "id": "art_spiral", "fg": 2526 }, - { "id": "art_pin", "fg": 2521 }, - { "id": "art_tube", "fg": 2528 }, - { "id": "art_pyramid", "fg": 2522 }, - { "id": "art_crystal", "fg": 2515 }, - { "id": "art_knot", "fg": 2518 }, - { "id": "art_crescent", "fg": 2514 }, - { "id": "altered_teapot", "fg": 2511 }, - { "id": "architect_cube", "fg": 2512 }, - { "id": "fire_ax", "fg": 2530 }, - { "id": "ax", "fg": 2532 }, - { "id": "hatchet", "fg": 2531 }, - { "id": "backpack", "fg": 2533 }, - { "id": "duffelbag", "fg": 2534 }, - { "id": "molle_pack", "fg": 2535 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2538 }, - { "id": "bag_canvas", "fg": 2541 }, - { "id": "bat", "fg": 2542 }, - { "id": "bat_metal", "fg": 2543 }, - { "id": "blanket", "fg": 2544 }, - { "id": "down_blanket", "fg": 2545 }, - { "id": "electric_blanket", "fg": 2546 }, - { "id": "board_trap", "fg": 2547 }, - { "id": "box_large", "fg": 2548 }, - { "id": "box_medium", "fg": 2549 }, - { "id": "broom", "fg": 2550 }, - { "id": "knife_butcher", "fg": 2551 }, - { "id": "bwirebat", "fg": 2552 }, - { "id": "cattlefodder", "fg": 2553 }, - { "id": "chainsaw_off", "fg": 2554 }, - { "id": "axe_ring", "fg": 2561 }, - { "id": "balclava", "fg": 2562 }, - { "id": "beret", "fg": 2563 }, - { "id": "boots", "fg": 2564 }, - { "id": "boxer_briefs", "fg": 2565 }, - { "id": "boxer_shorts", "fg": 2566 }, - { "id": "boy_shorts", "fg": 2567 }, - { "id": "bra", "fg": 2568 }, - { "id": "briefs", "fg": 2569 }, - { "id": "bscabbard", "fg": 2570 }, - { "id": "corset", "fg": 2573 }, - { "id": "cowboy_hat", "fg": 2574 }, - { "id": "dress_shoes", "fg": 2575 }, - { "id": "hat_ball", "fg": 2576 }, - { "id": "hat_cotton", "fg": 2577 }, - { "id": "hat_fur", "fg": 2578 }, - { "id": "hat_knit", "fg": 2580 }, - { "id": "hat_noise_cancelling", "fg": 2581 }, - { "id": "helmet_barbute", "fg": 2582 }, - { "id": "helmet_chitin", "fg": 2583 }, - { "id": "helmet_kabuto", "fg": 2584 }, - { "id": "holster", "fg": 2585 }, - { "id": "hoodie", "fg": 2586 }, - { "id": "jeans", "fg": 2589 }, - { "id": "leather_belt", "fg": 2590 }, - { "id": "longshirt", "fg": 2591 }, - { "id": "maid_dress", "fg": 2592 }, - { "id": "maid_hat", "fg": 2593 }, - { "id": "mask_dust", "fg": 2594 }, - { "id": "panties", "fg": 2595 }, - { "id": "pants", "fg": 2596 }, - { "id": "pants_cargo", "fg": 2597 }, - { "id": "polo_shirt", "fg": 2598 }, - { "id": "ragpouch", "fg": 2599 }, - { "id": "scabbard", "fg": 2600 }, - { "id": "sneakers", "fg": 2602 }, - { "id": "socks", "fg": 2603 }, - { "id": "spearsling", "fg": 2604 }, - { "id": "stockings", "fg": 2606 }, - { "id": "sweater", "fg": 2609 }, - { "id": "sweatshirt", "fg": 2610 }, - { "id": "tank_top", "fg": 2611 }, - { "id": "tool_belt", "fg": 2612 }, - { "id": "tshirt", "fg": 2613 }, - { "id": "turban", "fg": 2614 }, - { "id": "undershirt", "fg": 2615 }, - { "id": "coat_lab", "fg": 2571 }, - { "id": "coat_rain", "fg": 2572 }, - { "id": "sports_bra", "fg": 2605 }, - { "id": "skirt", "fg": 2601 }, - { "id": "jacket_light", "fg": 2588 }, - { "id": "jacket_army", "fg": 2587 }, - { "id": "hat_hard", "fg": 2579 }, - { "id": "striped_pants", "fg": 2607 }, - { "id": "striped_shirt", "fg": 2608 }, - { "id": "cloak", "fg": 2616 }, - { "id": "cloak_wool", "fg": 2619 }, - { "id": "cloak_leather", "fg": 2618 }, - { "id": "cloak_fur", "fg": 2617 }, - { "id": "coffeemaker", "fg": 2620 }, - { "id": "contacts", "fg": 2621 }, - { "id": "corpse", "fg": 2622 }, - { "id": "corpse_generic_human", "fg": 2623 }, - { "id": "crossbow", "fg": 2624 }, - { "id": "crowbar", "fg": 2625 }, - { "id": "filter_air", "fg": 2628 }, - { "id": "fish_bait", "fg": 2629 }, - { "id": "corpse_mon_fish_tiny", "fg": 2633 }, - { "id": "corpse_mon_fish_small", "fg": 2632 }, - { "id": "corpse_mon_fish_medium", "fg": 2631 }, - { "id": "corpse_mon_fish_large", "fg": 2630 }, - { "id": "fish_trap", "fg": 2634 }, - { "id": "fishing_rod_basic", "fg": 2635 }, - { "id": "fishing_rod_professional", "fg": 2636 }, - { "id": "forge", "fg": 2638 }, - { "id": "char_forge", "fg": 2637 }, - { "id": "glass_shard", "fg": 2639 }, - { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 2640 }, - { "id": "hoboreel", "fg": 2641 }, - { "id": "hydrogen_tank", "fg": 2642 }, - { "id": "knife_chef", "fg": 2643 }, - { "id": "leather_tarp", "fg": 2644 }, - { "id": "water", "fg": 2655 }, - { "id": "water_clean", "fg": 2656 }, - { "id": "gasoline", "fg": 2650 }, - { "id": "diesel", "fg": 2648 }, - { "id": "biodiesel", "fg": 2646 }, - { "id": "flamethrower_fuel", "fg": 2649 }, - { "id": "avgas", "fg": 2645 }, - { "id": "lamp_oil", "fg": 2652 }, - { "id": "motor_oil", "fg": 2653 }, - { "id": "napalm", "fg": 2654 }, - { "id": "gelled_gasoline", "fg": 2651 }, - { "id": "blood", "fg": 2647 }, - { "id": "log", "fg": 2657 }, - { "id": "longbow", "fg": 2658 }, - { "id": "lucern_hammer", "fg": 2659 }, - { "id": "m79", "fg": 2660 }, - { "id": "marble", "fg": 2661 }, - { "id": "matches", "fg": 2662 }, - { "id": "meat", "fg": 2663 }, - { "id": "microwave", "fg": 2664 }, - { "id": "mjolnir", "fg": 2665 }, - { "id": "mop", "fg": 2666 }, - { "id": "mp5mag", "fg": 2667 }, - { "id": "nail", "fg": 2672 }, - { "id": "nailbat", "fg": 2673 }, - { "id": "nailboard", "fg": 2674 }, - { "id": "needle_bone", "fg": 2675 }, - { "id": "needle_curved", "fg": 2676 }, - { "id": "needle_wood", "fg": 2677 }, - { "id": "many_years_old_newspaper", "fg": 2678 }, - { "id": "years_old_newspaper", "fg": 2683 }, - { "id": "months_old_newspaper", "fg": 2679 }, - { "id": "newest_newspaper", "fg": 2680 }, - { "id": "one_year_old_newspaper", "fg": 2681 }, - { "id": "weeks_old_newspaper", "fg": 2682 }, - { "id": "pan", "fg": 2684 }, - { "id": "2h_flail_wood", "fg": 2685 }, - { "id": "pillow", "fg": 2687 }, - { "id": "down_pillow", "fg": 2686 }, - { "id": "pine_bough", "fg": 2688 }, - { "id": "pinecone", "fg": 2689 }, + "fg": 2386, + "additional_tiles": [ + { "id": "center", "fg": 2371 }, + { "id": "corner", "fg": [ 2373, 2375, 2374, 2372 ] }, + { "id": "t_connection", "fg": [ 2383, 2385, 2384, 2382 ] }, + { "id": "edge", "fg": [ 2377, 2376 ] }, + { "id": "end_piece", "fg": [ 2379, 2381, 2380, 2378 ] }, + { "id": "unconnected", "fg": [ 2386, 2386 ] } + ] + }, + { "id": "1st_aid", "fg": 2387 }, + { "id": "2x4", "fg": 2388 }, + { "id": "halberd", "fg": 2398 }, + { "id": "halberd_fake", "fg": 2398 }, + { "id": "ak74", "fg": 2402 }, + { "id": "ar15", "fg": 2526 }, + { "id": "arming_sword", "fg": 2527 }, + { "id": "art_sphere", "fg": 2542 }, + { "id": "art_rod", "fg": 2540 }, + { "id": "art_teardrop", "fg": 2544 }, + { "id": "art_lamp", "fg": 2536 }, + { "id": "art_snake", "fg": 2541 }, + { "id": "art_disc", "fg": 2533 }, + { "id": "art_beads", "fg": 2530 }, + { "id": "art_napkin", "fg": 2537 }, + { "id": "art_urchin", "fg": 2546 }, + { "id": "art_jelly", "fg": 2534 }, + { "id": "art_spiral", "fg": 2543 }, + { "id": "art_pin", "fg": 2538 }, + { "id": "art_tube", "fg": 2545 }, + { "id": "art_pyramid", "fg": 2539 }, + { "id": "art_crystal", "fg": 2532 }, + { "id": "art_knot", "fg": 2535 }, + { "id": "art_crescent", "fg": 2531 }, + { "id": "altered_teapot", "fg": 2528 }, + { "id": "architect_cube", "fg": 2529 }, + { "id": "fire_ax", "fg": 2547 }, + { "id": "ax", "fg": 2549 }, + { "id": "hatchet", "fg": 2548 }, + { "id": "backpack", "fg": 2550 }, + { "id": "duffelbag", "fg": 2551 }, + { "id": "molle_pack", "fg": 2552 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 2555 }, + { "id": "bag_canvas", "fg": 2558 }, + { "id": "bat", "fg": 2559 }, + { "id": "bat_metal", "fg": 2560 }, + { "id": "blanket", "fg": 2561 }, + { "id": "down_blanket", "fg": 2562 }, + { "id": "electric_blanket", "fg": 2563 }, + { "id": "board_trap", "fg": 2564 }, + { "id": "box_large", "fg": 2565 }, + { "id": "box_medium", "fg": 2566 }, + { "id": "broom", "fg": 2567 }, + { "id": "knife_butcher", "fg": 2568 }, + { "id": "bwirebat", "fg": 2569 }, + { "id": "cattlefodder", "fg": 2570 }, + { "id": "chainsaw_off", "fg": 2571 }, + { "id": "axe_ring", "fg": 2578 }, + { "id": "balclava", "fg": 2579 }, + { "id": "beret", "fg": 2580 }, + { "id": "boots", "fg": 2581 }, + { "id": "boxer_briefs", "fg": 2582 }, + { "id": "boxer_shorts", "fg": 2583 }, + { "id": "boy_shorts", "fg": 2584 }, + { "id": "bra", "fg": 2585 }, + { "id": "briefs", "fg": 2586 }, + { "id": "bscabbard", "fg": 2587 }, + { "id": "corset", "fg": 2590 }, + { "id": "cowboy_hat", "fg": 2591 }, + { "id": "dress_shoes", "fg": 2592 }, + { "id": "hat_ball", "fg": 2593 }, + { "id": "hat_cotton", "fg": 2594 }, + { "id": "hat_fur", "fg": 2595 }, + { "id": "hat_knit", "fg": 2597 }, + { "id": "hat_noise_cancelling", "fg": 2598 }, + { "id": "helmet_barbute", "fg": 2599 }, + { "id": "helmet_chitin", "fg": 2600 }, + { "id": "helmet_kabuto", "fg": 2601 }, + { "id": "holster", "fg": 2602 }, + { "id": "hoodie", "fg": 2603 }, + { "id": "jeans", "fg": 2606 }, + { "id": "leather_belt", "fg": 2607 }, + { "id": "longshirt", "fg": 2608 }, + { "id": "maid_dress", "fg": 2609 }, + { "id": "maid_hat", "fg": 2610 }, + { "id": "mask_dust", "fg": 2611 }, + { "id": "panties", "fg": 2612 }, + { "id": "pants", "fg": 2613 }, + { "id": "pants_cargo", "fg": 2614 }, + { "id": "polo_shirt", "fg": 2615 }, + { "id": "ragpouch", "fg": 2616 }, + { "id": "scabbard", "fg": 2617 }, + { "id": "sneakers", "fg": 2619 }, + { "id": "socks", "fg": 2620 }, + { "id": "spearsling", "fg": 2621 }, + { "id": "stockings", "fg": 2623 }, + { "id": "sweater", "fg": 2626 }, + { "id": "sweatshirt", "fg": 2627 }, + { "id": "tank_top", "fg": 2628 }, + { "id": "tool_belt", "fg": 2629 }, + { "id": "tshirt", "fg": 2630 }, + { "id": "turban", "fg": 2631 }, + { "id": "undershirt", "fg": 2632 }, + { "id": "coat_lab", "fg": 2588 }, + { "id": "coat_rain", "fg": 2589 }, + { "id": "sports_bra", "fg": 2622 }, + { "id": "skirt", "fg": 2618 }, + { "id": "jacket_light", "fg": 2605 }, + { "id": "jacket_army", "fg": 2604 }, + { "id": "hat_hard", "fg": 2596 }, + { "id": "striped_pants", "fg": 2624 }, + { "id": "striped_shirt", "fg": 2625 }, + { "id": "cloak", "fg": 2633 }, + { "id": "cloak_wool", "fg": 2636 }, + { "id": "cloak_leather", "fg": 2635 }, + { "id": "cloak_fur", "fg": 2634 }, + { "id": "coffeemaker", "fg": 2637 }, + { "id": "contacts", "fg": 2638 }, + { "id": "corpse", "fg": 2639 }, + { "id": "corpse_generic_human", "fg": 2640 }, + { "id": "crossbow", "fg": 2641 }, + { "id": "crowbar", "fg": 2642 }, + { "id": "filter_air", "fg": 2643 }, + { "id": "fish_bait", "fg": 2644 }, + { "id": "corpse_mon_fish_tiny", "fg": 2648 }, + { "id": "corpse_mon_fish_small", "fg": 2647 }, + { "id": "corpse_mon_fish_medium", "fg": 2646 }, + { "id": "corpse_mon_fish_large", "fg": 2645 }, + { "id": "fish_trap", "fg": 2649 }, + { "id": "fishing_rod_basic", "fg": 2650 }, + { "id": "fishing_rod_professional", "fg": 2651 }, + { "id": "forge", "fg": 2653 }, + { "id": "char_forge", "fg": 2652 }, + { "id": "glass_shard", "fg": 2654 }, + { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 2655 }, + { "id": "hoboreel", "fg": 2656 }, + { "id": "hydrogen_tank", "fg": 2657 }, + { "id": "knife_chef", "fg": 2658 }, + { "id": "leather_tarp", "fg": 2659 }, + { "id": "water", "fg": 2670 }, + { "id": "water_clean", "fg": 2671 }, + { "id": "gasoline", "fg": 2665 }, + { "id": "diesel", "fg": 2663 }, + { "id": "biodiesel", "fg": 2661 }, + { "id": "flamethrower_fuel", "fg": 2664 }, + { "id": "avgas", "fg": 2660 }, + { "id": "lamp_oil", "fg": 2667 }, + { "id": "motor_oil", "fg": 2668 }, + { "id": "napalm", "fg": 2669 }, + { "id": "gelled_gasoline", "fg": 2666 }, + { "id": "blood", "fg": 2662 }, + { "id": "log", "fg": 2672 }, + { "id": "longbow", "fg": 2673 }, + { "id": "lucern_hammer", "fg": 2674 }, + { "id": "m79", "fg": 2675 }, + { "id": "marble", "fg": 2676 }, + { "id": "matches", "fg": 2677 }, + { "id": "meat", "fg": 2678 }, + { "id": "microwave", "fg": 2679 }, + { "id": "mjolnir", "fg": 2680 }, + { "id": "mop", "fg": 2681 }, + { "id": "mp5mag", "fg": 2682 }, + { "id": "nail", "fg": 2687 }, + { "id": "nailbat", "fg": 2688 }, + { "id": "nailboard", "fg": 2689 }, + { "id": "needle_bone", "fg": 2690 }, + { "id": "needle_curved", "fg": 2691 }, + { "id": "needle_wood", "fg": 2692 }, + { "id": "many_years_old_newspaper", "fg": 2693 }, + { "id": "years_old_newspaper", "fg": 2698 }, + { "id": "months_old_newspaper", "fg": 2694 }, + { "id": "newest_newspaper", "fg": 2695 }, + { "id": "one_year_old_newspaper", "fg": 2696 }, + { "id": "weeks_old_newspaper", "fg": 2697 }, + { "id": "pan", "fg": 2699 }, + { "id": "2h_flail_wood", "fg": 2700 }, + { "id": "pillow", "fg": 2702 }, + { "id": "down_pillow", "fg": 2701 }, + { "id": "pine_bough", "fg": 2703 }, + { "id": "pinecone", "fg": 2704 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 2690 - }, - { "id": "pipe_shotgun", "fg": 2691 }, - { "id": "plastic_sheet", "fg": 2692 }, - { "id": "plastic_shopping_bag", "fg": 2693 }, - { "id": "pneumatic_shotgun", "fg": 2694 }, - { "id": "pool_ball", "fg": 2695 }, - { "id": "pot", "fg": 2696 }, - { "id": "pot_canning", "fg": 2697 }, - { "id": "pot_copper", "fg": 2698 }, - { "id": "powder_candy", "fg": 2699 }, - { "id": "rag", "fg": 2700 }, - { "id": "rebar", "fg": 2701 }, - { "id": "rifle_flintlock", "fg": 2702 }, - { "id": "rolling_pin", "fg": 2703 }, - { "id": "fur_rollmat", "fg": 2704 }, - { "id": "rollmat", "fg": 2705 }, - { "id": "scissors", "fg": 2706 }, - { "id": "screwdriver", "fg": 2707 }, - { "id": "sewing_kit", "fg": 2708 }, - { "id": "sharp_rock", "fg": 2709 }, - { "id": "sheet_metal", "fg": 2710 }, - { "id": "sheet_metal_small", "fg": 2711 }, - { "id": "shovel", "fg": 2712 }, - { "id": "slingshot", "fg": 2713 }, - { "id": "solar_panel", "fg": 2715 }, - { "id": "solar_cell", "fg": 2714 }, - { "id": "pointy_stick", "fg": 2716 }, - { "id": "spear_wood", "fg": 2724 }, - { "id": "spear_spike", "fg": 2722 }, - { "id": "spear_knife", "fg": 2718 }, - { "id": "spear_knife_superior", "fg": 2719 }, - { "id": "spear_pipe", "fg": 2720 }, - { "id": "spear_rebar", "fg": 2721 }, - { "id": "spear_steel", "fg": 2723 }, - { "id": "spear_copper", "fg": 2717 }, - { "id": "splinter", "fg": 2725 }, - { "id": "sponge", "fg": 2726 }, - { "id": "spoon", "fg": 2727 }, - { "id": "stick", "fg": 2728 }, - { "id": "stick_long", "fg": 2729 }, - { "id": "primitive_hammer", "fg": 2730 }, - { "id": "string_36", "fg": 2731 }, - { "id": "string_6", "fg": 2732 }, - { "id": "tailors_kit", "fg": 2733 }, - { "id": "tarp", "fg": 2734 }, - { "id": "television", "fg": 2735 }, - { "id": "thermos", "fg": 2736 }, - { "id": "thread", "fg": 2737 }, - { "id": "2h_flail_steel", "fg": 2738 }, - { "id": "welder", "fg": 2739 }, - { "id": "welder_crude", "fg": 2740 }, - { "id": "wood_panel", "fg": 2741 }, - { "id": "wood_sheet", "fg": 2742 }, - { "id": "corpse_mon_troll", "fg": 2743 }, + "fg": 2705 + }, + { "id": "pipe_shotgun", "fg": 2706 }, + { "id": "plastic_sheet", "fg": 2707 }, + { "id": "plastic_shopping_bag", "fg": 2708 }, + { "id": "pneumatic_shotgun", "fg": 2709 }, + { "id": "pool_ball", "fg": 2710 }, + { "id": "pot", "fg": 2711 }, + { "id": "pot_canning", "fg": 2712 }, + { "id": "pot_copper", "fg": 2713 }, + { "id": "powder_candy", "fg": 2714 }, + { "id": "rag", "fg": 2715 }, + { "id": "rebar", "fg": 2716 }, + { "id": "rifle_flintlock", "fg": 2717 }, + { "id": "rolling_pin", "fg": 2718 }, + { "id": "fur_rollmat", "fg": 2719 }, + { "id": "rollmat", "fg": 2720 }, + { "id": "scissors", "fg": 2721 }, + { "id": "screwdriver", "fg": 2722 }, + { "id": "sewing_kit", "fg": 2723 }, + { "id": "sharp_rock", "fg": 2724 }, + { "id": "sheet_metal", "fg": 2725 }, + { "id": "sheet_metal_small", "fg": 2726 }, + { "id": "shovel", "fg": 2727 }, + { "id": "slingshot", "fg": 2728 }, + { "id": "solar_panel", "fg": 2730 }, + { "id": "solar_cell", "fg": 2729 }, + { "id": "pointy_stick", "fg": 2731 }, + { "id": "spear_wood", "fg": 2739 }, + { "id": "spear_spike", "fg": 2737 }, + { "id": "spear_knife", "fg": 2733 }, + { "id": "spear_knife_superior", "fg": 2734 }, + { "id": "spear_pipe", "fg": 2735 }, + { "id": "spear_rebar", "fg": 2736 }, + { "id": "spear_steel", "fg": 2738 }, + { "id": "spear_copper", "fg": 2732 }, + { "id": "splinter", "fg": 2740 }, + { "id": "sponge", "fg": 2741 }, + { "id": "spoon", "fg": 2742 }, + { "id": "stick", "fg": 2743 }, + { "id": "stick_long", "fg": 2744 }, + { "id": "primitive_hammer", "fg": 2745 }, + { "id": "string_36", "fg": 2746 }, + { "id": "string_6", "fg": 2747 }, + { "id": "tailors_kit", "fg": 2748 }, + { "id": "tarp", "fg": 2749 }, + { "id": "television", "fg": 2750 }, + { "id": "thermos", "fg": 2751 }, + { "id": "thread", "fg": 2752 }, + { "id": "2h_flail_steel", "fg": 2753 }, + { "id": "welder", "fg": 2754 }, + { "id": "welder_crude", "fg": 2755 }, + { "id": "wood_panel", "fg": 2756 }, + { "id": "wood_sheet", "fg": 2757 }, + { "id": "corpse_mon_troll", "fg": 2758 }, { "id": "mon_cat_bengal", - "fg": [ { "weight": 1, "sprite": 2753 }, { "weight": 1, "sprite": 2752 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2768 }, { "weight": 1, "sprite": 2767 } ], + "bg": 1312 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 2756 }, { "weight": 1, "sprite": 2755 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2771 }, { "weight": 1, "sprite": 2770 } ], + "bg": 1312 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 2759 }, { "weight": 1, "sprite": 2758 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2774 }, { "weight": 1, "sprite": 2773 } ], + "bg": 1312 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 2762 }, { "weight": 1, "sprite": 2761 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2777 }, { "weight": 1, "sprite": 2776 } ], + "bg": 1312 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 2765 }, { "weight": 1, "sprite": 2764 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2780 }, { "weight": 1, "sprite": 2779 } ], + "bg": 1312 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 2768 }, { "weight": 1, "sprite": 2767 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2783 }, { "weight": 1, "sprite": 2782 } ], + "bg": 1312 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 2771 }, { "weight": 1, "sprite": 2770 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2786 }, { "weight": 1, "sprite": 2785 } ], + "bg": 1312 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 2777 }, { "weight": 1, "sprite": 2776 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2792 }, { "weight": 1, "sprite": 2791 } ], + "bg": 1312 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 2780 }, { "weight": 1, "sprite": 2779 } ], - "bg": 1313 + "fg": [ { "weight": 1, "sprite": 2795 }, { "weight": 1, "sprite": 2794 } ], + "bg": 1312 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 2783 }, { "weight": 1, "sprite": 2782 } ], - "bg": 1313 - }, - { "id": "mon_cat_kitten", "fg": 2772, "bg": 1313 }, - { "id": "mon_cat_bengal_kitten", "fg": 2751, "bg": 1313 }, - { "id": "mon_cat_calico_kitten", "fg": 2754, "bg": 1313 }, - { "id": "mon_cat_chonker_kitten", "fg": 2757, "bg": 1313 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 2760, "bg": 1313 }, - { "id": "mon_cat_longhair_kitten", "fg": 2763, "bg": 1313 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 2766, "bg": 1313 }, - { "id": "mon_cat_persian_kitten", "fg": 2769, "bg": 1313 }, - { "id": "mon_cat_siamese_kitten", "fg": 2775, "bg": 1313 }, - { "id": "mon_cat_sphynx_kitten", "fg": 2778, "bg": 1313 }, - { "id": "mon_cat_tabby_kitten", "fg": 2781, "bg": 1313 }, - { "id": "mon_dog_beagle", "fg": 2787, "bg": 1313 }, - { "id": "mon_dog_gshepherd", "fg": 2790, "bg": 1312 }, - { "id": "mon_dog_boxer", "fg": 2788, "bg": 1312 }, - { "id": "mon_dog_dachshund", "fg": 2789, "bg": 1312 }, - { "id": "mon_fish_tiny", "fg": 2797 }, - { "id": "mon_fish_small", "fg": 2796 }, - { "id": "mon_fish_medium", "fg": 2795 }, - { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2794 }, - { "id": "mon_goose_canadian", "fg": 2799, "bg": 1313 }, - { "id": "mon_duck_chick", "fg": 2804, "bg": 1313 }, - { "id": "mon_goose_canadian_chick", "fg": 2805, "bg": 1313 }, - { "id": "mon_cockatrice_chick", "fg": 2807, "bg": 1313 }, - { "id": "mon_cockatrice", "fg": 2806, "bg": 1313 }, - { "id": "mon_beaver", "fg": 2816, "bg": 1313 }, - { "id": "mon_opossum", "fg": 2822, "bg": 1313 }, - { "id": "mon_dragonfly", "fg": 2828, "bg": 1313 }, - { "id": "mon_locust", "fg": 2829, "bg": 1312 }, - { "id": "mon_locust_nymph", "fg": 2830, "bg": 1313 }, - { "id": "corpse_mon_ant", "fg": 2832 }, - { "id": "corpse_mon_ant_acid", "fg": 2833 }, - { "id": "corpse_mon_ant_larva", "fg": 2835 }, - { "id": "corpse_mon_ant_acid_larva", "fg": 2834 }, - { "id": "mon_plague_nymph", "fg": 2844, "bg": 1313 }, - { "id": "mon_plague_vector", "fg": 2845, "bg": 1312 }, - { "id": "mon_skittering_plague", "fg": 2847, "bg": 1312 }, - { "id": "mon_spawn_raptor", "fg": 2855, "bg": 1312 }, - { "id": "mon_zombeaver", "fg": 2857, "bg": 1313 }, - { "id": "mon_crow_mutant_small", "fg": 2858, "bg": 1312 }, - { "id": "mon_dog_rottweiler", "fg": 2859, "bg": 1312 }, - { "id": "lighting_lowlight_dark", "fg": 2878 }, - { "id": "lighting_boomered_dark", "fg": 2873 }, + "fg": [ { "weight": 1, "sprite": 2798 }, { "weight": 1, "sprite": 2797 } ], + "bg": 1312 + }, + { "id": "mon_cat_kitten", "fg": 2787, "bg": 1312 }, + { "id": "mon_cat_bengal_kitten", "fg": 2766, "bg": 1312 }, + { "id": "mon_cat_calico_kitten", "fg": 2769, "bg": 1312 }, + { "id": "mon_cat_chonker_kitten", "fg": 2772, "bg": 1312 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 2775, "bg": 1312 }, + { "id": "mon_cat_longhair_kitten", "fg": 2778, "bg": 1312 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 2781, "bg": 1312 }, + { "id": "mon_cat_persian_kitten", "fg": 2784, "bg": 1312 }, + { "id": "mon_cat_siamese_kitten", "fg": 2790, "bg": 1312 }, + { "id": "mon_cat_sphynx_kitten", "fg": 2793, "bg": 1312 }, + { "id": "mon_cat_tabby_kitten", "fg": 2796, "bg": 1312 }, + { "id": "mon_dog_beagle", "fg": 2802, "bg": 1312 }, + { "id": "mon_dog_gshepherd", "fg": 2805, "bg": 1311 }, + { "id": "mon_dog_boxer", "fg": 2803, "bg": 1311 }, + { "id": "mon_dog_dachshund", "fg": 2804, "bg": 1311 }, + { "id": "mon_fish_tiny", "fg": 2812 }, + { "id": "mon_fish_small", "fg": 2811 }, + { "id": "mon_fish_medium", "fg": 2810 }, + { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 2809 }, + { "id": "mon_goose_canadian", "fg": 2814, "bg": 1312 }, + { "id": "mon_duck_chick", "fg": 2819, "bg": 1312 }, + { "id": "mon_goose_canadian_chick", "fg": 2820, "bg": 1312 }, + { "id": "mon_cockatrice_chick", "fg": 2822, "bg": 1312 }, + { "id": "mon_cockatrice", "fg": 2821, "bg": 1312 }, + { "id": "mon_beaver", "fg": 2831, "bg": 1312 }, + { "id": "mon_opossum", "fg": 2837, "bg": 1312 }, + { "id": "mon_dragonfly", "fg": 2843, "bg": 1312 }, + { "id": "mon_locust", "fg": 2844, "bg": 1311 }, + { "id": "mon_locust_nymph", "fg": 2845, "bg": 1312 }, + { "id": "corpse_mon_ant", "fg": 2847 }, + { "id": "corpse_mon_ant_acid", "fg": 2848 }, + { "id": "corpse_mon_ant_larva", "fg": 2850 }, + { "id": "corpse_mon_ant_acid_larva", "fg": 2849 }, + { "id": "mon_plague_nymph", "fg": 2859, "bg": 1312 }, + { "id": "mon_plague_vector", "fg": 2860, "bg": 1311 }, + { "id": "mon_skittering_plague", "fg": 2862, "bg": 1311 }, + { "id": "mon_spawn_raptor", "fg": 2869, "bg": 1311 }, + { "id": "mon_zombeaver", "fg": 2871, "bg": 1312 }, + { "id": "mon_crow_mutant_small", "fg": 2872, "bg": 1311 }, + { "id": "mon_dog_rottweiler", "fg": 2873, "bg": 1311 }, + { "id": "lighting_lowlight_dark", "fg": 2892 }, + { "id": "lighting_boomered_dark", "fg": 2887 }, { "id": "lighting_hidden", "fg": [ - { "weight": 100, "sprite": 2874 }, - { "weight": 100, "sprite": 2875 }, - { "weight": 100, "sprite": 2876 }, - { "weight": 100, "sprite": 2877 } - ] - }, - { "id": "footstep", "fg": 2879 }, - { "id": "animation_hit", "fg": 2894 }, - { "id": "cursor", "fg": 2896 }, - { "id": "highlight", "fg": 2898 }, - { "id": "highlight_item", "fg": 2899 }, - { "id": "line_target", "fg": 2897 }, - { "id": "line_trail", "fg": 2900 }, - { "id": "animation_line", "fg": 2895 }, - { "id": [ "overlay_male_crouch", "overlay_female_crouch" ], "fg": 2910 }, - { "id": [ "overlay_male_run", "overlay_female_run" ], "fg": 2911 }, - { "id": "overlay_hostile_sees_player", "fg": 2909 }, - { "id": "overlay_neutral_sees_player", "fg": 2912 }, - { "id": "overlay_friendly_sees_player", "fg": 2908 }, - { "id": "overlay_other_sees_player", "fg": 2913 }, - { "id": "zombie_revival_indicator", "fg": 2914 }, - { "id": "generic_city_building", "fg": 2915, "bg": 3419 }, + { "weight": 100, "sprite": 2888 }, + { "weight": 100, "sprite": 2889 }, + { "weight": 100, "sprite": 2890 }, + { "weight": 100, "sprite": 2891 } + ] + }, + { "id": "footstep", "fg": 2893 }, + { "id": "animation_hit", "fg": 2908 }, + { "id": "cursor", "fg": 2910 }, + { "id": "highlight", "fg": 2912 }, + { "id": "highlight_item", "fg": 2913 }, + { "id": "line_target", "fg": 2911 }, + { "id": "line_trail", "fg": 2914 }, + { "id": "animation_line", "fg": 2909 }, + { "id": [ "overlay_male_crouch", "overlay_female_crouch" ], "fg": 2924 }, + { "id": [ "overlay_male_run", "overlay_female_run" ], "fg": 2925 }, + { "id": "overlay_hostile_sees_player", "fg": 2923 }, + { "id": "overlay_neutral_sees_player", "fg": 2926 }, + { "id": "overlay_friendly_sees_player", "fg": 2922 }, + { "id": "overlay_other_sees_player", "fg": 2927 }, + { "id": "zombie_revival_indicator", "fg": 2928 }, + { "id": "generic_city_building", "fg": 2929, "bg": 3433 }, { "id": [ "abstorefront_1", @@ -3723,12 +3727,12 @@ "s_sports", "veterinarian" ], - "fg": 2915, - "bg": 3419 + "fg": 2929, + "bg": 3433 }, - { "id": "forest_water", "fg": 4079, "bg": 4345 }, - { "id": "forest", "fg": 4079, "bg": 3418 }, - { "id": "forest_thick", "fg": 3986, "bg": 3665 }, + { "id": "forest_water", "fg": 4093, "bg": 4359 }, + { "id": "forest", "fg": 4093, "bg": 3432 }, + { "id": "forest_thick", "fg": 4000, "bg": 3679 }, { "id": [ "road_ne", @@ -3748,7 +3752,7 @@ "road_end_west", "road_end_east" ], - "fg": 3735 + "fg": 3749 }, { "id": [ @@ -3766,14 +3770,14 @@ "river_c_not_se", "river_c_not_ne" ], - "fg": 4311 + "fg": 4325 }, - { "id": "river_center", "fg": 4294 }, - { "id": "field", "fg": 3433, "bg": 3418 }, + { "id": "river_center", "fg": 4308 }, + { "id": "field", "fg": 3447, "bg": 3432 }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 2917, 2916, 2918, 2919 ], - "bg": 3419, + "fg": [ 2931, 2930, 2932, 2933 ], + "bg": 3433, "rotates": true }, { @@ -3996,2672 +4000,2675 @@ "urban_13_11", "urban_13_12" ], - "fg": [ 2921, 2920, 2922, 2923 ], - "bg": 3419, + "fg": [ 2935, 2934, 2936, 2937 ], + "bg": 3433, "rotates": true }, { "id": "f_earthbag_half", "multitile": true, - "fg": 2939, - "bg": 3418, + "fg": 2953, + "bg": 3432, "additional_tiles": [ - { "id": "center", "fg": 2924 }, - { "id": "corner", "fg": [ 2926, 2928, 2927, 2925 ] }, - { "id": "t_connection", "fg": [ 2936, 2938, 2937, 2935 ] }, - { "id": "edge", "fg": [ 2930, 2929 ] }, - { "id": "end_piece", "fg": [ 2932, 2934, 2933, 2931 ] }, - { "id": "unconnected", "fg": [ 2939, 2939 ] } + { "id": "center", "fg": 2938 }, + { "id": "corner", "fg": [ 2940, 2942, 2941, 2939 ] }, + { "id": "t_connection", "fg": [ 2950, 2952, 2951, 2949 ] }, + { "id": "edge", "fg": [ 2944, 2943 ] }, + { "id": "end_piece", "fg": [ 2946, 2948, 2947, 2945 ] }, + { "id": "unconnected", "fg": [ 2953, 2953 ] } ] }, - { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3716 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4027 }, + { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 3730 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 4041 }, { "id": "t_splitrail_fence", "multitile": true, - "fg": 2981, - "bg": 3418, + "fg": 2995, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 2966 }, - { "id": "corner", "bg": 3418, "fg": [ 2968, 2970, 2969, 2967 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 2978, 2980, 2979, 2977 ] }, - { "id": "edge", "bg": 3418, "fg": [ 2972, 2971 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 2974, 2976, 2975, 2973 ] }, - { "bg": 3418, "id": "unconnected", "fg": [ 2981, 2981 ] } + { "id": "center", "bg": 3432, "fg": 2980 }, + { "id": "corner", "bg": 3432, "fg": [ 2982, 2984, 2983, 2981 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 2992, 2994, 2993, 2991 ] }, + { "id": "edge", "bg": 3432, "fg": [ 2986, 2985 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 2988, 2990, 2989, 2987 ] }, + { "bg": 3432, "id": "unconnected", "fg": [ 2995, 2995 ] } ] }, { "id": "t_splitrail_fence_season_summer", "multitile": true, - "fg": 2981, - "bg": 3428, + "fg": 2995, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 2966 }, - { "id": "corner", "bg": 3428, "fg": [ 2968, 2970, 2969, 2967 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 2978, 2980, 2979, 2977 ] }, - { "id": "edge", "bg": 3428, "fg": [ 2972, 2971 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 2974, 2976, 2975, 2973 ] }, - { "bg": 3428, "id": "unconnected", "fg": [ 2981, 2981 ] } + { "id": "center", "bg": 3442, "fg": 2980 }, + { "id": "corner", "bg": 3442, "fg": [ 2982, 2984, 2983, 2981 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 2992, 2994, 2993, 2991 ] }, + { "id": "edge", "bg": 3442, "fg": [ 2986, 2985 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 2988, 2990, 2989, 2987 ] }, + { "bg": 3442, "id": "unconnected", "fg": [ 2995, 2995 ] } ] }, { "id": "t_splitrail_fence_season_autumn", "multitile": true, - "fg": 2981, - "bg": 3423, + "fg": 2995, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 2966 }, - { "id": "corner", "bg": 3423, "fg": [ 2968, 2970, 2969, 2967 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 2978, 2980, 2979, 2977 ] }, - { "id": "edge", "bg": 3423, "fg": [ 2972, 2971 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 2974, 2976, 2975, 2973 ] }, - { "bg": 3423, "id": "unconnected", "fg": [ 2981, 2981 ] } + { "id": "center", "bg": 3437, "fg": 2980 }, + { "id": "corner", "bg": 3437, "fg": [ 2982, 2984, 2983, 2981 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 2992, 2994, 2993, 2991 ] }, + { "id": "edge", "bg": 3437, "fg": [ 2986, 2985 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 2988, 2990, 2989, 2987 ] }, + { "bg": 3437, "id": "unconnected", "fg": [ 2995, 2995 ] } ] }, { "id": "t_splitrail_fence_season_winter", "multitile": true, - "fg": 2981, - "bg": 2947, + "fg": 2995, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 2966 }, - { "id": "corner", "bg": 2947, "fg": [ 2968, 2970, 2969, 2967 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 2978, 2980, 2979, 2977 ] }, - { "id": "edge", "bg": 2947, "fg": [ 2972, 2971 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 2974, 2976, 2975, 2973 ] }, - { "bg": 2947, "id": "unconnected", "fg": [ 2981, 2981 ] } + { "id": "center", "bg": 2961, "fg": 2980 }, + { "id": "corner", "bg": 2961, "fg": [ 2982, 2984, 2983, 2981 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 2992, 2994, 2993, 2991 ] }, + { "id": "edge", "bg": 2961, "fg": [ 2986, 2985 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 2988, 2990, 2989, 2987 ] }, + { "bg": 2961, "id": "unconnected", "fg": [ 2995, 2995 ] } ] }, - { "id": "t_stairs_down", "fg": 2982 }, - { "id": "t_wood_stairs_down", "fg": 2983 }, + { "id": "t_stairs_down", "fg": 2996 }, + { "id": "t_wood_stairs_down", "fg": 2997 }, { "id": "t_adobe_brick_wall", "multitile": true, - "fg": 2999, + "fg": 3013, "additional_tiles": [ - { "id": "center", "fg": 2984 }, - { "id": "corner", "fg": [ 2986, 2988, 2987, 2985 ] }, - { "id": "t_connection", "fg": [ 2996, 2998, 2997, 2995 ] }, - { "id": "edge", "fg": [ 2990, 2989 ] }, - { "id": "end_piece", "fg": [ 2992, 2994, 2993, 2991 ] }, - { "id": "unconnected", "fg": [ 2999, 2999 ] } + { "id": "center", "fg": 2998 }, + { "id": "corner", "fg": [ 3000, 3002, 3001, 2999 ] }, + { "id": "t_connection", "fg": [ 3010, 3012, 3011, 3009 ] }, + { "id": "edge", "fg": [ 3004, 3003 ] }, + { "id": "end_piece", "fg": [ 3006, 3008, 3007, 3005 ] }, + { "id": "unconnected", "fg": [ 3013, 3013 ] } ] }, - { "id": "t_bars", "fg": 3000 }, + { "id": "t_bars", "fg": 3014 }, { "id": "t_brick_wall", "multitile": true, - "fg": 3016, + "fg": 3030, "additional_tiles": [ - { "id": "center", "fg": 3001 }, - { "id": "corner", "fg": [ 3003, 3005, 3004, 3002 ] }, - { "id": "t_connection", "fg": [ 3013, 3015, 3014, 3012 ] }, - { "id": "edge", "fg": [ 3007, 3006 ] }, - { "id": "end_piece", "fg": [ 3009, 3011, 3010, 3008 ] }, - { "id": "unconnected", "fg": 3016 } + { "id": "center", "fg": 3015 }, + { "id": "corner", "fg": [ 3017, 3019, 3018, 3016 ] }, + { "id": "t_connection", "fg": [ 3027, 3029, 3028, 3026 ] }, + { "id": "edge", "fg": [ 3021, 3020 ] }, + { "id": "end_piece", "fg": [ 3023, 3025, 3024, 3022 ] }, + { "id": "unconnected", "fg": 3030 } ] }, { "id": "t_bridge", "multitile": true, - "fg": 3032, + "fg": 3046, "additional_tiles": [ - { "id": "center", "fg": 3017 }, - { "id": "corner", "fg": [ 3019, 3021, 3020, 3018 ] }, - { "id": "t_connection", "fg": [ 3029, 3031, 3030, 3028 ] }, - { "id": "edge", "fg": [ 3023, 3022 ] }, - { "id": "end_piece", "fg": [ 3025, 3027, 3026, 3024 ] }, - { "id": "unconnected", "fg": [ 3032, 3032 ] } + { "id": "center", "fg": 3031 }, + { "id": "corner", "fg": [ 3033, 3035, 3034, 3032 ] }, + { "id": "t_connection", "fg": [ 3043, 3045, 3044, 3042 ] }, + { "id": "edge", "fg": [ 3037, 3036 ] }, + { "id": "end_piece", "fg": [ 3039, 3041, 3040, 3038 ] }, + { "id": "unconnected", "fg": [ 3046, 3046 ] } ] }, { "id": "t_carpet_green", "multitile": true, - "fg": 3051, + "fg": 3065, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3033 }, - { "weight": 1, "sprite": 3034 }, - { "weight": 1, "sprite": 3035 }, - { "weight": 1, "sprite": 3036 } + { "weight": 1, "sprite": 3047 }, + { "weight": 1, "sprite": 3048 }, + { "weight": 1, "sprite": 3049 }, + { "weight": 1, "sprite": 3050 } ] }, - { "id": "corner", "fg": [ 3038, 3040, 3039, 3037 ] }, - { "id": "t_connection", "fg": [ 3048, 3050, 3049, 3047 ] }, - { "id": "edge", "fg": [ 3042, 3041 ] }, - { "id": "end_piece", "fg": [ 3044, 3046, 3045, 3043 ] }, - { "id": "unconnected", "fg": 3051 } + { "id": "corner", "fg": [ 3052, 3054, 3053, 3051 ] }, + { "id": "t_connection", "fg": [ 3062, 3064, 3063, 3061 ] }, + { "id": "edge", "fg": [ 3056, 3055 ] }, + { "id": "end_piece", "fg": [ 3058, 3060, 3059, 3057 ] }, + { "id": "unconnected", "fg": 3065 } ] }, { "id": "t_carpet_purple", "multitile": true, - "fg": 3070, + "fg": 3084, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3052 }, - { "weight": 1, "sprite": 3053 }, - { "weight": 1, "sprite": 3054 }, - { "weight": 1, "sprite": 3055 } + { "weight": 1, "sprite": 3066 }, + { "weight": 1, "sprite": 3067 }, + { "weight": 1, "sprite": 3068 }, + { "weight": 1, "sprite": 3069 } ] }, - { "id": "corner", "fg": [ 3057, 3059, 3058, 3056 ] }, - { "id": "t_connection", "fg": [ 3067, 3069, 3068, 3066 ] }, - { "id": "edge", "fg": [ 3061, 3060 ] }, - { "id": "end_piece", "fg": [ 3063, 3065, 3064, 3062 ] }, - { "id": "unconnected", "fg": 3070 } + { "id": "corner", "fg": [ 3071, 3073, 3072, 3070 ] }, + { "id": "t_connection", "fg": [ 3081, 3083, 3082, 3080 ] }, + { "id": "edge", "fg": [ 3075, 3074 ] }, + { "id": "end_piece", "fg": [ 3077, 3079, 3078, 3076 ] }, + { "id": "unconnected", "fg": 3084 } ] }, { "id": "t_carpet_red", "multitile": true, - "fg": 3086, + "fg": 3100, "additional_tiles": [ - { "id": "center", "fg": 3071 }, - { "id": "corner", "fg": [ 3073, 3075, 3074, 3072 ] }, - { "id": "t_connection", "fg": [ 3083, 3085, 3084, 3082 ] }, - { "id": "edge", "fg": [ 3077, 3076 ] }, - { "id": "end_piece", "fg": [ 3079, 3081, 3080, 3078 ] }, - { "id": "unconnected", "fg": 3086 } + { "id": "center", "fg": 3085 }, + { "id": "corner", "fg": [ 3087, 3089, 3088, 3086 ] }, + { "id": "t_connection", "fg": [ 3097, 3099, 3098, 3096 ] }, + { "id": "edge", "fg": [ 3091, 3090 ] }, + { "id": "end_piece", "fg": [ 3093, 3095, 3094, 3092 ] }, + { "id": "unconnected", "fg": 3100 } ] }, { "id": "t_carpet_yellow", "multitile": true, - "fg": 3102, + "fg": 3116, "additional_tiles": [ - { "id": "center", "fg": 3087 }, - { "id": "corner", "fg": [ 3089, 3091, 3090, 3088 ] }, - { "id": "t_connection", "fg": [ 3099, 3101, 3100, 3098 ] }, - { "id": "edge", "fg": [ 3093, 3092 ] }, - { "id": "end_piece", "fg": [ 3095, 3097, 3096, 3094 ] }, - { "id": "unconnected", "fg": 3102 } + { "id": "center", "fg": 3101 }, + { "id": "corner", "fg": [ 3103, 3105, 3104, 3102 ] }, + { "id": "t_connection", "fg": [ 3113, 3115, 3114, 3112 ] }, + { "id": "edge", "fg": [ 3107, 3106 ] }, + { "id": "end_piece", "fg": [ 3109, 3111, 3110, 3108 ] }, + { "id": "unconnected", "fg": 3116 } ] }, { "id": "t_clay", "multitile": true, - "fg": 3118, - "bg": 3418, + "fg": 3132, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3103 }, - { "id": "corner", "bg": 3418, "fg": [ 3105, 3107, 3106, 3104 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3115, 3117, 3116, 3114 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3109, 3108 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3111, 3113, 3112, 3110 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3118 } + { "id": "center", "bg": 3432, "fg": 3117 }, + { "id": "corner", "bg": 3432, "fg": [ 3119, 3121, 3120, 3118 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3129, 3131, 3130, 3128 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3123, 3122 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3125, 3127, 3126, 3124 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3132 } ] }, { "id": "t_clay_season_summer", "multitile": true, - "fg": 3118, - "bg": 3428, + "fg": 3132, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3103 }, - { "id": "corner", "bg": 3428, "fg": [ 3105, 3107, 3106, 3104 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3115, 3117, 3116, 3114 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3109, 3108 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3111, 3113, 3112, 3110 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3118 } + { "id": "center", "bg": 3442, "fg": 3117 }, + { "id": "corner", "bg": 3442, "fg": [ 3119, 3121, 3120, 3118 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3129, 3131, 3130, 3128 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3123, 3122 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3125, 3127, 3126, 3124 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3132 } ] }, { "id": "t_clay_season_autumn", "multitile": true, - "fg": 3118, - "bg": 3423, + "fg": 3132, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3103 }, - { "id": "corner", "bg": 3423, "fg": [ 3105, 3107, 3106, 3104 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3115, 3117, 3116, 3114 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3109, 3108 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3111, 3113, 3112, 3110 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3118 } + { "id": "center", "bg": 3437, "fg": 3117 }, + { "id": "corner", "bg": 3437, "fg": [ 3119, 3121, 3120, 3118 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3129, 3131, 3130, 3128 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3123, 3122 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3125, 3127, 3126, 3124 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3132 } ] }, { "id": "t_clay_season_winter", "multitile": true, - "fg": 3118, - "bg": 2947, + "fg": 3132, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3103 }, - { "id": "corner", "bg": 2947, "fg": [ 3105, 3107, 3106, 3104 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3115, 3117, 3116, 3114 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3109, 3108 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3111, 3113, 3112, 3110 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3118 } + { "id": "center", "bg": 2961, "fg": 3117 }, + { "id": "corner", "bg": 2961, "fg": [ 3119, 3121, 3120, 3118 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3129, 3131, 3130, 3128 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3123, 3122 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3125, 3127, 3126, 3124 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3132 } ] }, { "id": "t_concrete", "multitile": true, - "fg": 3134, + "fg": 3148, "additional_tiles": [ - { "id": "center", "fg": 3119 }, - { "id": "corner", "fg": [ 3121, 3123, 3122, 3120 ] }, - { "id": "t_connection", "fg": [ 3131, 3133, 3132, 3130 ] }, - { "id": "edge", "fg": [ 3125, 3124 ] }, - { "id": "end_piece", "fg": [ 3127, 3129, 3128, 3126 ] }, - { "id": "unconnected", "fg": 3134 } + { "id": "center", "fg": 3133 }, + { "id": "corner", "fg": [ 3135, 3137, 3136, 3134 ] }, + { "id": "t_connection", "fg": [ 3145, 3147, 3146, 3144 ] }, + { "id": "edge", "fg": [ 3139, 3138 ] }, + { "id": "end_piece", "fg": [ 3141, 3143, 3142, 3140 ] }, + { "id": "unconnected", "fg": 3148 } ] }, - { "id": "t_concrete_season_winter", "fg": 2947 }, + { "id": "t_concrete_season_winter", "fg": 2961 }, { "id": "t_concrete_wall", "multitile": true, - "fg": 3150, + "fg": 3164, "additional_tiles": [ - { "id": "center", "fg": 3135 }, - { "id": "corner", "fg": [ 3137, 3139, 3138, 3136 ] }, - { "id": "t_connection", "fg": [ 3147, 3149, 3148, 3146 ] }, - { "id": "edge", "fg": [ 3141, 3140 ] }, - { "id": "end_piece", "fg": [ 3143, 3145, 3144, 3142 ] }, - { "id": "unconnected", "fg": 3150 } + { "id": "center", "fg": 3149 }, + { "id": "corner", "fg": [ 3151, 3153, 3152, 3150 ] }, + { "id": "t_connection", "fg": [ 3161, 3163, 3162, 3160 ] }, + { "id": "edge", "fg": [ 3155, 3154 ] }, + { "id": "end_piece", "fg": [ 3157, 3159, 3158, 3156 ] }, + { "id": "unconnected", "fg": 3164 } ] }, { "id": "t_conveyor", "multitile": true, - "fg": 3166, - "bg": 4063, + "fg": 3180, + "bg": 4077, "additional_tiles": [ - { "id": "center", "bg": 4063, "fg": 3151 }, - { "id": "corner", "bg": 4063, "fg": [ 3153, 3155, 3154, 3152 ] }, - { "id": "t_connection", "bg": 4063, "fg": [ 3163, 3165, 3164, 3162 ] }, - { "id": "edge", "bg": 4063, "fg": [ 3157, 3156 ] }, - { "id": "end_piece", "bg": 4063, "fg": [ 3159, 3161, 3160, 3158 ] }, - { "bg": 4063, "id": "unconnected", "fg": [ 3166, 3166 ] } + { "id": "center", "bg": 4077, "fg": 3165 }, + { "id": "corner", "bg": 4077, "fg": [ 3167, 3169, 3168, 3166 ] }, + { "id": "t_connection", "bg": 4077, "fg": [ 3177, 3179, 3178, 3176 ] }, + { "id": "edge", "bg": 4077, "fg": [ 3171, 3170 ] }, + { "id": "end_piece", "bg": 4077, "fg": [ 3173, 3175, 3174, 3172 ] }, + { "bg": 4077, "id": "unconnected", "fg": [ 3180, 3180 ] } ] }, - { "id": "t_curtains", "fg": 3167 }, + { "id": "t_curtains", "fg": 3181 }, { "id": "t_dirt", - "fg": 3186, + "fg": 3200, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 100, "sprite": 3168 }, - { "weight": 100, "sprite": 3169 }, - { "weight": 100, "sprite": 3170 }, - { "weight": 100, "sprite": 3171 } + { "weight": 100, "sprite": 3182 }, + { "weight": 100, "sprite": 3183 }, + { "weight": 100, "sprite": 3184 }, + { "weight": 100, "sprite": 3185 } ] }, - { "id": "corner", "fg": [ 3173, 3175, 3174, 3172 ] }, - { "id": "t_connection", "fg": [ 3183, 3185, 3184, 3182 ] }, - { "id": "edge", "fg": [ 3177, 3176 ] }, - { "id": "end_piece", "fg": [ 3179, 3181, 3180, 3178 ] }, - { "id": "unconnected", "fg": [ 3186, 3186 ] } + { "id": "corner", "fg": [ 3187, 3189, 3188, 3186 ] }, + { "id": "t_connection", "fg": [ 3197, 3199, 3198, 3196 ] }, + { "id": "edge", "fg": [ 3191, 3190 ] }, + { "id": "end_piece", "fg": [ 3193, 3195, 3194, 3192 ] }, + { "id": "unconnected", "fg": [ 3200, 3200 ] } ] }, { "id": "t_dirt_season_autumn", - "fg": 3205, + "fg": 3219, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3187, 3188, 3189, 3190 ] }, - { "id": "corner", "fg": [ 3192, 3194, 3193, 3191 ] }, - { "id": "t_connection", "fg": [ 3202, 3204, 3203, 3201 ] }, - { "id": "edge", "fg": [ 3196, 3195 ] }, - { "id": "end_piece", "fg": [ 3198, 3200, 3199, 3197 ] }, - { "id": "unconnected", "fg": [ 3205, 3205 ] } + { "id": "center", "fg": [ 3201, 3202, 3203, 3204 ] }, + { "id": "corner", "fg": [ 3206, 3208, 3207, 3205 ] }, + { "id": "t_connection", "fg": [ 3216, 3218, 3217, 3215 ] }, + { "id": "edge", "fg": [ 3210, 3209 ] }, + { "id": "end_piece", "fg": [ 3212, 3214, 3213, 3211 ] }, + { "id": "unconnected", "fg": [ 3219, 3219 ] } ] }, { "id": "t_dirt_season_summer", - "fg": 3224, + "fg": 3238, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 3206, 3207, 3208, 3209 ] }, - { "id": "corner", "fg": [ 3211, 3213, 3212, 3210 ] }, - { "id": "t_connection", "fg": [ 3221, 3223, 3222, 3220 ] }, - { "id": "edge", "fg": [ 3215, 3214 ] }, - { "id": "end_piece", "fg": [ 3217, 3219, 3218, 3216 ] }, - { "id": "unconnected", "fg": [ 3224, 3224 ] } + { "id": "center", "fg": [ 3220, 3221, 3222, 3223 ] }, + { "id": "corner", "fg": [ 3225, 3227, 3226, 3224 ] }, + { "id": "t_connection", "fg": [ 3235, 3237, 3236, 3234 ] }, + { "id": "edge", "fg": [ 3229, 3228 ] }, + { "id": "end_piece", "fg": [ 3231, 3233, 3232, 3230 ] }, + { "id": "unconnected", "fg": [ 3238, 3238 ] } ] }, { "id": "t_dirt_season_winter", "fg": [ - { "weight": 100, "sprite": 3225 }, - { "weight": 100, "sprite": 3226 }, - { "weight": 100, "sprite": 3227 }, - { "weight": 100, "sprite": 3228 } + { "weight": 100, "sprite": 3239 }, + { "weight": 100, "sprite": 3240 }, + { "weight": 100, "sprite": 3241 }, + { "weight": 100, "sprite": 3242 } ] }, { "id": "t_dirtfloor", "multitile": true, - "fg": 3244, - "additional_tiles": [ - { "id": "center", "fg": 3229 }, - { "id": "corner", "fg": [ 3231, 3233, 3232, 3230 ] }, - { "id": "t_connection", "fg": [ 3241, 3243, 3242, 3240 ] }, - { "id": "edge", "fg": [ 3235, 3234 ] }, - { "id": "end_piece", "fg": [ 3237, 3239, 3238, 3236 ] }, - { "id": "unconnected", "fg": 3244 } - ] - }, - { "id": "t_door_c", "fg": 3246 }, - { "id": "t_door_locked", "fg": 3247 }, - { "id": "t_door_o", "fg": 3248 }, - { "id": "t_door_b", "fg": 3245 }, - { "id": "t_door_boarded", "fg": 3249 }, - { "id": "t_door_boarded_damaged", "fg": 3250 }, - { "id": "t_door_glass_c", "fg": 3251 }, - { "id": "t_door_glass_o", "fg": 3252 }, - { "id": "t_door_lab_c", "fg": 3253 }, - { "id": "t_door_lab_o", "fg": 3254 }, - { "id": "t_door_metal_c_peep", "fg": 3255 }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3256 }, - { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3263 }, { "weight": 100, "sprite": 3264 } ] }, + "fg": 3258, + "additional_tiles": [ + { "id": "center", "fg": 3243 }, + { "id": "corner", "fg": [ 3245, 3247, 3246, 3244 ] }, + { "id": "t_connection", "fg": [ 3255, 3257, 3256, 3254 ] }, + { "id": "edge", "fg": [ 3249, 3248 ] }, + { "id": "end_piece", "fg": [ 3251, 3253, 3252, 3250 ] }, + { "id": "unconnected", "fg": 3258 } + ] + }, + { "id": "t_door_c", "fg": 3260 }, + { "id": "t_door_locked", "fg": 3261 }, + { "id": "t_door_o", "fg": 3262 }, + { "id": "t_door_b", "fg": 3259 }, + { "id": "t_door_boarded", "fg": 3263 }, + { "id": "t_door_boarded_damaged", "fg": 3264 }, + { "id": "t_door_glass_c", "fg": 3265 }, + { "id": "t_door_glass_o", "fg": 3266 }, + { "id": "t_door_lab_c", "fg": 3267 }, + { "id": "t_door_lab_o", "fg": 3268 }, + { "id": "t_door_metal_c_peep", "fg": 3269 }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 3270 }, + { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 3277 }, { "weight": 100, "sprite": 3278 } ] }, { "id": "t_fence_season_spring", "multitile": true, - "fg": 3280, - "bg": 3418, + "fg": 3294, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3265 }, - { "id": "corner", "bg": 3418, "fg": [ 3267, 3269, 3268, 3266 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3277, 3279, 3278, 3276 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3271, 3270 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3273, 3275, 3274, 3272 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3280 } + { "id": "center", "bg": 3432, "fg": 3279 }, + { "id": "corner", "bg": 3432, "fg": [ 3281, 3283, 3282, 3280 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3291, 3293, 3292, 3290 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3285, 3284 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3287, 3289, 3288, 3286 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3294 } ] }, { "id": "t_fence_season_summer", "multitile": true, - "fg": 3280, - "bg": 3428, + "fg": 3294, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3265 }, - { "id": "corner", "bg": 3428, "fg": [ 3267, 3269, 3268, 3266 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3277, 3279, 3278, 3276 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3271, 3270 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3273, 3275, 3274, 3272 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3280 } + { "id": "center", "bg": 3442, "fg": 3279 }, + { "id": "corner", "bg": 3442, "fg": [ 3281, 3283, 3282, 3280 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3291, 3293, 3292, 3290 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3285, 3284 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3287, 3289, 3288, 3286 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3294 } ] }, { "id": "t_fence_season_autumn", "multitile": true, - "fg": 3280, - "bg": 3423, + "fg": 3294, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3265 }, - { "id": "corner", "bg": 3423, "fg": [ 3267, 3269, 3268, 3266 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3277, 3279, 3278, 3276 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3271, 3270 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3273, 3275, 3274, 3272 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3280 } + { "id": "center", "bg": 3437, "fg": 3279 }, + { "id": "corner", "bg": 3437, "fg": [ 3281, 3283, 3282, 3280 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3291, 3293, 3292, 3290 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3285, 3284 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3287, 3289, 3288, 3286 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3294 } ] }, { "id": "t_fence_season_winter", "multitile": true, - "fg": 3280, - "bg": 2947, - "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3265 }, - { "id": "corner", "bg": 2947, "fg": [ 3267, 3269, 3268, 3266 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3277, 3279, 3278, 3276 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3271, 3270 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3273, 3275, 3274, 3272 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3280 } - ] - }, - { "id": "t_fencegate_c_season_spring", "fg": 3281, "bg": 3418 }, - { "id": "t_fencegate_c_season_summer", "fg": 3281, "bg": 3428 }, - { "id": "t_fencegate_c_season_autumn", "fg": 3281, "bg": 3423 }, - { "id": "t_fencegate_c_season_winter", "fg": 3281, "bg": 2947 }, - { "id": "t_fencegate_o_season_spring", "fg": 3282, "bg": 3418 }, - { "id": "t_fencegate_o_season_summer", "fg": 3282, "bg": 3428 }, - { "id": "t_fencegate_o_season_autumn", "fg": 3282, "bg": 3423 }, - { "id": "t_fencegate_o_season_winter", "fg": 3282, "bg": 2947 }, - { "id": "t_fence_post_season_spring", "fg": 3280, "bg": 3418 }, - { "id": "t_fence_post_season_summer", "fg": 3280, "bg": 3428 }, - { "id": "t_fence_post_season_autumn", "fg": 3280, "bg": 3423 }, - { "id": "t_fence_post_season_winter", "fg": 3280, "bg": 2947 }, + "fg": 3294, + "bg": 2961, + "additional_tiles": [ + { "id": "center", "bg": 2961, "fg": 3279 }, + { "id": "corner", "bg": 2961, "fg": [ 3281, 3283, 3282, 3280 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3291, 3293, 3292, 3290 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3285, 3284 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3287, 3289, 3288, 3286 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3294 } + ] + }, + { "id": "t_fencegate_c_season_spring", "fg": 3295, "bg": 3432 }, + { "id": "t_fencegate_c_season_summer", "fg": 3295, "bg": 3442 }, + { "id": "t_fencegate_c_season_autumn", "fg": 3295, "bg": 3437 }, + { "id": "t_fencegate_c_season_winter", "fg": 3295, "bg": 2961 }, + { "id": "t_fencegate_o_season_spring", "fg": 3296, "bg": 3432 }, + { "id": "t_fencegate_o_season_summer", "fg": 3296, "bg": 3442 }, + { "id": "t_fencegate_o_season_autumn", "fg": 3296, "bg": 3437 }, + { "id": "t_fencegate_o_season_winter", "fg": 3296, "bg": 2961 }, + { "id": "t_fence_post_season_spring", "fg": 3294, "bg": 3432 }, + { "id": "t_fence_post_season_summer", "fg": 3294, "bg": 3442 }, + { "id": "t_fence_post_season_autumn", "fg": 3294, "bg": 3437 }, + { "id": "t_fence_post_season_winter", "fg": 3294, "bg": 2961 }, { "id": "t_fence_barbed_season_spring", "multitile": true, - "fg": 3298, - "bg": 3418, + "fg": 3312, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3283 }, - { "id": "corner", "bg": 3418, "fg": [ 3285, 3287, 3286, 3284 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3295, 3297, 3296, 3294 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3289, 3288 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3291, 3293, 3292, 3290 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3298 } + { "id": "center", "bg": 3432, "fg": 3297 }, + { "id": "corner", "bg": 3432, "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3309, 3311, 3310, 3308 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3303, 3302 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3305, 3307, 3306, 3304 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3312 } ] }, { "id": "t_fence_barbed_season_summer", "multitile": true, - "fg": 3298, - "bg": 3428, + "fg": 3312, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3283 }, - { "id": "corner", "bg": 3428, "fg": [ 3285, 3287, 3286, 3284 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3295, 3297, 3296, 3294 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3289, 3288 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3291, 3293, 3292, 3290 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3298 } + { "id": "center", "bg": 3442, "fg": 3297 }, + { "id": "corner", "bg": 3442, "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3309, 3311, 3310, 3308 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3303, 3302 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3305, 3307, 3306, 3304 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3312 } ] }, { "id": "t_fence_barbed_season_autumn", "multitile": true, - "fg": 3298, - "bg": 3423, + "fg": 3312, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3283 }, - { "id": "corner", "bg": 3423, "fg": [ 3285, 3287, 3286, 3284 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3295, 3297, 3296, 3294 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3289, 3288 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3291, 3293, 3292, 3290 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3298 } + { "id": "center", "bg": 3437, "fg": 3297 }, + { "id": "corner", "bg": 3437, "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3309, 3311, 3310, 3308 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3303, 3302 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3305, 3307, 3306, 3304 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3312 } ] }, { "id": "t_fence_barbed_season_winter", "multitile": true, - "fg": 3298, - "bg": 2947, + "fg": 3312, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3283 }, - { "id": "corner", "bg": 2947, "fg": [ 3285, 3287, 3286, 3284 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3295, 3297, 3296, 3294 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3289, 3288 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3291, 3293, 3292, 3290 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3298 } + { "id": "center", "bg": 2961, "fg": 3297 }, + { "id": "corner", "bg": 2961, "fg": [ 3299, 3301, 3300, 3298 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3309, 3311, 3310, 3308 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3303, 3302 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3305, 3307, 3306, 3304 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3312 } ] }, { "id": "t_fence_wire_season_spring", "multitile": true, - "fg": 3314, - "bg": 3418, + "fg": 3328, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3299 }, - { "id": "corner", "bg": 3418, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3314 } + { "id": "center", "bg": 3432, "fg": 3313 }, + { "id": "corner", "bg": 3432, "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3325, 3327, 3326, 3324 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3319, 3318 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3321, 3323, 3322, 3320 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3328 } ] }, { "id": "t_fence_wire_season_summer", "multitile": true, - "fg": 3314, - "bg": 3428, + "fg": 3328, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3299 }, - { "id": "corner", "bg": 3428, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3314 } + { "id": "center", "bg": 3442, "fg": 3313 }, + { "id": "corner", "bg": 3442, "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3325, 3327, 3326, 3324 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3319, 3318 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3321, 3323, 3322, 3320 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3328 } ] }, { "id": "t_fence_wire_season_autumn", "multitile": true, - "fg": 3314, - "bg": 3423, + "fg": 3328, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3299 }, - { "id": "corner", "bg": 3423, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3314 } + { "id": "center", "bg": 3437, "fg": 3313 }, + { "id": "corner", "bg": 3437, "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3325, 3327, 3326, 3324 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3319, 3318 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3321, 3323, 3322, 3320 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3328 } ] }, { "id": "t_fence_wire_season_winter", "multitile": true, - "fg": 3314, - "bg": 2947, + "fg": 3328, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3299 }, - { "id": "corner", "bg": 2947, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3314 } + { "id": "center", "bg": 2961, "fg": 3313 }, + { "id": "corner", "bg": 2961, "fg": [ 3315, 3317, 3316, 3314 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3325, 3327, 3326, 3324 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3319, 3318 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3321, 3323, 3322, 3320 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3328 } ] }, { "id": "t_floor", "multitile": true, - "fg": 3332, + "fg": 3346, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3315 }, { "weight": 1, "sprite": 3316 }, { "weight": 1, "sprite": 3317 } ] + "fg": [ { "weight": 1, "sprite": 3329 }, { "weight": 1, "sprite": 3330 }, { "weight": 1, "sprite": 3331 } ] }, - { "id": "corner", "fg": [ 3319, 3321, 3320, 3318 ] }, - { "id": "t_connection", "fg": [ 3329, 3331, 3330, 3328 ] }, - { "id": "edge", "fg": [ 3323, 3322 ] }, - { "id": "end_piece", "fg": [ 3325, 3327, 3326, 3324 ] }, - { "id": "unconnected", "fg": 3332 } + { "id": "corner", "fg": [ 3333, 3335, 3334, 3332 ] }, + { "id": "t_connection", "fg": [ 3343, 3345, 3344, 3342 ] }, + { "id": "edge", "fg": [ 3337, 3336 ] }, + { "id": "end_piece", "fg": [ 3339, 3341, 3340, 3338 ] }, + { "id": "unconnected", "fg": 3346 } ] }, { "id": "t_floor_resin", "multitile": true, - "fg": 3348, + "fg": 3362, "additional_tiles": [ - { "id": "center", "fg": 3333 }, - { "id": "corner", "fg": [ 3335, 3337, 3336, 3334 ] }, - { "id": "t_connection", "fg": [ 3345, 3347, 3346, 3344 ] }, - { "id": "edge", "fg": [ 3339, 3338 ] }, - { "id": "end_piece", "fg": [ 3341, 3343, 3342, 3340 ] }, - { "id": "unconnected", "fg": 3348 } + { "id": "center", "fg": 3347 }, + { "id": "corner", "fg": [ 3349, 3351, 3350, 3348 ] }, + { "id": "t_connection", "fg": [ 3359, 3361, 3360, 3358 ] }, + { "id": "edge", "fg": [ 3353, 3352 ] }, + { "id": "end_piece", "fg": [ 3355, 3357, 3356, 3354 ] }, + { "id": "unconnected", "fg": 3362 } ] }, { "id": "t_floor_wax", "multitile": true, - "fg": 3364, + "fg": 3378, "additional_tiles": [ - { "id": "center", "fg": 3349 }, - { "id": "corner", "fg": [ 3351, 3353, 3352, 3350 ] }, - { "id": "t_connection", "fg": [ 3361, 3363, 3362, 3360 ] }, - { "id": "edge", "fg": [ 3355, 3354 ] }, - { "id": "end_piece", "fg": [ 3357, 3359, 3358, 3356 ] }, - { "id": "unconnected", "fg": 3364 } + { "id": "center", "fg": 3363 }, + { "id": "corner", "fg": [ 3365, 3367, 3366, 3364 ] }, + { "id": "t_connection", "fg": [ 3375, 3377, 3376, 3374 ] }, + { "id": "edge", "fg": [ 3369, 3368 ] }, + { "id": "end_piece", "fg": [ 3371, 3373, 3372, 3370 ] }, + { "id": "unconnected", "fg": 3378 } ] }, { "id": "t_floor_waxed", "multitile": true, - "fg": 3380, + "fg": 3394, "additional_tiles": [ - { "id": "center", "fg": 3365 }, - { "id": "corner", "fg": [ 3367, 3369, 3368, 3366 ] }, - { "id": "t_connection", "fg": [ 3377, 3379, 3378, 3376 ] }, - { "id": "edge", "fg": [ 3371, 3370 ] }, - { "id": "end_piece", "fg": [ 3373, 3375, 3374, 3372 ] }, - { "id": "unconnected", "fg": 3380 } + { "id": "center", "fg": 3379 }, + { "id": "corner", "fg": [ 3381, 3383, 3382, 3380 ] }, + { "id": "t_connection", "fg": [ 3391, 3393, 3392, 3390 ] }, + { "id": "edge", "fg": [ 3385, 3384 ] }, + { "id": "end_piece", "fg": [ 3387, 3389, 3388, 3386 ] }, + { "id": "unconnected", "fg": 3394 } ] }, { "id": "t_floor_waxed_y", "multitile": true, - "fg": 3396, + "fg": 3410, "additional_tiles": [ - { "id": "center", "fg": 3381 }, - { "id": "corner", "fg": [ 3383, 3385, 3384, 3382 ] }, - { "id": "t_connection", "fg": [ 3393, 3395, 3394, 3392 ] }, - { "id": "edge", "fg": [ 3387, 3386 ] }, - { "id": "end_piece", "fg": [ 3389, 3391, 3390, 3388 ] }, - { "id": "unconnected", "fg": 3396 } + { "id": "center", "fg": 3395 }, + { "id": "corner", "fg": [ 3397, 3399, 3398, 3396 ] }, + { "id": "t_connection", "fg": [ 3407, 3409, 3408, 3406 ] }, + { "id": "edge", "fg": [ 3401, 3400 ] }, + { "id": "end_piece", "fg": [ 3403, 3405, 3404, 3402 ] }, + { "id": "unconnected", "fg": 3410 } ] }, { "id": [ "t_fungus", "t_fungus_floor_out" ], "multitile": true, - "fg": 3412, - "bg": 3418, + "fg": 3426, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3397 }, - { "id": "corner", "bg": 3418, "fg": [ 3399, 3401, 3400, 3398 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3409, 3411, 3410, 3408 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3403, 3402 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3405, 3407, 3406, 3404 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3412 } + { "id": "center", "bg": 3432, "fg": 3411 }, + { "id": "corner", "bg": 3432, "fg": [ 3413, 3415, 3414, 3412 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3423, 3425, 3424, 3422 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3417, 3416 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3419, 3421, 3420, 3418 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3426 } ] }, { "id": "t_fungus_season_summer", "multitile": true, - "fg": 3412, - "bg": 3428, + "fg": 3426, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3397 }, - { "id": "corner", "bg": 3428, "fg": [ 3399, 3401, 3400, 3398 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3409, 3411, 3410, 3408 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3403, 3402 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3405, 3407, 3406, 3404 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3412 } + { "id": "center", "bg": 3442, "fg": 3411 }, + { "id": "corner", "bg": 3442, "fg": [ 3413, 3415, 3414, 3412 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3423, 3425, 3424, 3422 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3417, 3416 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3419, 3421, 3420, 3418 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3426 } ] }, { "id": "t_fungus_season_autumn", "multitile": true, - "fg": 3412, - "bg": 3423, + "fg": 3426, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3397 }, - { "id": "corner", "bg": 3423, "fg": [ 3399, 3401, 3400, 3398 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3409, 3411, 3410, 3408 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3403, 3402 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3405, 3407, 3406, 3404 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3412 } + { "id": "center", "bg": 3437, "fg": 3411 }, + { "id": "corner", "bg": 3437, "fg": [ 3413, 3415, 3414, 3412 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3423, 3425, 3424, 3422 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3417, 3416 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3419, 3421, 3420, 3418 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3426 } ] }, { "id": "t_fungus_season_winter", "multitile": true, - "fg": 3412, - "bg": 2947, + "fg": 3426, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3397 }, - { "id": "corner", "bg": 2947, "fg": [ 3399, 3401, 3400, 3398 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3409, 3411, 3410, 3408 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3403, 3402 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3405, 3407, 3406, 3404 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3412 } + { "id": "center", "bg": 2961, "fg": 3411 }, + { "id": "corner", "bg": 2961, "fg": [ 3413, 3415, 3414, 3412 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3423, 3425, 3424, 3422 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3417, 3416 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3419, 3421, 3420, 3418 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3426 } ] }, { "id": [ "t_fungus_floor_in", "t_fungus_floor_sup" ], "multitile": true, - "fg": 3412, - "bg": 4063, + "fg": 3426, + "bg": 4077, "additional_tiles": [ - { "id": "center", "bg": 4063, "fg": 3397 }, - { "id": "corner", "bg": 4063, "fg": [ 3399, 3401, 3400, 3398 ] }, - { "id": "t_connection", "bg": 4063, "fg": [ 3409, 3411, 3410, 3408 ] }, - { "id": "edge", "bg": 4063, "fg": [ 3403, 3402 ] }, - { "id": "end_piece", "bg": 4063, "fg": [ 3405, 3407, 3406, 3404 ] }, - { "bg": 4063, "id": "unconnected", "fg": [ 3412, 3412 ] } + { "id": "center", "bg": 4077, "fg": 3411 }, + { "id": "corner", "bg": 4077, "fg": [ 3413, 3415, 3414, 3412 ] }, + { "id": "t_connection", "bg": 4077, "fg": [ 3423, 3425, 3424, 3422 ] }, + { "id": "edge", "bg": 4077, "fg": [ 3417, 3416 ] }, + { "id": "end_piece", "bg": 4077, "fg": [ 3419, 3421, 3420, 3418 ] }, + { "bg": 4077, "id": "unconnected", "fg": [ 3426, 3426 ] } ] }, - { "id": "t_gates_mech_control", "fg": 3413, "bg": 4063 }, - { "id": "t_gates_mech_control_lab", "fg": 3414, "bg": 4063 }, - { "id": "t_gates_control_concrete", "fg": 3415, "bg": 3150 }, - { "id": "t_gates_control_concrete_lab", "fg": 3414, "bg": 5201 }, - { "id": "t_gates_control_brick", "fg": 3415, "bg": 3016 }, - { "id": "t_gates_control_brick_lab", "fg": 3414, "bg": 3016 }, - { "id": "t_gates_control_metal", "fg": 3415, "bg": 5204 }, - { "id": "t_gates_control_metal_lab", "fg": 3414, "bg": 5204 }, - { "id": "t_elevator_control", "fg": 3416, "bg": 4063 }, - { "id": "t_elevator_control_off", "fg": 3417, "bg": 4063 }, + { "id": "t_gates_mech_control", "fg": 3427, "bg": 4077 }, + { "id": "t_gates_mech_control_lab", "fg": 3428, "bg": 4077 }, + { "id": "t_gates_control_concrete", "fg": 3429, "bg": 3164 }, + { "id": "t_gates_control_concrete_lab", "fg": 3428, "bg": 5217 }, + { "id": "t_gates_control_brick", "fg": 3429, "bg": 3030 }, + { "id": "t_gates_control_brick_lab", "fg": 3428, "bg": 3030 }, + { "id": "t_gates_control_metal", "fg": 3429, "bg": 5220 }, + { "id": "t_gates_control_metal_lab", "fg": 3428, "bg": 5220 }, + { "id": "t_elevator_control", "fg": 3430, "bg": 4077 }, + { "id": "t_elevator_control_off", "fg": 3431, "bg": 4077 }, { "id": "t_grass", "fg": [ - { "weight": 1, "sprite": 3419 }, - { "weight": 1, "sprite": 3420 }, - { "weight": 1, "sprite": 3421 }, - { "weight": 1, "sprite": 3422 } + { "weight": 1, "sprite": 3433 }, + { "weight": 1, "sprite": 3434 }, + { "weight": 1, "sprite": 3435 }, + { "weight": 1, "sprite": 3436 } ] }, { "id": "t_grass_season_summer", "fg": [ - { "weight": 1, "sprite": 3429 }, - { "weight": 1, "sprite": 3430 }, - { "weight": 1, "sprite": 3431 }, - { "weight": 1, "sprite": 3432 } + { "weight": 1, "sprite": 3443 }, + { "weight": 1, "sprite": 3444 }, + { "weight": 1, "sprite": 3445 }, + { "weight": 1, "sprite": 3446 } ] }, { "id": "t_grass_season_autumn", "fg": [ - { "weight": 1, "sprite": 3424 }, - { "weight": 1, "sprite": 3425 }, - { "weight": 1, "sprite": 3426 }, - { "weight": 1, "sprite": 3427 } + { "weight": 1, "sprite": 3438 }, + { "weight": 1, "sprite": 3439 }, + { "weight": 1, "sprite": 3440 }, + { "weight": 1, "sprite": 3441 } ] }, { "id": "t_grass_season_winter", - "fg": 2965, - "bg": 2947, + "fg": 2979, + "bg": 2961, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 2947 }, - { "weight": 1, "sprite": 2948 }, - { "weight": 1, "sprite": 2949 }, - { "weight": 1, "sprite": 2950 } + { "weight": 1, "sprite": 2961 }, + { "weight": 1, "sprite": 2962 }, + { "weight": 1, "sprite": 2963 }, + { "weight": 1, "sprite": 2964 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 2952, 2954, 2953, 2951 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 2962, 2964, 2963, 2961 ] }, - { "id": "edge", "bg": 2947, "fg": [ 2956, 2955 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 2958, 2960, 2959, 2957 ] }, - { "bg": 2947, "id": "unconnected", "fg": 2965 } + { "id": "corner", "bg": 2961, "fg": [ 2966, 2968, 2967, 2965 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 2976, 2978, 2977, 2975 ] }, + { "id": "edge", "bg": 2961, "fg": [ 2970, 2969 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 2972, 2974, 2973, 2971 ] }, + { "bg": 2961, "id": "unconnected", "fg": 2979 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 3448, - "bg": 3418, + "fg": 3462, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3433 }, - { "id": "corner", "bg": 3418, "fg": [ 3435, 3437, 3436, 3434 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3445, 3447, 3446, 3444 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3439, 3438 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3441, 3443, 3442, 3440 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3448 } + { "id": "center", "bg": 3432, "fg": 3447 }, + { "id": "corner", "bg": 3432, "fg": [ 3449, 3451, 3450, 3448 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3459, 3461, 3460, 3458 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3453, 3452 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3455, 3457, 3456, 3454 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3462 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 3480, - "bg": 3428, + "fg": 3494, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3465 }, - { "id": "corner", "bg": 3428, "fg": [ 3467, 3469, 3468, 3466 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3477, 3479, 3478, 3476 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3471, 3470 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3473, 3475, 3474, 3472 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3480 } + { "id": "center", "bg": 3442, "fg": 3479 }, + { "id": "corner", "bg": 3442, "fg": [ 3481, 3483, 3482, 3480 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3491, 3493, 3492, 3490 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3485, 3484 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3487, 3489, 3488, 3486 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3494 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 3464, - "bg": 3423, + "fg": 3478, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3449 }, - { "id": "corner", "bg": 3423, "fg": [ 3451, 3453, 3452, 3450 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3461, 3463, 3462, 3460 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3455, 3454 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3457, 3459, 3458, 3456 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3464 } + { "id": "center", "bg": 3437, "fg": 3463 }, + { "id": "corner", "bg": 3437, "fg": [ 3465, 3467, 3466, 3464 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3475, 3477, 3476, 3474 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3469, 3468 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3471, 3473, 3472, 3470 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3478 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 2965, - "bg": 2947, + "fg": 2979, + "bg": 2961, "additional_tiles": [ { "id": "center", - "bg": 2947, + "bg": 2961, "fg": [ - { "weight": 1, "sprite": 2947 }, - { "weight": 1, "sprite": 2948 }, - { "weight": 1, "sprite": 2949 }, - { "weight": 1, "sprite": 2950 } + { "weight": 1, "sprite": 2961 }, + { "weight": 1, "sprite": 2962 }, + { "weight": 1, "sprite": 2963 }, + { "weight": 1, "sprite": 2964 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 2952, 2954, 2953, 2951 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 2962, 2964, 2963, 2961 ] }, - { "id": "edge", "bg": 2947, "fg": [ 2956, 2955 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 2958, 2960, 2959, 2957 ] }, - { "bg": 2947, "id": "unconnected", "fg": 2965 } + { "id": "corner", "bg": 2961, "fg": [ 2966, 2968, 2967, 2965 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 2976, 2978, 2977, 2975 ] }, + { "id": "edge", "bg": 2961, "fg": [ 2970, 2969 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 2972, 2974, 2973, 2971 ] }, + { "bg": 2961, "id": "unconnected", "fg": 2979 } ] }, { "id": "f_grass_long", "multitile": true, - "fg": 3496, + "fg": 3510, "additional_tiles": [ - { "id": "center", "fg": 3481 }, - { "id": "corner", "fg": [ 3483, 3485, 3484, 3482 ] }, - { "id": "t_connection", "fg": [ 3493, 3495, 3494, 3492 ] }, - { "id": "edge", "fg": [ 3487, 3486 ] }, - { "id": "end_piece", "fg": [ 3489, 3491, 3490, 3488 ] }, - { "id": "unconnected", "fg": 3496 } + { "id": "center", "fg": 3495 }, + { "id": "corner", "fg": [ 3497, 3499, 3498, 3496 ] }, + { "id": "t_connection", "fg": [ 3507, 3509, 3508, 3506 ] }, + { "id": "edge", "fg": [ 3501, 3500 ] }, + { "id": "end_piece", "fg": [ 3503, 3505, 3504, 3502 ] }, + { "id": "unconnected", "fg": 3510 } ] }, { "id": "f_grass_long_season_autumn", "multitile": true, - "fg": 3512, + "fg": 3526, "additional_tiles": [ - { "id": "center", "fg": 3497 }, - { "id": "corner", "fg": [ 3499, 3501, 3500, 3498 ] }, - { "id": "t_connection", "fg": [ 3509, 3511, 3510, 3508 ] }, - { "id": "edge", "fg": [ 3503, 3502 ] }, - { "id": "end_piece", "fg": [ 3505, 3507, 3506, 3504 ] }, - { "id": "unconnected", "fg": 3512 } + { "id": "center", "fg": 3511 }, + { "id": "corner", "fg": [ 3513, 3515, 3514, 3512 ] }, + { "id": "t_connection", "fg": [ 3523, 3525, 3524, 3522 ] }, + { "id": "edge", "fg": [ 3517, 3516 ] }, + { "id": "end_piece", "fg": [ 3519, 3521, 3520, 3518 ] }, + { "id": "unconnected", "fg": 3526 } ] }, { "id": "f_grass_long_season_summer", "multitile": true, - "fg": 3528, + "fg": 3542, "additional_tiles": [ - { "id": "center", "fg": 3513 }, - { "id": "corner", "fg": [ 3515, 3517, 3516, 3514 ] }, - { "id": "t_connection", "fg": [ 3525, 3527, 3526, 3524 ] }, - { "id": "edge", "fg": [ 3519, 3518 ] }, - { "id": "end_piece", "fg": [ 3521, 3523, 3522, 3520 ] }, - { "id": "unconnected", "fg": 3528 } + { "id": "center", "fg": 3527 }, + { "id": "corner", "fg": [ 3529, 3531, 3530, 3528 ] }, + { "id": "t_connection", "fg": [ 3539, 3541, 3540, 3538 ] }, + { "id": "edge", "fg": [ 3533, 3532 ] }, + { "id": "end_piece", "fg": [ 3535, 3537, 3536, 3534 ] }, + { "id": "unconnected", "fg": 3542 } ] }, { "id": "t_grass_long", "multitile": true, - "fg": 3496, - "bg": 3418, + "fg": 3510, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3481 }, - { "id": "corner", "bg": 3418, "fg": [ 3483, 3485, 3484, 3482 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3493, 3495, 3494, 3492 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3487, 3486 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3489, 3491, 3490, 3488 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3496 } + { "id": "center", "bg": 3432, "fg": 3495 }, + { "id": "corner", "bg": 3432, "fg": [ 3497, 3499, 3498, 3496 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3507, 3509, 3508, 3506 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3501, 3500 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3503, 3505, 3504, 3502 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3510 } ] }, { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 3512, - "bg": 3423, + "fg": 3526, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3497 }, - { "id": "corner", "bg": 3423, "fg": [ 3499, 3501, 3500, 3498 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3509, 3511, 3510, 3508 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3503, 3502 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3505, 3507, 3506, 3504 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3512 } + { "id": "center", "bg": 3437, "fg": 3511 }, + { "id": "corner", "bg": 3437, "fg": [ 3513, 3515, 3514, 3512 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3523, 3525, 3524, 3522 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3517, 3516 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3519, 3521, 3520, 3518 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3526 } ] }, { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 3528, - "bg": 3428, + "fg": 3542, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3513 }, - { "id": "corner", "bg": 3428, "fg": [ 3515, 3517, 3516, 3514 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3525, 3527, 3526, 3524 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3519, 3518 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3521, 3523, 3522, 3520 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3528 } + { "id": "center", "bg": 3442, "fg": 3527 }, + { "id": "corner", "bg": 3442, "fg": [ 3529, 3531, 3530, 3528 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3533, 3532 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3535, 3537, 3536, 3534 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3542 } ] }, - { "id": "t_grass_long_season_winter", "fg": 2946 }, + { "id": "t_grass_long_season_winter", "fg": 2960 }, { "id": "f_grass_tall", "multitile": true, - "fg": 3544, + "fg": 3558, "additional_tiles": [ - { "id": "center", "fg": 3529 }, - { "id": "corner", "fg": [ 3531, 3533, 3532, 3530 ] }, - { "id": "t_connection", "fg": [ 3541, 3543, 3542, 3540 ] }, - { "id": "edge", "fg": [ 3535, 3534 ] }, - { "id": "end_piece", "fg": [ 3537, 3539, 3538, 3536 ] }, - { "id": "unconnected", "fg": 3544 } + { "id": "center", "fg": 3543 }, + { "id": "corner", "fg": [ 3545, 3547, 3546, 3544 ] }, + { "id": "t_connection", "fg": [ 3555, 3557, 3556, 3554 ] }, + { "id": "edge", "fg": [ 3549, 3548 ] }, + { "id": "end_piece", "fg": [ 3551, 3553, 3552, 3550 ] }, + { "id": "unconnected", "fg": 3558 } ] }, { "id": "f_grass_tall_season_summer", "multitile": true, - "fg": 3576, + "fg": 3590, "additional_tiles": [ - { "id": "center", "fg": 3561 }, - { "id": "corner", "fg": [ 3563, 3565, 3564, 3562 ] }, - { "id": "t_connection", "fg": [ 3573, 3575, 3574, 3572 ] }, - { "id": "edge", "fg": [ 3567, 3566 ] }, - { "id": "end_piece", "fg": [ 3569, 3571, 3570, 3568 ] }, - { "id": "unconnected", "fg": 3576 } + { "id": "center", "fg": 3575 }, + { "id": "corner", "fg": [ 3577, 3579, 3578, 3576 ] }, + { "id": "t_connection", "fg": [ 3587, 3589, 3588, 3586 ] }, + { "id": "edge", "fg": [ 3581, 3580 ] }, + { "id": "end_piece", "fg": [ 3583, 3585, 3584, 3582 ] }, + { "id": "unconnected", "fg": 3590 } ] }, { "id": "f_grass_tall_season_autumn", "multitile": true, - "fg": 3560, + "fg": 3574, "additional_tiles": [ - { "id": "center", "fg": 3545 }, - { "id": "corner", "fg": [ 3547, 3549, 3548, 3546 ] }, - { "id": "t_connection", "fg": [ 3557, 3559, 3558, 3556 ] }, - { "id": "edge", "fg": [ 3551, 3550 ] }, - { "id": "end_piece", "fg": [ 3553, 3555, 3554, 3552 ] }, - { "id": "unconnected", "fg": 3560 } + { "id": "center", "fg": 3559 }, + { "id": "corner", "fg": [ 3561, 3563, 3562, 3560 ] }, + { "id": "t_connection", "fg": [ 3571, 3573, 3572, 3570 ] }, + { "id": "edge", "fg": [ 3565, 3564 ] }, + { "id": "end_piece", "fg": [ 3567, 3569, 3568, 3566 ] }, + { "id": "unconnected", "fg": 3574 } ] }, { "id": "t_grass_tall", "multitile": true, - "fg": 3544, - "bg": 3418, + "fg": 3558, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3529 }, - { "id": "corner", "bg": 3418, "fg": [ 3531, 3533, 3532, 3530 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3541, 3543, 3542, 3540 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3535, 3534 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3537, 3539, 3538, 3536 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3544 } + { "id": "center", "bg": 3432, "fg": 3543 }, + { "id": "corner", "bg": 3432, "fg": [ 3545, 3547, 3546, 3544 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3555, 3557, 3556, 3554 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3549, 3548 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3551, 3553, 3552, 3550 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3558 } ] }, { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 3576, - "bg": 3428, + "fg": 3590, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": 3561 }, - { "id": "corner", "bg": 3428, "fg": [ 3563, 3565, 3564, 3562 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3573, 3575, 3574, 3572 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3567, 3566 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3569, 3571, 3570, 3568 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3576 } + { "id": "center", "bg": 3442, "fg": 3575 }, + { "id": "corner", "bg": 3442, "fg": [ 3577, 3579, 3578, 3576 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3587, 3589, 3588, 3586 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3581, 3580 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3583, 3585, 3584, 3582 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3590 } ] }, { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 3560, - "bg": 3423, + "fg": 3574, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": 3545 }, - { "id": "corner", "bg": 3423, "fg": [ 3547, 3549, 3548, 3546 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3557, 3559, 3558, 3556 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3551, 3550 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3553, 3555, 3554, 3552 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3560 } + { "id": "center", "bg": 3437, "fg": 3559 }, + { "id": "corner", "bg": 3437, "fg": [ 3561, 3563, 3562, 3560 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3571, 3573, 3572, 3570 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3565, 3564 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3567, 3569, 3568, 3566 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3574 } ] }, - { "id": "t_grass_tall_season_winter", "fg": 2946 }, + { "id": "t_grass_tall_season_winter", "fg": 2960 }, { "id": "t_grate", "multitile": true, - "fg": 3592, + "fg": 3606, "additional_tiles": [ - { "id": "center", "fg": 3577 }, - { "id": "corner", "fg": [ 3579, 3581, 3580, 3578 ] }, - { "id": "t_connection", "fg": [ 3589, 3591, 3590, 3588 ] }, - { "id": "edge", "fg": [ 3583, 3582 ] }, - { "id": "end_piece", "fg": [ 3585, 3587, 3586, 3584 ] }, - { "id": "unconnected", "fg": [ 3592, 3592 ] } + { "id": "center", "fg": 3591 }, + { "id": "corner", "fg": [ 3593, 3595, 3594, 3592 ] }, + { "id": "t_connection", "fg": [ 3603, 3605, 3604, 3602 ] }, + { "id": "edge", "fg": [ 3597, 3596 ] }, + { "id": "end_piece", "fg": [ 3599, 3601, 3600, 3598 ] }, + { "id": "unconnected", "fg": [ 3606, 3606 ] } ] }, { "id": [ "t_guardrail", "t_guardrail_bg_dp", "t_guardrail_hw_air" ], "multitile": true, - "fg": 3599, - "bg": 4027, + "fg": 3613, + "bg": 4041, "additional_tiles": [ - { "id": "edge", "bg": 4027, "fg": [ 3594, 3593 ] }, - { "id": "end_piece", "bg": 4027, "fg": [ 3596, 3598, 3597, 3595 ] }, - { "bg": 4027, "id": "unconnected", "fg": 3599 } + { "id": "edge", "bg": 4041, "fg": [ 3608, 3607 ] }, + { "id": "end_piece", "bg": 4041, "fg": [ 3610, 3612, 3611, 3609 ] }, + { "bg": 4041, "id": "unconnected", "fg": 3613 } ] }, - { "id": "t_ladder_down", "fg": 3600 }, + { "id": "t_ladder_down", "fg": 3614 }, { "id": "t_lava", - "fg": 3616, - "bg": 3837, + "fg": 3630, + "bg": 3851, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3601, "bg": 3837 }, - { "id": "corner", "fg": [ 3603, 3605, 3604, 3602 ], "bg": 3837 }, - { "id": "t_connection", "fg": [ 3613, 3615, 3614, 3612 ], "bg": 3837 }, - { "id": "edge", "fg": [ 3607, 3606 ], "bg": 3837 }, - { "id": "end_piece", "fg": [ 3609, 3611, 3610, 3608 ], "bg": 3837 }, - { "id": "unconnected", "fg": [ 3616, 3616 ], "bg": 3837 } + { "id": "center", "fg": 3615, "bg": 3851 }, + { "id": "corner", "fg": [ 3617, 3619, 3618, 3616 ], "bg": 3851 }, + { "id": "t_connection", "fg": [ 3627, 3629, 3628, 3626 ], "bg": 3851 }, + { "id": "edge", "fg": [ 3621, 3620 ], "bg": 3851 }, + { "id": "end_piece", "fg": [ 3623, 3625, 3624, 3622 ], "bg": 3851 }, + { "id": "unconnected", "fg": [ 3630, 3630 ], "bg": 3851 } ] }, { "id": [ "t_linoleum_gray", "t_linoleum_gray_no_roof" ], "multitile": true, - "fg": 3632, + "fg": 3646, "additional_tiles": [ - { "id": "center", "fg": 3617 }, - { "id": "corner", "fg": [ 3619, 3621, 3620, 3618 ] }, - { "id": "t_connection", "fg": [ 3629, 3631, 3630, 3628 ] }, - { "id": "edge", "fg": [ 3623, 3622 ] }, - { "id": "end_piece", "fg": [ 3625, 3627, 3626, 3624 ] }, - { "id": "unconnected", "fg": 3632 } + { "id": "center", "fg": 3631 }, + { "id": "corner", "fg": [ 3633, 3635, 3634, 3632 ] }, + { "id": "t_connection", "fg": [ 3643, 3645, 3644, 3642 ] }, + { "id": "edge", "fg": [ 3637, 3636 ] }, + { "id": "end_piece", "fg": [ 3639, 3641, 3640, 3638 ] }, + { "id": "unconnected", "fg": 3646 } ] }, { "id": [ "t_linoleum_white", "t_linoleum_white_no_roof" ], "multitile": true, - "fg": 3648, + "fg": 3662, "additional_tiles": [ - { "id": "center", "fg": 3633 }, - { "id": "corner", "fg": [ 3635, 3637, 3636, 3634 ] }, - { "id": "t_connection", "fg": [ 3645, 3647, 3646, 3644 ] }, - { "id": "edge", "fg": [ 3639, 3638 ] }, - { "id": "end_piece", "fg": [ 3641, 3643, 3642, 3640 ] }, - { "id": "unconnected", "fg": 3648 } + { "id": "center", "fg": 3647 }, + { "id": "corner", "fg": [ 3649, 3651, 3650, 3648 ] }, + { "id": "t_connection", "fg": [ 3659, 3661, 3660, 3658 ] }, + { "id": "edge", "fg": [ 3653, 3652 ] }, + { "id": "end_piece", "fg": [ 3655, 3657, 3656, 3654 ] }, + { "id": "unconnected", "fg": 3662 } ] }, { "id": "t_metal_floor", "multitile": true, - "fg": 3664, + "fg": 3678, "additional_tiles": [ - { "id": "center", "fg": 3649 }, - { "id": "corner", "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "t_connection", "fg": [ 3661, 3663, 3662, 3660 ] }, - { "id": "edge", "fg": [ 3655, 3654 ] }, - { "id": "end_piece", "fg": [ 3657, 3659, 3658, 3656 ] }, - { "id": "unconnected", "fg": 3664 } + { "id": "center", "fg": 3663 }, + { "id": "corner", "fg": [ 3665, 3667, 3666, 3664 ] }, + { "id": "t_connection", "fg": [ 3675, 3677, 3676, 3674 ] }, + { "id": "edge", "fg": [ 3669, 3668 ] }, + { "id": "end_piece", "fg": [ 3671, 3673, 3672, 3670 ] }, + { "id": "unconnected", "fg": 3678 } ] }, { "id": "t_moss", "multitile": true, - "fg": 3681, - "bg": 3419, + "fg": 3695, + "bg": 3433, "additional_tiles": [ - { "id": "center", "bg": 3419, "fg": [ { "weight": 1, "sprite": 3665 }, { "weight": 1, "sprite": 3666 } ] }, - { "id": "corner", "bg": 3419, "fg": [ 3668, 3670, 3669, 3667 ] }, - { "id": "t_connection", "bg": 3419, "fg": [ 3678, 3680, 3679, 3677 ] }, - { "id": "edge", "bg": 3419, "fg": [ 3672, 3671 ] }, - { "id": "end_piece", "bg": 3419, "fg": [ 3674, 3676, 3675, 3673 ] }, - { "bg": 3419, "id": "unconnected", "fg": 3681 } + { "id": "center", "bg": 3433, "fg": [ { "weight": 1, "sprite": 3679 }, { "weight": 1, "sprite": 3680 } ] }, + { "id": "corner", "bg": 3433, "fg": [ 3682, 3684, 3683, 3681 ] }, + { "id": "t_connection", "bg": 3433, "fg": [ 3692, 3694, 3693, 3691 ] }, + { "id": "edge", "bg": 3433, "fg": [ 3686, 3685 ] }, + { "id": "end_piece", "bg": 3433, "fg": [ 3688, 3690, 3689, 3687 ] }, + { "bg": 3433, "id": "unconnected", "fg": 3695 } ] }, { "id": "t_moss_season_summer", "multitile": true, - "fg": 3715, - "bg": 3429, + "fg": 3729, + "bg": 3443, "additional_tiles": [ - { "id": "center", "bg": 3429, "fg": [ { "weight": 1, "sprite": 3699 }, { "weight": 1, "sprite": 3700 } ] }, - { "id": "corner", "bg": 3429, "fg": [ 3702, 3704, 3703, 3701 ] }, - { "id": "t_connection", "bg": 3429, "fg": [ 3712, 3714, 3713, 3711 ] }, - { "id": "edge", "bg": 3429, "fg": [ 3706, 3705 ] }, - { "id": "end_piece", "bg": 3429, "fg": [ 3708, 3710, 3709, 3707 ] }, - { "bg": 3429, "id": "unconnected", "fg": 3715 } + { "id": "center", "bg": 3443, "fg": [ { "weight": 1, "sprite": 3713 }, { "weight": 1, "sprite": 3714 } ] }, + { "id": "corner", "bg": 3443, "fg": [ 3716, 3718, 3717, 3715 ] }, + { "id": "t_connection", "bg": 3443, "fg": [ 3726, 3728, 3727, 3725 ] }, + { "id": "edge", "bg": 3443, "fg": [ 3720, 3719 ] }, + { "id": "end_piece", "bg": 3443, "fg": [ 3722, 3724, 3723, 3721 ] }, + { "bg": 3443, "id": "unconnected", "fg": 3729 } ] }, { "id": "t_moss_season_autumn", "multitile": true, - "fg": 3698, - "bg": 3424, + "fg": 3712, + "bg": 3438, "additional_tiles": [ - { "id": "center", "bg": 3424, "fg": [ { "weight": 1, "sprite": 3682 }, { "weight": 1, "sprite": 3683 } ] }, - { "id": "corner", "bg": 3424, "fg": [ 3685, 3687, 3686, 3684 ] }, - { "id": "t_connection", "bg": 3424, "fg": [ 3695, 3697, 3696, 3694 ] }, - { "id": "edge", "bg": 3424, "fg": [ 3689, 3688 ] }, - { "id": "end_piece", "bg": 3424, "fg": [ 3691, 3693, 3692, 3690 ] }, - { "bg": 3424, "id": "unconnected", "fg": 3698 } + { "id": "center", "bg": 3438, "fg": [ { "weight": 1, "sprite": 3696 }, { "weight": 1, "sprite": 3697 } ] }, + { "id": "corner", "bg": 3438, "fg": [ 3699, 3701, 3700, 3698 ] }, + { "id": "t_connection", "bg": 3438, "fg": [ 3709, 3711, 3710, 3708 ] }, + { "id": "edge", "bg": 3438, "fg": [ 3703, 3702 ] }, + { "id": "end_piece", "bg": 3438, "fg": [ 3705, 3707, 3706, 3704 ] }, + { "bg": 3438, "id": "unconnected", "fg": 3712 } ] }, { "id": "t_moss_season_winter", "multitile": true, - "fg": 2965, - "bg": 2947, + "fg": 2979, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": [ { "weight": 1, "sprite": 2947 }, { "weight": 1, "sprite": 2948 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 2952, 2954, 2953, 2951 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 2962, 2964, 2963, 2961 ] }, - { "id": "edge", "bg": 2947, "fg": [ 2956, 2955 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 2958, 2960, 2959, 2957 ] }, - { "bg": 2947, "id": "unconnected", "fg": 2965 } + { "id": "center", "bg": 2961, "fg": [ { "weight": 1, "sprite": 2961 }, { "weight": 1, "sprite": 2962 } ] }, + { "id": "corner", "bg": 2961, "fg": [ 2966, 2968, 2967, 2965 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 2976, 2978, 2977, 2975 ] }, + { "id": "edge", "bg": 2961, "fg": [ 2970, 2969 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 2972, 2974, 2973, 2971 ] }, + { "bg": 2961, "id": "unconnected", "fg": 2979 } ] }, { "id": "t_pavement", "multitile": true, - "fg": 3716, + "fg": 3730, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3716 }, - { "weight": 1, "sprite": 3717 }, - { "weight": 1, "sprite": 3718 }, - { "weight": 1, "sprite": 3719 } + { "weight": 1, "sprite": 3730 }, + { "weight": 1, "sprite": 3731 }, + { "weight": 1, "sprite": 3732 }, + { "weight": 1, "sprite": 3733 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 3728, 3731, 3730, 3727 ] }, - { "id": "t_connection", "fg": [ 3726, 3734, 3729, 3720 ] }, - { "id": "edge", "fg": [ 3733, 3725 ] }, - { "id": "end_piece", "fg": [ 3722, 3724, 3723, 3721 ] }, - { "id": "unconnected", "fg": 3732 } + { "id": "corner", "bg": 3432, "fg": [ 3742, 3745, 3744, 3741 ] }, + { "id": "t_connection", "fg": [ 3740, 3748, 3743, 3734 ] }, + { "id": "edge", "fg": [ 3747, 3739 ] }, + { "id": "end_piece", "fg": [ 3736, 3738, 3737, 3735 ] }, + { "id": "unconnected", "fg": 3746 } ] }, { "id": "t_pavement_season_summer", "multitile": true, - "fg": 3716, + "fg": 3730, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3716 }, - { "weight": 1, "sprite": 3717 }, - { "weight": 1, "sprite": 3718 }, - { "weight": 1, "sprite": 3719 } + { "weight": 1, "sprite": 3730 }, + { "weight": 1, "sprite": 3731 }, + { "weight": 1, "sprite": 3732 }, + { "weight": 1, "sprite": 3733 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 3728, 3731, 3730, 3727 ] }, - { "id": "t_connection", "fg": [ 3726, 3734, 3729, 3720 ] }, - { "id": "edge", "fg": [ 3733, 3725 ] }, - { "id": "end_piece", "fg": [ 3722, 3724, 3723, 3721 ] }, - { "id": "unconnected", "fg": 3732 } + { "id": "corner", "bg": 3442, "fg": [ 3742, 3745, 3744, 3741 ] }, + { "id": "t_connection", "fg": [ 3740, 3748, 3743, 3734 ] }, + { "id": "edge", "fg": [ 3747, 3739 ] }, + { "id": "end_piece", "fg": [ 3736, 3738, 3737, 3735 ] }, + { "id": "unconnected", "fg": 3746 } ] }, { "id": "t_pavement_season_autumn", "multitile": true, - "fg": 3716, + "fg": 3730, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 3716 }, - { "weight": 1, "sprite": 3717 }, - { "weight": 1, "sprite": 3718 }, - { "weight": 1, "sprite": 3719 } + { "weight": 1, "sprite": 3730 }, + { "weight": 1, "sprite": 3731 }, + { "weight": 1, "sprite": 3732 }, + { "weight": 1, "sprite": 3733 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 3728, 3731, 3730, 3727 ] }, - { "id": "t_connection", "fg": [ 3726, 3734, 3729, 3720 ] }, - { "id": "edge", "fg": [ 3733, 3725 ] }, - { "id": "end_piece", "fg": [ 3722, 3724, 3723, 3721 ] }, - { "id": "unconnected", "fg": 3732 } + { "id": "corner", "bg": 3437, "fg": [ 3742, 3745, 3744, 3741 ] }, + { "id": "t_connection", "fg": [ 3740, 3748, 3743, 3734 ] }, + { "id": "edge", "fg": [ 3747, 3739 ] }, + { "id": "end_piece", "fg": [ 3736, 3738, 3737, 3735 ] }, + { "id": "unconnected", "fg": 3746 } ] }, - { "id": "t_pavement_season_winter", "fg": 2947 }, - { "id": "t_pavement_y", "fg": 3735 }, - { "id": "t_pavement_y_season_winter", "fg": 2947 }, - { "id": "t_pit", "fg": 3736, "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] }, + { "id": "t_pavement_season_winter", "fg": 2961 }, + { "id": "t_pavement_y", "fg": 3749 }, + { "id": "t_pavement_y_season_winter", "fg": 2961 }, + { "id": "t_pit", "fg": 3750, "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "t_pit_season_summer", - "fg": 3736, - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": 3750, + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "t_pit_season_autumn", - "fg": 3736, - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": 3750, + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, - { "id": "t_pit_season_winter", "fg": 3736, "bg": 2947 }, + { "id": "t_pit_season_winter", "fg": 3750, "bg": 2961 }, { "id": "t_pit_shallow", - "fg": 3752, - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ], + "fg": 3766, + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3737, "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] }, + { "id": "center", "fg": 3751, "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "corner", - "fg": [ 3739, 3741, 3740, 3738 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 3753, 3755, 3754, 3752 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "t_connection", - "fg": [ 3749, 3751, 3750, 3748 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 3763, 3765, 3764, 3762 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "edge", - "fg": [ 3743, 3742 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 3757, 3756 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "end_piece", - "fg": [ 3745, 3747, 3746, 3744 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 3759, 3761, 3760, 3758 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "unconnected", - "fg": [ 3752, 3752 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 3766, 3766 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] } ] }, { "id": "t_pit_shallow_season_summer", - "fg": 3752, - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ], + "fg": 3766, + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3737, "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] }, + { "id": "center", "fg": 3751, "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "corner", - "fg": [ 3739, 3741, 3740, 3738 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 3753, 3755, 3754, 3752 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "t_connection", - "fg": [ 3749, 3751, 3750, 3748 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 3763, 3765, 3764, 3762 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "edge", - "fg": [ 3743, 3742 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 3757, 3756 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "end_piece", - "fg": [ 3745, 3747, 3746, 3744 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 3759, 3761, 3760, 3758 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "unconnected", - "fg": [ 3752, 3752 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 3766, 3766 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] } ] }, { "id": "t_pit_shallow_season_autumn", - "fg": 3752, - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ], + "fg": 3766, + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3737, "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] }, + { "id": "center", "fg": 3751, "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, { "id": "corner", - "fg": [ 3739, 3741, 3740, 3738 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 3753, 3755, 3754, 3752 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, { "id": "t_connection", - "fg": [ 3749, 3751, 3750, 3748 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 3763, 3765, 3764, 3762 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, { "id": "edge", - "fg": [ 3743, 3742 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 3757, 3756 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, { "id": "end_piece", - "fg": [ 3745, 3747, 3746, 3744 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 3759, 3761, 3760, 3758 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, { "id": "unconnected", - "fg": [ 3752, 3752 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 3766, 3766 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] } ] }, { "id": "t_pit_shallow_season_winter", - "fg": 3752, - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ], + "fg": 3766, + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3737, "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] }, + { "id": "center", "fg": 3751, "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] }, { "id": "corner", - "fg": [ 3739, 3741, 3740, 3738 ], - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] + "fg": [ 3753, 3755, 3754, 3752 ], + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] }, { "id": "t_connection", - "fg": [ 3749, 3751, 3750, 3748 ], - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] + "fg": [ 3763, 3765, 3764, 3762 ], + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] }, { "id": "edge", - "fg": [ 3743, 3742 ], - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] + "fg": [ 3757, 3756 ], + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] }, { "id": "end_piece", - "fg": [ 3745, 3747, 3746, 3744 ], - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] + "fg": [ 3759, 3761, 3760, 3758 ], + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] }, { "id": "unconnected", - "fg": [ 3752, 3752 ], - "bg": [ { "weight": 100, "sprite": 2947 }, { "weight": 100, "sprite": 2948 } ] + "fg": [ 3766, 3766 ], + "bg": [ { "weight": 100, "sprite": 2961 }, { "weight": 100, "sprite": 2962 } ] } ] }, { "id": "t_privacy_fence", "multitile": true, - "fg": 3768, - "bg": 3418, + "fg": 3782, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": 3753 }, - { "id": "corner", "bg": 3418, "fg": [ 3755, 3757, 3756, 3754 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3765, 3767, 3766, 3764 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3759, 3758 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3761, 3763, 3762, 3760 ] }, - { "bg": 3418, "id": "unconnected", "fg": [ 3768, 3768 ] } + { "id": "center", "bg": 3432, "fg": 3767 }, + { "id": "corner", "bg": 3432, "fg": [ 3769, 3771, 3770, 3768 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3779, 3781, 3780, 3778 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3773, 3772 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3775, 3777, 3776, 3774 ] }, + { "bg": 3432, "id": "unconnected", "fg": [ 3782, 3782 ] } ] }, { "id": "t_privacy_fence_season_winter", "multitile": true, - "fg": 3768, - "bg": 2947, + "fg": 3782, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": 3753 }, - { "id": "corner", "bg": 2947, "fg": [ 3755, 3757, 3756, 3754 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3765, 3767, 3766, 3764 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3759, 3758 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3761, 3763, 3762, 3760 ] }, - { "bg": 2947, "id": "unconnected", "fg": [ 3768, 3768 ] } + { "id": "center", "bg": 2961, "fg": 3767 }, + { "id": "corner", "bg": 2961, "fg": [ 3769, 3771, 3770, 3768 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3779, 3781, 3780, 3778 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3773, 3772 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3775, 3777, 3776, 3774 ] }, + { "bg": 2961, "id": "unconnected", "fg": [ 3782, 3782 ] } ] }, { "id": "t_railing", "multitile": true, - "fg": 3784, - "bg": 3134, + "fg": 3798, + "bg": 3148, "additional_tiles": [ - { "id": "center", "bg": 3134, "fg": 3769 }, - { "id": "corner", "bg": 3134, "fg": [ 3771, 3773, 3772, 3770 ] }, - { "id": "t_connection", "bg": 3134, "fg": [ 3781, 3783, 3782, 3780 ] }, - { "id": "edge", "bg": 3134, "fg": [ 3775, 3774 ] }, - { "id": "end_piece", "bg": 3134, "fg": [ 3777, 3779, 3778, 3776 ] }, - { "bg": 3134, "id": "unconnected", "fg": [ 3784, 3784 ] } + { "id": "center", "bg": 3148, "fg": 3783 }, + { "id": "corner", "bg": 3148, "fg": [ 3785, 3787, 3786, 3784 ] }, + { "id": "t_connection", "bg": 3148, "fg": [ 3795, 3797, 3796, 3794 ] }, + { "id": "edge", "bg": 3148, "fg": [ 3789, 3788 ] }, + { "id": "end_piece", "bg": 3148, "fg": [ 3791, 3793, 3792, 3790 ] }, + { "bg": 3148, "id": "unconnected", "fg": [ 3798, 3798 ] } ] }, { "id": "t_railroad_rubble", "multitile": true, - "fg": 3801, - "bg": 3418, + "fg": 3815, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": [ { "weight": 1, "sprite": 3785 }, { "weight": 1, "sprite": 3786 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 3788, 3790, 3789, 3787 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3798, 3800, 3799, 3797 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3792, 3791 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3794, 3796, 3795, 3793 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3801 } + { "id": "center", "bg": 3432, "fg": [ { "weight": 1, "sprite": 3799 }, { "weight": 1, "sprite": 3800 } ] }, + { "id": "corner", "bg": 3432, "fg": [ 3802, 3804, 3803, 3801 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3812, 3814, 3813, 3811 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3806, 3805 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3808, 3810, 3809, 3807 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3815 } ] }, { "id": "t_railroad_rubble_season_summer", "multitile": true, - "fg": 3801, - "bg": 3428, + "fg": 3815, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": [ { "weight": 1, "sprite": 3785 }, { "weight": 1, "sprite": 3786 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 3788, 3790, 3789, 3787 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3798, 3800, 3799, 3797 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3792, 3791 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3794, 3796, 3795, 3793 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3801 } + { "id": "center", "bg": 3442, "fg": [ { "weight": 1, "sprite": 3799 }, { "weight": 1, "sprite": 3800 } ] }, + { "id": "corner", "bg": 3442, "fg": [ 3802, 3804, 3803, 3801 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3812, 3814, 3813, 3811 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3806, 3805 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3808, 3810, 3809, 3807 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3815 } ] }, { "id": "t_railroad_rubble_season_autumn", "multitile": true, - "fg": 3801, - "bg": 3423, + "fg": 3815, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": [ { "weight": 1, "sprite": 3785 }, { "weight": 1, "sprite": 3786 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 3788, 3790, 3789, 3787 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3798, 3800, 3799, 3797 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3792, 3791 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3794, 3796, 3795, 3793 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3801 } + { "id": "center", "bg": 3437, "fg": [ { "weight": 1, "sprite": 3799 }, { "weight": 1, "sprite": 3800 } ] }, + { "id": "corner", "bg": 3437, "fg": [ 3802, 3804, 3803, 3801 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3812, 3814, 3813, 3811 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3806, 3805 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3808, 3810, 3809, 3807 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3815 } ] }, { "id": "t_railroad_rubble_season_winter", "multitile": true, - "fg": 3801, - "bg": 2947, + "fg": 3815, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": [ { "weight": 1, "sprite": 3785 }, { "weight": 1, "sprite": 3786 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 3788, 3790, 3789, 3787 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3798, 3800, 3799, 3797 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3792, 3791 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3794, 3796, 3795, 3793 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3801 } + { "id": "center", "bg": 2961, "fg": [ { "weight": 1, "sprite": 3799 }, { "weight": 1, "sprite": 3800 } ] }, + { "id": "corner", "bg": 2961, "fg": [ 3802, 3804, 3803, 3801 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3812, 3814, 3813, 3811 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3806, 3805 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3808, 3810, 3809, 3807 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3815 } ] }, - { "id": "t_rdoor_c", "fg": 3803 }, - { "id": "t_rdoor_o", "fg": 3804 }, - { "id": "t_rdoor_b", "fg": 3802 }, + { "id": "t_rdoor_c", "fg": 3817 }, + { "id": "t_rdoor_o", "fg": 3818 }, + { "id": "t_rdoor_b", "fg": 3816 }, { "id": "t_reinforced_glass", "multitile": true, - "fg": 3820, + "fg": 3834, "additional_tiles": [ - { "id": "center", "fg": 3805 }, - { "id": "corner", "fg": [ 3807, 3809, 3808, 3806 ] }, - { "id": "t_connection", "fg": [ 3817, 3819, 3818, 3816 ] }, - { "id": "edge", "fg": [ 3811, 3810 ] }, - { "id": "end_piece", "fg": [ 3813, 3815, 3814, 3812 ] }, - { "id": "unconnected", "fg": 3820 } + { "id": "center", "fg": 3819 }, + { "id": "corner", "fg": [ 3821, 3823, 3822, 3820 ] }, + { "id": "t_connection", "fg": [ 3831, 3833, 3832, 3830 ] }, + { "id": "edge", "fg": [ 3825, 3824 ] }, + { "id": "end_piece", "fg": [ 3827, 3829, 3828, 3826 ] }, + { "id": "unconnected", "fg": 3834 } ] }, { "id": "t_rock", "multitile": true, - "fg": 3836, + "fg": 3850, "additional_tiles": [ - { "id": "center", "fg": 3821 }, - { "id": "corner", "fg": [ 3823, 3825, 3824, 3822 ] }, - { "id": "t_connection", "fg": [ 3833, 3835, 3834, 3832 ] }, - { "id": "edge", "fg": [ 3827, 3826 ] }, - { "id": "end_piece", "fg": [ 3829, 3831, 3830, 3828 ] }, - { "id": "unconnected", "fg": 3836 } + { "id": "center", "fg": 3835 }, + { "id": "corner", "fg": [ 3837, 3839, 3838, 3836 ] }, + { "id": "t_connection", "fg": [ 3847, 3849, 3848, 3846 ] }, + { "id": "edge", "fg": [ 3841, 3840 ] }, + { "id": "end_piece", "fg": [ 3843, 3845, 3844, 3842 ] }, + { "id": "unconnected", "fg": 3850 } ] }, { "id": "t_rock_floor", "multitile": true, - "fg": 3854, + "fg": 3868, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 3837 }, { "weight": 1, "sprite": 3838 }, { "weight": 1, "sprite": 3839 } ] + "fg": [ { "weight": 1, "sprite": 3851 }, { "weight": 1, "sprite": 3852 }, { "weight": 1, "sprite": 3853 } ] }, - { "id": "corner", "fg": [ 3841, 3843, 3842, 3840 ] }, - { "id": "t_connection", "fg": [ 3851, 3853, 3852, 3850 ] }, - { "id": "edge", "fg": [ 3845, 3844 ] }, - { "id": "end_piece", "fg": [ 3847, 3849, 3848, 3846 ] }, - { "id": "unconnected", "fg": 3854 } + { "id": "corner", "fg": [ 3855, 3857, 3856, 3854 ] }, + { "id": "t_connection", "fg": [ 3865, 3867, 3866, 3864 ] }, + { "id": "edge", "fg": [ 3859, 3858 ] }, + { "id": "end_piece", "fg": [ 3861, 3863, 3862, 3860 ] }, + { "id": "unconnected", "fg": 3868 } ] }, { "id": "t_rock_wall", "multitile": true, - "fg": 3870, + "fg": 3884, "additional_tiles": [ - { "id": "center", "fg": 3855 }, - { "id": "corner", "fg": [ 3857, 3859, 3858, 3856 ] }, - { "id": "t_connection", "fg": [ 3867, 3869, 3868, 3866 ] }, - { "id": "edge", "fg": [ 3861, 3860 ] }, - { "id": "end_piece", "fg": [ 3863, 3865, 3864, 3862 ] }, - { "id": "unconnected", "fg": 3870 } + { "id": "center", "fg": 3869 }, + { "id": "corner", "fg": [ 3871, 3873, 3872, 3870 ] }, + { "id": "t_connection", "fg": [ 3881, 3883, 3882, 3880 ] }, + { "id": "edge", "fg": [ 3875, 3874 ] }, + { "id": "end_piece", "fg": [ 3877, 3879, 3878, 3876 ] }, + { "id": "unconnected", "fg": 3884 } ] }, { "id": "t_sand", "multitile": true, - "fg": 3889, - "bg": 3418, + "fg": 3903, + "bg": 3432, "additional_tiles": [ { "id": "center", - "bg": 3418, + "bg": 3432, "fg": [ - { "weight": 1, "sprite": 3871 }, - { "weight": 1, "sprite": 3872 }, - { "weight": 1, "sprite": 3873 }, - { "weight": 1, "sprite": 3874 } + { "weight": 1, "sprite": 3885 }, + { "weight": 1, "sprite": 3886 }, + { "weight": 1, "sprite": 3887 }, + { "weight": 1, "sprite": 3888 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 3876, 3878, 3877, 3875 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 3886, 3888, 3887, 3885 ] }, - { "id": "edge", "bg": 3418, "fg": [ 3880, 3879 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 3882, 3884, 3883, 3881 ] }, - { "bg": 3418, "id": "unconnected", "fg": 3889 } + { "id": "corner", "bg": 3432, "fg": [ 3890, 3892, 3891, 3889 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 3900, 3902, 3901, 3899 ] }, + { "id": "edge", "bg": 3432, "fg": [ 3894, 3893 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "bg": 3432, "id": "unconnected", "fg": 3903 } ] }, { "id": "t_sand_season_summer", "multitile": true, - "fg": 3889, - "bg": 3428, + "fg": 3903, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": [ { "weight": 1, "sprite": 3871 }, { "weight": 1, "sprite": 3872 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 3876, 3878, 3877, 3875 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 3886, 3888, 3887, 3885 ] }, - { "id": "edge", "bg": 3428, "fg": [ 3880, 3879 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 3882, 3884, 3883, 3881 ] }, - { "bg": 3428, "id": "unconnected", "fg": 3889 } + { "id": "center", "bg": 3442, "fg": [ { "weight": 1, "sprite": 3885 }, { "weight": 1, "sprite": 3886 } ] }, + { "id": "corner", "bg": 3442, "fg": [ 3890, 3892, 3891, 3889 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 3900, 3902, 3901, 3899 ] }, + { "id": "edge", "bg": 3442, "fg": [ 3894, 3893 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "bg": 3442, "id": "unconnected", "fg": 3903 } ] }, { "id": "t_sand_season_autumn", "multitile": true, - "fg": 3889, - "bg": 3423, + "fg": 3903, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": [ { "weight": 1, "sprite": 3871 }, { "weight": 1, "sprite": 3872 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 3876, 3878, 3877, 3875 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 3886, 3888, 3887, 3885 ] }, - { "id": "edge", "bg": 3423, "fg": [ 3880, 3879 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 3882, 3884, 3883, 3881 ] }, - { "bg": 3423, "id": "unconnected", "fg": 3889 } + { "id": "center", "bg": 3437, "fg": [ { "weight": 1, "sprite": 3885 }, { "weight": 1, "sprite": 3886 } ] }, + { "id": "corner", "bg": 3437, "fg": [ 3890, 3892, 3891, 3889 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 3900, 3902, 3901, 3899 ] }, + { "id": "edge", "bg": 3437, "fg": [ 3894, 3893 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "bg": 3437, "id": "unconnected", "fg": 3903 } ] }, { "id": "t_sand_season_winter", "multitile": true, - "fg": 3889, - "bg": 2947, + "fg": 3903, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": [ { "weight": 1, "sprite": 3871 }, { "weight": 1, "sprite": 3872 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 3876, 3878, 3877, 3875 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 3886, 3888, 3887, 3885 ] }, - { "id": "edge", "bg": 2947, "fg": [ 3880, 3879 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 3882, 3884, 3883, 3881 ] }, - { "bg": 2947, "id": "unconnected", "fg": 3889 } + { "id": "center", "bg": 2961, "fg": [ { "weight": 1, "sprite": 3885 }, { "weight": 1, "sprite": 3886 } ] }, + { "id": "corner", "bg": 2961, "fg": [ 3890, 3892, 3891, 3889 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 3900, 3902, 3901, 3899 ] }, + { "id": "edge", "bg": 2961, "fg": [ 3894, 3893 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 3896, 3898, 3897, 3895 ] }, + { "bg": 2961, "id": "unconnected", "fg": 3903 } ] }, { "id": "t_scrap_floor", "multitile": true, - "fg": 3905, + "fg": 3919, "additional_tiles": [ - { "id": "center", "fg": 3890 }, - { "id": "corner", "fg": [ 3892, 3894, 3893, 3891 ] }, - { "id": "t_connection", "fg": [ 3902, 3904, 3903, 3901 ] }, - { "id": "edge", "fg": [ 3896, 3895 ] }, - { "id": "end_piece", "fg": [ 3898, 3900, 3899, 3897 ] }, - { "id": "unconnected", "fg": 3905 } + { "id": "center", "fg": 3904 }, + { "id": "corner", "fg": [ 3906, 3908, 3907, 3905 ] }, + { "id": "t_connection", "fg": [ 3916, 3918, 3917, 3915 ] }, + { "id": "edge", "fg": [ 3910, 3909 ] }, + { "id": "end_piece", "fg": [ 3912, 3914, 3913, 3911 ] }, + { "id": "unconnected", "fg": 3919 } ] }, { "id": "t_scrap_wall", "multitile": true, - "fg": 3921, + "fg": 3935, "additional_tiles": [ - { "id": "center", "fg": 3906 }, - { "id": "corner", "fg": [ 3908, 3910, 3909, 3907 ] }, - { "id": "t_connection", "fg": [ 3918, 3920, 3919, 3917 ] }, - { "id": "edge", "fg": [ 3912, 3911 ] }, - { "id": "end_piece", "fg": [ 3914, 3916, 3915, 3913 ] }, - { "id": "unconnected", "fg": 3921 } + { "id": "center", "fg": 3920 }, + { "id": "corner", "fg": [ 3922, 3924, 3923, 3921 ] }, + { "id": "t_connection", "fg": [ 3932, 3934, 3933, 3931 ] }, + { "id": "edge", "fg": [ 3926, 3925 ] }, + { "id": "end_piece", "fg": [ 3928, 3930, 3929, 3927 ] }, + { "id": "unconnected", "fg": 3935 } ] }, { "id": "t_screened_porch_wall", "multitile": true, - "fg": 3937, - "bg": 3315, + "fg": 3951, + "bg": 3329, "additional_tiles": [ - { "id": "center", "bg": 3315, "fg": 3922 }, - { "id": "corner", "bg": 3315, "fg": [ 3924, 3926, 3925, 3923 ] }, - { "id": "t_connection", "bg": 3315, "fg": [ 3934, 3936, 3935, 3933 ] }, - { "id": "edge", "bg": 3315, "fg": [ 3928, 3927 ] }, - { "id": "end_piece", "bg": 3315, "fg": [ 3930, 3932, 3931, 3929 ] }, - { "bg": 3315, "id": "unconnected", "fg": [ 3937, 3937 ] } + { "id": "center", "bg": 3329, "fg": 3936 }, + { "id": "corner", "bg": 3329, "fg": [ 3938, 3940, 3939, 3937 ] }, + { "id": "t_connection", "bg": 3329, "fg": [ 3948, 3950, 3949, 3947 ] }, + { "id": "edge", "bg": 3329, "fg": [ 3942, 3941 ] }, + { "id": "end_piece", "bg": 3329, "fg": [ 3944, 3946, 3945, 3943 ] }, + { "bg": 3329, "id": "unconnected", "fg": [ 3951, 3951 ] } ] }, { "id": "t_sewage", "multitile": true, - "fg": 3953, + "fg": 3967, "additional_tiles": [ - { "id": "center", "fg": 3938 }, - { "id": "corner", "fg": [ 3940, 3942, 3941, 3939 ] }, - { "id": "t_connection", "fg": [ 3950, 3952, 3951, 3949 ] }, - { "id": "edge", "fg": [ 3944, 3943 ] }, - { "id": "end_piece", "fg": [ 3946, 3948, 3947, 3945 ] }, - { "id": "unconnected", "fg": [ 3953, 3953 ] } + { "id": "center", "fg": 3952 }, + { "id": "corner", "fg": [ 3954, 3956, 3955, 3953 ] }, + { "id": "t_connection", "fg": [ 3964, 3966, 3965, 3963 ] }, + { "id": "edge", "fg": [ 3958, 3957 ] }, + { "id": "end_piece", "fg": [ 3960, 3962, 3961, 3959 ] }, + { "id": "unconnected", "fg": [ 3967, 3967 ] } ] }, { "id": "t_sewage_pipe", "multitile": true, - "fg": 3969, + "fg": 3983, "additional_tiles": [ - { "id": "center", "fg": 3954 }, - { "id": "corner", "fg": [ 3956, 3958, 3957, 3955 ] }, - { "id": "t_connection", "fg": [ 3966, 3968, 3967, 3965 ] }, - { "id": "edge", "fg": [ 3960, 3959 ] }, - { "id": "end_piece", "fg": [ 3962, 3964, 3963, 3961 ] }, - { "id": "unconnected", "fg": [ 3969, 3969 ] } + { "id": "center", "fg": 3968 }, + { "id": "corner", "fg": [ 3970, 3972, 3971, 3969 ] }, + { "id": "t_connection", "fg": [ 3980, 3982, 3981, 3979 ] }, + { "id": "edge", "fg": [ 3974, 3973 ] }, + { "id": "end_piece", "fg": [ 3976, 3978, 3977, 3975 ] }, + { "id": "unconnected", "fg": [ 3983, 3983 ] } ] }, { "id": "t_shingle_flat_roof", "multitile": true, - "fg": 3985, - "additional_tiles": [ - { "id": "center", "fg": 3970 }, - { "id": "corner", "fg": [ 3972, 3974, 3973, 3971 ] }, - { "id": "t_connection", "fg": [ 3982, 3984, 3983, 3981 ] }, - { "id": "edge", "fg": [ 3976, 3975 ] }, - { "id": "end_piece", "fg": [ 3978, 3980, 3979, 3977 ] }, - { "id": "unconnected", "fg": 3985 } - ] - }, - { "id": "t_shrub", "fg": 3986, "bg": 3418 }, - { "id": "t_shrub_season_summer", "fg": 3986, "bg": 3428 }, - { "id": "t_shrub_season_autumn", "fg": 3986, "bg": 3423 }, - { "id": "t_shrub_season_winter", "fg": 3987, "bg": 2946 }, - { "id": "t_shrub_blackberry", "fg": 3988, "bg": 3418 }, - { "id": "t_shrub_blackberry_harvested", "fg": 3989, "bg": 3428 }, - { "id": "t_shrub_blackberry_season_summer", "fg": 3990, "bg": 3428 }, - { "id": "t_shrub_blackberry_season_autumn", "fg": 3988, "bg": 3423 }, - { "id": "t_shrub_blackberry_season_winter", "fg": 3991, "bg": 2946 }, - { "id": "t_shrub_blueberry", "fg": 3992, "bg": 3418 }, - { "id": "t_shrub_blueberry_harvested", "fg": 3993, "bg": 3428 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 3994, "bg": 3428 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 3992, "bg": 3423 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 3995, "bg": 2946 }, - { "id": "t_shrub_grape", "fg": 3996, "bg": 3418 }, - { "id": "t_shrub_grape_harvested", "fg": 3997, "bg": 3428 }, - { "id": "t_shrub_grape_season_summer", "fg": 3998, "bg": 3428 }, - { "id": "t_shrub_grape_season_autumn", "fg": 3996, "bg": 3423 }, - { "id": "t_shrub_grape_season_winter", "fg": 3999, "bg": 2946 }, - { "id": "t_shrub_huckleberry", "fg": 4000, "bg": 3418 }, - { "id": "t_shrub_huckleberry_harvested", "fg": 4001, "bg": 3428 }, - { "id": "t_shrub_huckleberry_season_summer", "fg": 4002, "bg": 3428 }, - { "id": "t_shrub_huckleberry_season_autumn", "fg": 4000, "bg": 3423 }, - { "id": "t_shrub_huckleberry_season_winter", "fg": 4003, "bg": 2946 }, - { "id": "t_shrub_hydrangea", "fg": 4005, "bg": 3418 }, - { "id": "t_shrub_hydrangea_harvested", "fg": 4004, "bg": 3418 }, - { "id": "t_shrub_hydrangea_season_summer", "fg": 4006, "bg": 3428 }, - { "id": "t_shrub_hydrangea_season_autumn", "fg": 4005, "bg": 3423 }, - { "id": "t_shrub_hydrangea_season_winter", "fg": 4007, "bg": 2946 }, - { "id": "t_shrub_lilac", "fg": 4009, "bg": 3418 }, - { "id": "t_shrub_lilac_harvested", "fg": 4008, "bg": 3418 }, - { "id": "t_shrub_lilac_season_summer", "fg": 4010, "bg": 3428 }, - { "id": "t_shrub_lilac_season_autumn", "fg": 4008, "bg": 3423 }, - { "id": "t_shrub_lilac_season_winter", "fg": 4011, "bg": 2946 }, - { "id": "t_shrub_peanut", "fg": 4012, "bg": 3418 }, - { "id": "t_shrub_peanut_harvested", "fg": 4014, "bg": 3423 }, - { "id": "t_shrub_peanut_season_summer", "fg": 4012, "bg": 3428 }, - { "id": "t_shrub_peanut_season_autumn", "fg": 4013, "bg": 3423 }, - { "id": "t_shrub_peanut_season_winter", "fg": 4015, "bg": 2946 }, - { "id": "t_shrub_raspberry", "fg": 4016, "bg": 3418 }, - { "id": "t_shrub_raspberry_harvested", "fg": 4017, "bg": 3428 }, - { "id": "t_shrub_raspberry_season_summer", "fg": 4018, "bg": 3428 }, - { "id": "t_shrub_raspberry_season_autumn", "fg": 4016, "bg": 3423 }, - { "id": "t_shrub_raspberry_season_winter", "fg": 4019, "bg": 2946 }, - { "id": "t_shrub_rose", "fg": 4021, "bg": 3418 }, - { "id": "t_shrub_rose_season_summer", "fg": 4021, "bg": 3428 }, - { "id": "t_shrub_rose_harvested", "fg": 4021, "bg": 3423 }, - { "id": "t_shrub_rose_season_autumn", "fg": 4020, "bg": 3423 }, - { "id": "t_shrub_rose_season_winter", "fg": 4022, "bg": 2946 }, - { "id": "t_shrub_strawberry", "fg": 4023, "bg": 3418 }, - { "id": "t_shrub_strawberry_harvested", "fg": 4024, "bg": 3428 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 4025, "bg": 3428 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 4023, "bg": 3423 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 4026, "bg": 2946 }, + "fg": 3999, + "additional_tiles": [ + { "id": "center", "fg": 3984 }, + { "id": "corner", "fg": [ 3986, 3988, 3987, 3985 ] }, + { "id": "t_connection", "fg": [ 3996, 3998, 3997, 3995 ] }, + { "id": "edge", "fg": [ 3990, 3989 ] }, + { "id": "end_piece", "fg": [ 3992, 3994, 3993, 3991 ] }, + { "id": "unconnected", "fg": 3999 } + ] + }, + { "id": "t_shrub", "fg": 4000, "bg": 3432 }, + { "id": "t_shrub_season_summer", "fg": 4000, "bg": 3442 }, + { "id": "t_shrub_season_autumn", "fg": 4000, "bg": 3437 }, + { "id": "t_shrub_season_winter", "fg": 4001, "bg": 2960 }, + { "id": "t_shrub_blackberry", "fg": 4002, "bg": 3432 }, + { "id": "t_shrub_blackberry_harvested", "fg": 4003, "bg": 3442 }, + { "id": "t_shrub_blackberry_season_summer", "fg": 4004, "bg": 3442 }, + { "id": "t_shrub_blackberry_season_autumn", "fg": 4002, "bg": 3437 }, + { "id": "t_shrub_blackberry_season_winter", "fg": 4005, "bg": 2960 }, + { "id": "t_shrub_blueberry", "fg": 4006, "bg": 3432 }, + { "id": "t_shrub_blueberry_harvested", "fg": 4007, "bg": 3442 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 4008, "bg": 3442 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 4006, "bg": 3437 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 4009, "bg": 2960 }, + { "id": "t_shrub_grape", "fg": 4010, "bg": 3432 }, + { "id": "t_shrub_grape_harvested", "fg": 4011, "bg": 3442 }, + { "id": "t_shrub_grape_season_summer", "fg": 4012, "bg": 3442 }, + { "id": "t_shrub_grape_season_autumn", "fg": 4010, "bg": 3437 }, + { "id": "t_shrub_grape_season_winter", "fg": 4013, "bg": 2960 }, + { "id": "t_shrub_huckleberry", "fg": 4014, "bg": 3432 }, + { "id": "t_shrub_huckleberry_harvested", "fg": 4015, "bg": 3442 }, + { "id": "t_shrub_huckleberry_season_summer", "fg": 4016, "bg": 3442 }, + { "id": "t_shrub_huckleberry_season_autumn", "fg": 4014, "bg": 3437 }, + { "id": "t_shrub_huckleberry_season_winter", "fg": 4017, "bg": 2960 }, + { "id": "t_shrub_hydrangea", "fg": 4019, "bg": 3432 }, + { "id": "t_shrub_hydrangea_harvested", "fg": 4018, "bg": 3432 }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 4020, "bg": 3442 }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 4019, "bg": 3437 }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 4021, "bg": 2960 }, + { "id": "t_shrub_lilac", "fg": 4023, "bg": 3432 }, + { "id": "t_shrub_lilac_harvested", "fg": 4022, "bg": 3432 }, + { "id": "t_shrub_lilac_season_summer", "fg": 4024, "bg": 3442 }, + { "id": "t_shrub_lilac_season_autumn", "fg": 4022, "bg": 3437 }, + { "id": "t_shrub_lilac_season_winter", "fg": 4025, "bg": 2960 }, + { "id": "t_shrub_peanut", "fg": 4026, "bg": 3432 }, + { "id": "t_shrub_peanut_harvested", "fg": 4028, "bg": 3437 }, + { "id": "t_shrub_peanut_season_summer", "fg": 4026, "bg": 3442 }, + { "id": "t_shrub_peanut_season_autumn", "fg": 4027, "bg": 3437 }, + { "id": "t_shrub_peanut_season_winter", "fg": 4029, "bg": 2960 }, + { "id": "t_shrub_raspberry", "fg": 4030, "bg": 3432 }, + { "id": "t_shrub_raspberry_harvested", "fg": 4031, "bg": 3442 }, + { "id": "t_shrub_raspberry_season_summer", "fg": 4032, "bg": 3442 }, + { "id": "t_shrub_raspberry_season_autumn", "fg": 4030, "bg": 3437 }, + { "id": "t_shrub_raspberry_season_winter", "fg": 4033, "bg": 2960 }, + { "id": "t_shrub_rose", "fg": 4035, "bg": 3432 }, + { "id": "t_shrub_rose_season_summer", "fg": 4035, "bg": 3442 }, + { "id": "t_shrub_rose_harvested", "fg": 4035, "bg": 3437 }, + { "id": "t_shrub_rose_season_autumn", "fg": 4034, "bg": 3437 }, + { "id": "t_shrub_rose_season_winter", "fg": 4036, "bg": 2960 }, + { "id": "t_shrub_strawberry", "fg": 4037, "bg": 3432 }, + { "id": "t_shrub_strawberry_harvested", "fg": 4038, "bg": 3442 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 4039, "bg": 3442 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 4037, "bg": 3437 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 4040, "bg": 2960 }, { "id": [ "t_sidewalk", "t_sidewalk_bg_dp" ], "multitile": true, - "fg": 4042, + "fg": 4056, "additional_tiles": [ - { "id": "center", "fg": 4027 }, - { "id": "corner", "fg": [ 4029, 4031, 4030, 4028 ] }, - { "id": "t_connection", "fg": [ 4039, 4041, 4040, 4038 ] }, - { "id": "edge", "fg": [ 4033, 4032 ] }, - { "id": "end_piece", "fg": [ 4035, 4037, 4036, 4034 ] }, - { "id": "unconnected", "fg": 4042 } + { "id": "center", "fg": 4041 }, + { "id": "corner", "fg": [ 4043, 4045, 4044, 4042 ] }, + { "id": "t_connection", "fg": [ 4053, 4055, 4054, 4052 ] }, + { "id": "edge", "fg": [ 4047, 4046 ] }, + { "id": "end_piece", "fg": [ 4049, 4051, 4050, 4048 ] }, + { "id": "unconnected", "fg": 4056 } ] }, - { "id": "t_sidewalk_season_winter", "fg": 2947 }, + { "id": "t_sidewalk_season_winter", "fg": 2961 }, { "id": "t_strconc_floor", "multitile": true, - "fg": 4059, + "fg": 4073, "additional_tiles": [ - { "id": "center", "fg": 4044 }, - { "id": "corner", "fg": [ 4046, 4048, 4047, 4045 ] }, - { "id": "t_connection", "fg": [ 4056, 4058, 4057, 4055 ] }, - { "id": "edge", "fg": [ 4050, 4049 ] }, - { "id": "end_piece", "fg": [ 4052, 4054, 4053, 4051 ] }, - { "id": "unconnected", "fg": 4059 } + { "id": "center", "fg": 4058 }, + { "id": "corner", "fg": [ 4060, 4062, 4061, 4059 ] }, + { "id": "t_connection", "fg": [ 4070, 4072, 4071, 4069 ] }, + { "id": "edge", "fg": [ 4064, 4063 ] }, + { "id": "end_piece", "fg": [ 4066, 4068, 4067, 4065 ] }, + { "id": "unconnected", "fg": 4073 } ] }, - { "id": "t_stump", "fg": 4060, "bg": 3418 }, - { "id": "t_stump_season_summer", "fg": 4060, "bg": 3428 }, - { "id": "t_stump_season_autumn", "fg": 4060, "bg": 3423 }, - { "id": "t_stump_season_winter", "fg": 4060, "bg": 2946 }, - { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4061 }, { "weight": 100, "sprite": 4062 } ] }, + { "id": "t_stump", "fg": 4074, "bg": 3432 }, + { "id": "t_stump_season_summer", "fg": 4074, "bg": 3442 }, + { "id": "t_stump_season_autumn", "fg": 4074, "bg": 3437 }, + { "id": "t_stump_season_winter", "fg": 4074, "bg": 2960 }, + { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 4075 }, { "weight": 100, "sprite": 4076 } ] }, { "id": "t_thconc_floor", "multitile": true, - "fg": 4078, + "fg": 4092, "additional_tiles": [ - { "id": "center", "fg": 4063 }, - { "id": "corner", "fg": [ 4065, 4067, 4066, 4064 ] }, - { "id": "t_connection", "fg": [ 4075, 4077, 4076, 4074 ] }, - { "id": "edge", "fg": [ 4069, 4068 ] }, - { "id": "end_piece", "fg": [ 4071, 4073, 4072, 4070 ] }, - { "id": "unconnected", "fg": 4078 } + { "id": "center", "fg": 4077 }, + { "id": "corner", "fg": [ 4079, 4081, 4080, 4078 ] }, + { "id": "t_connection", "fg": [ 4089, 4091, 4090, 4088 ] }, + { "id": "edge", "fg": [ 4083, 4082 ] }, + { "id": "end_piece", "fg": [ 4085, 4087, 4086, 4084 ] }, + { "id": "unconnected", "fg": 4092 } ] }, - { "id": "t_underbrush", "fg": 4079, "bg": 3418 }, - { "id": "t_underbrush_harvested_spring", "fg": 4080, "bg": 3418 }, - { "id": "t_underbrush_season_summer", "fg": 4079, "bg": 3428 }, - { "id": "t_underbrush_harvested_summer", "fg": 4080, "bg": 3428 }, - { "id": "t_underbrush_season_autumn", "fg": 4079, "bg": 3423 }, - { "id": "t_underbrush_harvested_autumn", "fg": 4080, "bg": 3423 }, - { "id": "t_underbrush_harvested_winter", "fg": 4080, "bg": 2946 }, - { "id": "t_underbrush_season_winter", "fg": 4079, "bg": 2946 }, + { "id": "t_underbrush", "fg": 4093, "bg": 3432 }, + { "id": "t_underbrush_harvested_spring", "fg": 4094, "bg": 3432 }, + { "id": "t_underbrush_season_summer", "fg": 4093, "bg": 3442 }, + { "id": "t_underbrush_harvested_summer", "fg": 4094, "bg": 3442 }, + { "id": "t_underbrush_season_autumn", "fg": 4093, "bg": 3437 }, + { "id": "t_underbrush_harvested_autumn", "fg": 4094, "bg": 3437 }, + { "id": "t_underbrush_harvested_winter", "fg": 4094, "bg": 2960 }, + { "id": "t_underbrush_season_winter", "fg": 4093, "bg": 2960 }, { "id": "t_wall", "multitile": true, - "fg": 4096, + "fg": 4110, "additional_tiles": [ - { "id": "center", "fg": 4081 }, - { "id": "corner", "fg": [ 4083, 4085, 4084, 4082 ] }, - { "id": "t_connection", "fg": [ 4093, 4095, 4094, 4092 ] }, - { "id": "edge", "fg": [ 4087, 4086 ] }, - { "id": "end_piece", "fg": [ 4089, 4091, 4090, 4088 ] }, - { "id": "unconnected", "fg": 4096 } + { "id": "center", "fg": 4095 }, + { "id": "corner", "fg": [ 4097, 4099, 4098, 4096 ] }, + { "id": "t_connection", "fg": [ 4107, 4109, 4108, 4106 ] }, + { "id": "edge", "fg": [ 4101, 4100 ] }, + { "id": "end_piece", "fg": [ 4103, 4105, 4104, 4102 ] }, + { "id": "unconnected", "fg": 4110 } ] }, { "id": "t_wall_b", "multitile": true, - "fg": 4112, + "fg": 4126, "additional_tiles": [ - { "id": "center", "fg": 4097 }, - { "id": "corner", "fg": [ 4099, 4101, 4100, 4098 ] }, - { "id": "t_connection", "fg": [ 4109, 4111, 4110, 4108 ] }, - { "id": "edge", "fg": [ 4103, 4102 ] }, - { "id": "end_piece", "fg": [ 4105, 4107, 4106, 4104 ] }, - { "id": "unconnected", "fg": 4112 } + { "id": "center", "fg": 4111 }, + { "id": "corner", "fg": [ 4113, 4115, 4114, 4112 ] }, + { "id": "t_connection", "fg": [ 4123, 4125, 4124, 4122 ] }, + { "id": "edge", "fg": [ 4117, 4116 ] }, + { "id": "end_piece", "fg": [ 4119, 4121, 4120, 4118 ] }, + { "id": "unconnected", "fg": 4126 } ] }, { "id": "t_wall_g", "multitile": true, - "fg": 4128, + "fg": 4142, "additional_tiles": [ - { "id": "center", "fg": 4113 }, - { "id": "corner", "fg": [ 4115, 4117, 4116, 4114 ] }, - { "id": "t_connection", "fg": [ 4125, 4127, 4126, 4124 ] }, - { "id": "edge", "fg": [ 4119, 4118 ] }, - { "id": "end_piece", "fg": [ 4121, 4123, 4122, 4120 ] }, - { "id": "unconnected", "fg": 4128 } + { "id": "center", "fg": 4127 }, + { "id": "corner", "fg": [ 4129, 4131, 4130, 4128 ] }, + { "id": "t_connection", "fg": [ 4139, 4141, 4140, 4138 ] }, + { "id": "edge", "fg": [ 4133, 4132 ] }, + { "id": "end_piece", "fg": [ 4135, 4137, 4136, 4134 ] }, + { "id": "unconnected", "fg": 4142 } ] }, { "id": [ "t_wall_glass", "t_wall_glass_alarm" ], "multitile": true, - "fg": 4144, + "fg": 4158, "additional_tiles": [ - { "id": "center", "fg": 4129 }, - { "id": "corner", "fg": [ 4131, 4133, 4132, 4130 ] }, - { "id": "t_connection", "fg": [ 4141, 4143, 4142, 4140 ] }, - { "id": "edge", "fg": [ 4135, 4134 ] }, - { "id": "end_piece", "fg": [ 4137, 4139, 4138, 4136 ] }, - { "id": "unconnected", "fg": 4144 } + { "id": "center", "fg": 4143 }, + { "id": "corner", "fg": [ 4145, 4147, 4146, 4144 ] }, + { "id": "t_connection", "fg": [ 4155, 4157, 4156, 4154 ] }, + { "id": "edge", "fg": [ 4149, 4148 ] }, + { "id": "end_piece", "fg": [ 4151, 4153, 4152, 4150 ] }, + { "id": "unconnected", "fg": 4158 } ] }, { "id": "t_wall_log", "multitile": true, - "fg": 4160, - "bg": 3418, + "fg": 4174, + "bg": 3432, "additional_tiles": [ - { "id": "center", "fg": 4145 }, - { "id": "corner", "fg": [ 4147, 4149, 4148, 4146 ] }, - { "id": "t_connection", "fg": [ 4157, 4159, 4158, 4156 ] }, - { "id": "edge", "bg": 3418, "fg": [ 4151, 4150 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 4153, 4155, 4154, 4152 ] }, - { "bg": 3418, "id": "unconnected", "fg": 4160 } + { "id": "center", "fg": 4159 }, + { "id": "corner", "fg": [ 4161, 4163, 4162, 4160 ] }, + { "id": "t_connection", "fg": [ 4171, 4173, 4172, 4170 ] }, + { "id": "edge", "bg": 3432, "fg": [ 4165, 4164 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 4167, 4169, 4168, 4166 ] }, + { "bg": 3432, "id": "unconnected", "fg": 4174 } ] }, { "id": "t_wall_p", "multitile": true, - "fg": 4176, + "fg": 4190, "additional_tiles": [ - { "id": "center", "fg": 4161 }, - { "id": "corner", "fg": [ 4163, 4165, 4164, 4162 ] }, - { "id": "t_connection", "fg": [ 4173, 4175, 4174, 4172 ] }, - { "id": "edge", "fg": [ 4167, 4166 ] }, - { "id": "end_piece", "fg": [ 4169, 4171, 4170, 4168 ] }, - { "id": "unconnected", "fg": 4176 } + { "id": "center", "fg": 4175 }, + { "id": "corner", "fg": [ 4177, 4179, 4178, 4176 ] }, + { "id": "t_connection", "fg": [ 4187, 4189, 4188, 4186 ] }, + { "id": "edge", "fg": [ 4181, 4180 ] }, + { "id": "end_piece", "fg": [ 4183, 4185, 4184, 4182 ] }, + { "id": "unconnected", "fg": 4190 } ] }, { "id": "t_wall_r", "multitile": true, - "fg": 4192, + "fg": 4206, "additional_tiles": [ - { "id": "center", "fg": 4177 }, - { "id": "corner", "fg": [ 4179, 4181, 4180, 4178 ] }, - { "id": "t_connection", "fg": [ 4189, 4191, 4190, 4188 ] }, - { "id": "edge", "fg": [ 4183, 4182 ] }, - { "id": "end_piece", "fg": [ 4185, 4187, 4186, 4184 ] }, - { "id": "unconnected", "fg": 4192 } + { "id": "center", "fg": 4191 }, + { "id": "corner", "fg": [ 4193, 4195, 4194, 4192 ] }, + { "id": "t_connection", "fg": [ 4203, 4205, 4204, 4202 ] }, + { "id": "edge", "fg": [ 4197, 4196 ] }, + { "id": "end_piece", "fg": [ 4199, 4201, 4200, 4198 ] }, + { "id": "unconnected", "fg": 4206 } ] }, { "id": "t_wall_resin", "multitile": true, - "fg": 4210, + "fg": 4224, "additional_tiles": [ - { "id": "center", "fg": 4195 }, - { "id": "corner", "fg": [ 4197, 4199, 4198, 4196 ] }, - { "id": "t_connection", "fg": [ 4207, 4209, 4208, 4206 ] }, - { "id": "edge", "fg": [ 4201, 4200 ] }, - { "id": "end_piece", "fg": [ 4203, 4205, 4204, 4202 ] }, - { "id": "unconnected", "fg": 4210 } + { "id": "center", "fg": 4209 }, + { "id": "corner", "fg": [ 4211, 4213, 4212, 4210 ] }, + { "id": "t_connection", "fg": [ 4221, 4223, 4222, 4220 ] }, + { "id": "edge", "fg": [ 4215, 4214 ] }, + { "id": "end_piece", "fg": [ 4217, 4219, 4218, 4216 ] }, + { "id": "unconnected", "fg": 4224 } ] }, - { "id": "t_resin_hole_c", "fg": 4193 }, - { "id": "t_resin_hole_o", "fg": 4194 }, + { "id": "t_resin_hole_c", "fg": 4207 }, + { "id": "t_resin_hole_o", "fg": 4208 }, { "id": "t_wall_w", "multitile": true, - "fg": 4226, + "fg": 4240, "additional_tiles": [ - { "id": "center", "fg": 4211 }, - { "id": "corner", "fg": [ 4213, 4215, 4214, 4212 ] }, - { "id": "t_connection", "fg": [ 4223, 4225, 4224, 4222 ] }, - { "id": "edge", "fg": [ 4217, 4216 ] }, - { "id": "end_piece", "fg": [ 4219, 4221, 4220, 4218 ] }, - { "id": "unconnected", "fg": 4226 } + { "id": "center", "fg": 4225 }, + { "id": "corner", "fg": [ 4227, 4229, 4228, 4226 ] }, + { "id": "t_connection", "fg": [ 4237, 4239, 4238, 4236 ] }, + { "id": "edge", "fg": [ 4231, 4230 ] }, + { "id": "end_piece", "fg": [ 4233, 4235, 4234, 4232 ] }, + { "id": "unconnected", "fg": 4240 } ] }, { "id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ], "multitile": true, - "fg": 4242, + "fg": 4256, "additional_tiles": [ - { "id": "center", "fg": 4227 }, - { "id": "corner", "fg": [ 4229, 4231, 4230, 4228 ] }, - { "id": "t_connection", "fg": [ 4239, 4241, 4240, 4238 ] }, - { "id": "edge", "fg": [ 4233, 4232 ] }, - { "id": "end_piece", "fg": [ 4235, 4237, 4236, 4234 ] }, - { "id": "unconnected", "fg": 4242 } + { "id": "center", "fg": 4241 }, + { "id": "corner", "fg": [ 4243, 4245, 4244, 4242 ] }, + { "id": "t_connection", "fg": [ 4253, 4255, 4254, 4252 ] }, + { "id": "edge", "fg": [ 4247, 4246 ] }, + { "id": "end_piece", "fg": [ 4249, 4251, 4250, 4248 ] }, + { "id": "unconnected", "fg": 4256 } ] }, { "id": "t_wall_y", "multitile": true, - "fg": 4258, + "fg": 4272, "additional_tiles": [ - { "id": "center", "fg": 4243 }, - { "id": "corner", "fg": [ 4245, 4247, 4246, 4244 ] }, - { "id": "t_connection", "fg": [ 4255, 4257, 4256, 4254 ] }, - { "id": "edge", "fg": [ 4249, 4248 ] }, - { "id": "end_piece", "fg": [ 4251, 4253, 4252, 4250 ] }, - { "id": "unconnected", "fg": 4258 } + { "id": "center", "fg": 4257 }, + { "id": "corner", "fg": [ 4259, 4261, 4260, 4258 ] }, + { "id": "t_connection", "fg": [ 4269, 4271, 4270, 4268 ] }, + { "id": "edge", "fg": [ 4263, 4262 ] }, + { "id": "end_piece", "fg": [ 4265, 4267, 4266, 4264 ] }, + { "id": "unconnected", "fg": 4272 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], "multitile": true, - "fg": 4277, - "bg": 3418, + "fg": 4291, + "bg": 3432, "additional_tiles": [ { "id": "center", - "bg": 3418, + "bg": 3432, "fg": [ - { "weight": 1, "sprite": 4259 }, - { "weight": 1, "sprite": 4260 }, - { "weight": 1, "sprite": 4261 }, - { "weight": 1, "sprite": 4262 } + { "weight": 1, "sprite": 4273 }, + { "weight": 1, "sprite": 4274 }, + { "weight": 1, "sprite": 4275 }, + { "weight": 1, "sprite": 4276 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 4264, 4266, 4265, 4263 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 4274, 4276, 4275, 4273 ] }, - { "id": "edge", "bg": 3418, "fg": [ 4268, 4267 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 4270, 4272, 4271, 4269 ] }, - { "bg": 3418, "id": "unconnected", "fg": 4277 } + { "id": "corner", "bg": 3432, "fg": [ 4278, 4280, 4279, 4277 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 4288, 4290, 4289, 4287 ] }, + { "id": "edge", "bg": 3432, "fg": [ 4282, 4281 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 4284, 4286, 4285, 4283 ] }, + { "bg": 3432, "id": "unconnected", "fg": 4291 } ] }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], "multitile": true, - "fg": 4277, - "bg": 3428, + "fg": 4291, + "bg": 3442, "additional_tiles": [ { "id": "center", - "bg": 3428, - "fg": [ { "weight": 1, "sprite": 4259 }, { "weight": 1, "sprite": 4260 }, { "weight": 1, "sprite": 4261 } ] + "bg": 3442, + "fg": [ { "weight": 1, "sprite": 4273 }, { "weight": 1, "sprite": 4274 }, { "weight": 1, "sprite": 4275 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 4264, 4266, 4265, 4263 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 4274, 4276, 4275, 4273 ] }, - { "id": "edge", "bg": 3428, "fg": [ 4268, 4267 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 4270, 4272, 4271, 4269 ] }, - { "bg": 3428, "id": "unconnected", "fg": 4277 } + { "id": "corner", "bg": 3442, "fg": [ 4278, 4280, 4279, 4277 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 4288, 4290, 4289, 4287 ] }, + { "id": "edge", "bg": 3442, "fg": [ 4282, 4281 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 4284, 4286, 4285, 4283 ] }, + { "bg": 3442, "id": "unconnected", "fg": 4291 } ] }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], "multitile": true, - "fg": 4277, - "bg": 3423, + "fg": 4291, + "bg": 3437, "additional_tiles": [ { "id": "center", - "bg": 3423, - "fg": [ { "weight": 1, "sprite": 4259 }, { "weight": 1, "sprite": 4260 }, { "weight": 1, "sprite": 4261 } ] + "bg": 3437, + "fg": [ { "weight": 1, "sprite": 4273 }, { "weight": 1, "sprite": 4274 }, { "weight": 1, "sprite": 4275 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 4264, 4266, 4265, 4263 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 4274, 4276, 4275, 4273 ] }, - { "id": "edge", "bg": 3423, "fg": [ 4268, 4267 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 4270, 4272, 4271, 4269 ] }, - { "bg": 3423, "id": "unconnected", "fg": 4277 } + { "id": "corner", "bg": 3437, "fg": [ 4278, 4280, 4279, 4277 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 4288, 4290, 4289, 4287 ] }, + { "id": "edge", "bg": 3437, "fg": [ 4282, 4281 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 4284, 4286, 4285, 4283 ] }, + { "bg": 3437, "id": "unconnected", "fg": 4291 } ] }, { "id": [ "t_water_dp_season_winter", "t_swater_dp_season_winter" ], "multitile": true, - "fg": 4277, - "bg": 2947, + "fg": 4291, + "bg": 2961, "additional_tiles": [ { "id": "center", - "bg": 2947, - "fg": [ { "weight": 1, "sprite": 4259 }, { "weight": 1, "sprite": 4260 }, { "weight": 1, "sprite": 4261 } ] + "bg": 2961, + "fg": [ { "weight": 1, "sprite": 4273 }, { "weight": 1, "sprite": 4274 }, { "weight": 1, "sprite": 4275 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 4264, 4266, 4265, 4263 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 4274, 4276, 4275, 4273 ] }, - { "id": "edge", "bg": 2947, "fg": [ 4268, 4267 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 4270, 4272, 4271, 4269 ] }, - { "bg": 2947, "id": "unconnected", "fg": 4277 } + { "id": "corner", "bg": 2961, "fg": [ 4278, 4280, 4279, 4277 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 4288, 4290, 4289, 4287 ] }, + { "id": "edge", "bg": 2961, "fg": [ 4282, 4281 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 4284, 4286, 4285, 4283 ] }, + { "bg": 2961, "id": "unconnected", "fg": 4291 } ] }, { "id": "t_water_hot", - "fg": 4293, - "bg": 3418, + "fg": 4307, + "bg": 3432, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4278, "bg": 3418 }, - { "id": "corner", "fg": [ 4280, 4282, 4281, 4279 ], "bg": 3418 }, - { "id": "t_connection", "fg": [ 4290, 4292, 4291, 4289 ], "bg": 3418 }, - { "id": "edge", "fg": [ 4284, 4283 ], "bg": 3418 }, - { "id": "end_piece", "fg": [ 4286, 4288, 4287, 4285 ], "bg": 3418 }, - { "id": "unconnected", "fg": [ 4293, 4293 ], "bg": 3418 } + { "id": "center", "fg": 4292, "bg": 3432 }, + { "id": "corner", "fg": [ 4294, 4296, 4295, 4293 ], "bg": 3432 }, + { "id": "t_connection", "fg": [ 4304, 4306, 4305, 4303 ], "bg": 3432 }, + { "id": "edge", "fg": [ 4298, 4297 ], "bg": 3432 }, + { "id": "end_piece", "fg": [ 4300, 4302, 4301, 4299 ], "bg": 3432 }, + { "id": "unconnected", "fg": [ 4307, 4307 ], "bg": 3432 } ] }, { "id": "t_water_hot_season_summer", - "fg": 4293, - "bg": 3428, + "fg": 4307, + "bg": 3442, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4278, "bg": 3428 }, - { "id": "corner", "fg": [ 4280, 4282, 4281, 4279 ], "bg": 3428 }, - { "id": "t_connection", "fg": [ 4290, 4292, 4291, 4289 ], "bg": 3428 }, - { "id": "edge", "fg": [ 4284, 4283 ], "bg": 3428 }, - { "id": "end_piece", "fg": [ 4286, 4288, 4287, 4285 ], "bg": 3428 }, - { "id": "unconnected", "fg": [ 4293, 4293 ], "bg": 3428 } + { "id": "center", "fg": 4292, "bg": 3442 }, + { "id": "corner", "fg": [ 4294, 4296, 4295, 4293 ], "bg": 3442 }, + { "id": "t_connection", "fg": [ 4304, 4306, 4305, 4303 ], "bg": 3442 }, + { "id": "edge", "fg": [ 4298, 4297 ], "bg": 3442 }, + { "id": "end_piece", "fg": [ 4300, 4302, 4301, 4299 ], "bg": 3442 }, + { "id": "unconnected", "fg": [ 4307, 4307 ], "bg": 3442 } ] }, { "id": "t_water_hot_season_autumn", - "fg": 4293, - "bg": 3423, + "fg": 4307, + "bg": 3437, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4278, "bg": 3423 }, - { "id": "corner", "fg": [ 4280, 4282, 4281, 4279 ], "bg": 3423 }, - { "id": "t_connection", "fg": [ 4290, 4292, 4291, 4289 ], "bg": 3423 }, - { "id": "edge", "fg": [ 4284, 4283 ], "bg": 3423 }, - { "id": "end_piece", "fg": [ 4286, 4288, 4287, 4285 ], "bg": 3423 }, - { "id": "unconnected", "fg": [ 4293, 4293 ], "bg": 3423 } + { "id": "center", "fg": 4292, "bg": 3437 }, + { "id": "corner", "fg": [ 4294, 4296, 4295, 4293 ], "bg": 3437 }, + { "id": "t_connection", "fg": [ 4304, 4306, 4305, 4303 ], "bg": 3437 }, + { "id": "edge", "fg": [ 4298, 4297 ], "bg": 3437 }, + { "id": "end_piece", "fg": [ 4300, 4302, 4301, 4299 ], "bg": 3437 }, + { "id": "unconnected", "fg": [ 4307, 4307 ], "bg": 3437 } ] }, { "id": "t_water_hot_season_winter", - "fg": 4293, - "bg": 2947, + "fg": 4307, + "bg": 2961, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4278, "bg": 2947 }, - { "id": "corner", "fg": [ 4280, 4282, 4281, 4279 ], "bg": 2947 }, - { "id": "t_connection", "fg": [ 4290, 4292, 4291, 4289 ], "bg": 2947 }, - { "id": "edge", "fg": [ 4284, 4283 ], "bg": 2947 }, - { "id": "end_piece", "fg": [ 4286, 4288, 4287, 4285 ], "bg": 2947 }, - { "id": "unconnected", "fg": [ 4293, 4293 ], "bg": 2947 } + { "id": "center", "fg": 4292, "bg": 2961 }, + { "id": "corner", "fg": [ 4294, 4296, 4295, 4293 ], "bg": 2961 }, + { "id": "t_connection", "fg": [ 4304, 4306, 4305, 4303 ], "bg": 2961 }, + { "id": "edge", "fg": [ 4298, 4297 ], "bg": 2961 }, + { "id": "end_piece", "fg": [ 4300, 4302, 4301, 4299 ], "bg": 2961 }, + { "id": "unconnected", "fg": [ 4307, 4307 ], "bg": 2961 } ] }, { "id": [ "t_water_moving_dp", "t_swater_moving_dp" ], "multitile": true, - "fg": 4310, - "bg": 3418, + "fg": 4324, + "bg": 3432, "additional_tiles": [ - { "id": "center", "bg": 3418, "fg": [ { "weight": 1, "sprite": 4294 }, { "weight": 1, "sprite": 4295 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 4297, 4299, 4298, 4296 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 4307, 4309, 4308, 4306 ] }, - { "id": "edge", "bg": 3418, "fg": [ 4301, 4300 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 4303, 4305, 4304, 4302 ] }, - { "bg": 3418, "id": "unconnected", "fg": 4310 } + { "id": "center", "bg": 3432, "fg": [ { "weight": 1, "sprite": 4308 }, { "weight": 1, "sprite": 4309 } ] }, + { "id": "corner", "bg": 3432, "fg": [ 4311, 4313, 4312, 4310 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 4321, 4323, 4322, 4320 ] }, + { "id": "edge", "bg": 3432, "fg": [ 4315, 4314 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 4317, 4319, 4318, 4316 ] }, + { "bg": 3432, "id": "unconnected", "fg": 4324 } ] }, { "id": [ "t_water_moving_dp_season_summer", "t_swater_moving_dp_season_summer" ], "multitile": true, - "fg": 4310, - "bg": 3428, + "fg": 4324, + "bg": 3442, "additional_tiles": [ - { "id": "center", "bg": 3428, "fg": [ { "weight": 1, "sprite": 4294 }, { "weight": 1, "sprite": 4295 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 4297, 4299, 4298, 4296 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 4307, 4309, 4308, 4306 ] }, - { "id": "edge", "bg": 3428, "fg": [ 4301, 4300 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 4303, 4305, 4304, 4302 ] }, - { "bg": 3428, "id": "unconnected", "fg": 4310 } + { "id": "center", "bg": 3442, "fg": [ { "weight": 1, "sprite": 4308 }, { "weight": 1, "sprite": 4309 } ] }, + { "id": "corner", "bg": 3442, "fg": [ 4311, 4313, 4312, 4310 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 4321, 4323, 4322, 4320 ] }, + { "id": "edge", "bg": 3442, "fg": [ 4315, 4314 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 4317, 4319, 4318, 4316 ] }, + { "bg": 3442, "id": "unconnected", "fg": 4324 } ] }, { "id": [ "t_water_moving_dp_season_autumn", "t_swater_moving_dp_season_autumn" ], "multitile": true, - "fg": 4310, - "bg": 3423, + "fg": 4324, + "bg": 3437, "additional_tiles": [ - { "id": "center", "bg": 3423, "fg": [ { "weight": 1, "sprite": 4294 }, { "weight": 1, "sprite": 4295 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 4297, 4299, 4298, 4296 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 4307, 4309, 4308, 4306 ] }, - { "id": "edge", "bg": 3423, "fg": [ 4301, 4300 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 4303, 4305, 4304, 4302 ] }, - { "bg": 3423, "id": "unconnected", "fg": 4310 } + { "id": "center", "bg": 3437, "fg": [ { "weight": 1, "sprite": 4308 }, { "weight": 1, "sprite": 4309 } ] }, + { "id": "corner", "bg": 3437, "fg": [ 4311, 4313, 4312, 4310 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 4321, 4323, 4322, 4320 ] }, + { "id": "edge", "bg": 3437, "fg": [ 4315, 4314 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 4317, 4319, 4318, 4316 ] }, + { "bg": 3437, "id": "unconnected", "fg": 4324 } ] }, { "id": [ "t_water_moving_dp_season_winter", "t_swater_moving_dp_season_winter" ], "multitile": true, - "fg": 4310, - "bg": 2947, + "fg": 4324, + "bg": 2961, "additional_tiles": [ - { "id": "center", "bg": 2947, "fg": [ { "weight": 1, "sprite": 4294 }, { "weight": 1, "sprite": 4295 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 4297, 4299, 4298, 4296 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 4307, 4309, 4308, 4306 ] }, - { "id": "edge", "bg": 2947, "fg": [ 4301, 4300 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 4303, 4305, 4304, 4302 ] }, - { "bg": 2947, "id": "unconnected", "fg": 4310 } + { "id": "center", "bg": 2961, "fg": [ { "weight": 1, "sprite": 4308 }, { "weight": 1, "sprite": 4309 } ] }, + { "id": "corner", "bg": 2961, "fg": [ 4311, 4313, 4312, 4310 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 4321, 4323, 4322, 4320 ] }, + { "id": "edge", "bg": 2961, "fg": [ 4315, 4314 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 4317, 4319, 4318, 4316 ] }, + { "bg": 2961, "id": "unconnected", "fg": 4324 } ] }, { "id": [ "t_water_moving_sh", "t_swater_moving_sh" ], "multitile": true, - "fg": 4329, - "bg": 3418, + "fg": 4343, + "bg": 3432, "additional_tiles": [ { "id": "center", - "bg": 3418, + "bg": 3432, "fg": [ - { "weight": 1, "sprite": 4311 }, - { "weight": 1, "sprite": 4312 }, - { "weight": 1, "sprite": 4313 }, - { "weight": 1, "sprite": 4314 } + { "weight": 1, "sprite": 4325 }, + { "weight": 1, "sprite": 4326 }, + { "weight": 1, "sprite": 4327 }, + { "weight": 1, "sprite": 4328 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 4316, 4318, 4317, 4315 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 4326, 4328, 4327, 4325 ] }, - { "id": "edge", "bg": 3418, "fg": [ 4320, 4319 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 4322, 4324, 4323, 4321 ] }, - { "bg": 3418, "id": "unconnected", "fg": 4329 } + { "id": "corner", "bg": 3432, "fg": [ 4330, 4332, 4331, 4329 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 4340, 4342, 4341, 4339 ] }, + { "id": "edge", "bg": 3432, "fg": [ 4334, 4333 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 4336, 4338, 4337, 4335 ] }, + { "bg": 3432, "id": "unconnected", "fg": 4343 } ] }, { "id": [ "t_water_moving_sh_season_summer", "t_swater_moving_sh_season_summer" ], "multitile": true, - "fg": 4329, - "bg": 3428, + "fg": 4343, + "bg": 3442, "additional_tiles": [ { "id": "center", - "bg": 3428, + "bg": 3442, "fg": [ - { "weight": 1, "sprite": 4311 }, - { "weight": 1, "sprite": 4312 }, - { "weight": 1, "sprite": 4313 }, - { "weight": 1, "sprite": 4314 } + { "weight": 1, "sprite": 4325 }, + { "weight": 1, "sprite": 4326 }, + { "weight": 1, "sprite": 4327 }, + { "weight": 1, "sprite": 4328 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 4316, 4318, 4317, 4315 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 4326, 4328, 4327, 4325 ] }, - { "id": "edge", "bg": 3428, "fg": [ 4320, 4319 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 4322, 4324, 4323, 4321 ] }, - { "bg": 3428, "id": "unconnected", "fg": 4329 } + { "id": "corner", "bg": 3442, "fg": [ 4330, 4332, 4331, 4329 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 4340, 4342, 4341, 4339 ] }, + { "id": "edge", "bg": 3442, "fg": [ 4334, 4333 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 4336, 4338, 4337, 4335 ] }, + { "bg": 3442, "id": "unconnected", "fg": 4343 } ] }, { "id": [ "t_water_moving_sh_season_autumn", "t_swater_moving_sh_season_autumn" ], "multitile": true, - "fg": 4329, - "bg": 3423, + "fg": 4343, + "bg": 3437, "additional_tiles": [ { "id": "center", - "bg": 3423, + "bg": 3437, "fg": [ - { "weight": 1, "sprite": 4311 }, - { "weight": 1, "sprite": 4312 }, - { "weight": 1, "sprite": 4313 }, - { "weight": 1, "sprite": 4314 } + { "weight": 1, "sprite": 4325 }, + { "weight": 1, "sprite": 4326 }, + { "weight": 1, "sprite": 4327 }, + { "weight": 1, "sprite": 4328 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 4316, 4318, 4317, 4315 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 4326, 4328, 4327, 4325 ] }, - { "id": "edge", "bg": 3423, "fg": [ 4320, 4319 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 4322, 4324, 4323, 4321 ] }, - { "bg": 3423, "id": "unconnected", "fg": 4329 } + { "id": "corner", "bg": 3437, "fg": [ 4330, 4332, 4331, 4329 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 4340, 4342, 4341, 4339 ] }, + { "id": "edge", "bg": 3437, "fg": [ 4334, 4333 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 4336, 4338, 4337, 4335 ] }, + { "bg": 3437, "id": "unconnected", "fg": 4343 } ] }, { "id": [ "t_water_moving_sh_season_winter", "t_swater_moving_sh_season_winter" ], "multitile": true, - "fg": 4329, - "bg": 2947, + "fg": 4343, + "bg": 2961, "additional_tiles": [ { "id": "center", - "bg": 2947, + "bg": 2961, "fg": [ - { "weight": 1, "sprite": 4311 }, - { "weight": 1, "sprite": 4312 }, - { "weight": 1, "sprite": 4313 }, - { "weight": 1, "sprite": 4314 } + { "weight": 1, "sprite": 4325 }, + { "weight": 1, "sprite": 4326 }, + { "weight": 1, "sprite": 4327 }, + { "weight": 1, "sprite": 4328 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 4316, 4318, 4317, 4315 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 4326, 4328, 4327, 4325 ] }, - { "id": "edge", "bg": 2947, "fg": [ 4320, 4319 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 4322, 4324, 4323, 4321 ] }, - { "bg": 2947, "id": "unconnected", "fg": 4329 } + { "id": "corner", "bg": 2961, "fg": [ 4330, 4332, 4331, 4329 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 4340, 4342, 4341, 4339 ] }, + { "id": "edge", "bg": 2961, "fg": [ 4334, 4333 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 4336, 4338, 4337, 4335 ] }, + { "bg": 2961, "id": "unconnected", "fg": 4343 } ] }, { "id": [ "t_water_pool", "t_water_pool_shallow" ], "multitile": true, - "fg": 4344, + "fg": 4358, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 4345 }, { "weight": 1, "sprite": 4346 }, { "weight": 1, "sprite": 4347 } ] + "fg": [ { "weight": 1, "sprite": 4359 }, { "weight": 1, "sprite": 4360 }, { "weight": 1, "sprite": 4361 } ] }, - { "id": "corner", "fg": [ 4331, 4333, 4332, 4330 ] }, - { "id": "t_connection", "fg": [ 4341, 4343, 4342, 4340 ] }, - { "id": "edge", "fg": [ 4335, 4334 ] }, - { "id": "end_piece", "fg": [ 4337, 4339, 4338, 4336 ] }, - { "id": "unconnected", "fg": [ 4344, 4344 ] } + { "id": "corner", "fg": [ 4345, 4347, 4346, 4344 ] }, + { "id": "t_connection", "fg": [ 4355, 4357, 4356, 4354 ] }, + { "id": "edge", "fg": [ 4349, 4348 ] }, + { "id": "end_piece", "fg": [ 4351, 4353, 4352, 4350 ] }, + { "id": "unconnected", "fg": [ 4358, 4358 ] } ] }, { "id": [ "t_water_sh", "t_swater_sh" ], "multitile": true, - "fg": 4363, - "bg": 3418, + "fg": 4377, + "bg": 3432, "additional_tiles": [ { "id": "center", - "bg": 3418, + "bg": 3432, "fg": [ - { "weight": 1, "sprite": 4345 }, - { "weight": 1, "sprite": 4346 }, - { "weight": 1, "sprite": 4347 }, - { "weight": 1, "sprite": 4348 } + { "weight": 1, "sprite": 4359 }, + { "weight": 1, "sprite": 4360 }, + { "weight": 1, "sprite": 4361 }, + { "weight": 1, "sprite": 4362 } ] }, - { "id": "corner", "bg": 3418, "fg": [ 4350, 4352, 4351, 4349 ] }, - { "id": "t_connection", "bg": 3418, "fg": [ 4360, 4362, 4361, 4359 ] }, - { "id": "edge", "bg": 3418, "fg": [ 4354, 4353 ] }, - { "id": "end_piece", "bg": 3418, "fg": [ 4356, 4358, 4357, 4355 ] }, - { "bg": 3418, "id": "unconnected", "fg": 4363 } + { "id": "corner", "bg": 3432, "fg": [ 4364, 4366, 4365, 4363 ] }, + { "id": "t_connection", "bg": 3432, "fg": [ 4374, 4376, 4375, 4373 ] }, + { "id": "edge", "bg": 3432, "fg": [ 4368, 4367 ] }, + { "id": "end_piece", "bg": 3432, "fg": [ 4370, 4372, 4371, 4369 ] }, + { "bg": 3432, "id": "unconnected", "fg": 4377 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], "multitile": true, - "fg": 4363, - "bg": 3428, + "fg": 4377, + "bg": 3442, "additional_tiles": [ { "id": "center", - "bg": 3428, - "fg": [ { "weight": 1, "sprite": 4345 }, { "weight": 1, "sprite": 4346 }, { "weight": 1, "sprite": 4347 } ] + "bg": 3442, + "fg": [ { "weight": 1, "sprite": 4359 }, { "weight": 1, "sprite": 4360 }, { "weight": 1, "sprite": 4361 } ] }, - { "id": "corner", "bg": 3428, "fg": [ 4350, 4352, 4351, 4349 ] }, - { "id": "t_connection", "bg": 3428, "fg": [ 4360, 4362, 4361, 4359 ] }, - { "id": "edge", "bg": 3428, "fg": [ 4354, 4353 ] }, - { "id": "end_piece", "bg": 3428, "fg": [ 4356, 4358, 4357, 4355 ] }, - { "bg": 3428, "id": "unconnected", "fg": 4363 } + { "id": "corner", "bg": 3442, "fg": [ 4364, 4366, 4365, 4363 ] }, + { "id": "t_connection", "bg": 3442, "fg": [ 4374, 4376, 4375, 4373 ] }, + { "id": "edge", "bg": 3442, "fg": [ 4368, 4367 ] }, + { "id": "end_piece", "bg": 3442, "fg": [ 4370, 4372, 4371, 4369 ] }, + { "bg": 3442, "id": "unconnected", "fg": 4377 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], "multitile": true, - "fg": 4363, - "bg": 3423, + "fg": 4377, + "bg": 3437, "additional_tiles": [ { "id": "center", - "bg": 3423, - "fg": [ { "weight": 1, "sprite": 4345 }, { "weight": 1, "sprite": 4346 }, { "weight": 1, "sprite": 4347 } ] + "bg": 3437, + "fg": [ { "weight": 1, "sprite": 4359 }, { "weight": 1, "sprite": 4360 }, { "weight": 1, "sprite": 4361 } ] }, - { "id": "corner", "bg": 3423, "fg": [ 4350, 4352, 4351, 4349 ] }, - { "id": "t_connection", "bg": 3423, "fg": [ 4360, 4362, 4361, 4359 ] }, - { "id": "edge", "bg": 3423, "fg": [ 4354, 4353 ] }, - { "id": "end_piece", "bg": 3423, "fg": [ 4356, 4358, 4357, 4355 ] }, - { "bg": 3423, "id": "unconnected", "fg": 4363 } + { "id": "corner", "bg": 3437, "fg": [ 4364, 4366, 4365, 4363 ] }, + { "id": "t_connection", "bg": 3437, "fg": [ 4374, 4376, 4375, 4373 ] }, + { "id": "edge", "bg": 3437, "fg": [ 4368, 4367 ] }, + { "id": "end_piece", "bg": 3437, "fg": [ 4370, 4372, 4371, 4369 ] }, + { "bg": 3437, "id": "unconnected", "fg": 4377 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], "multitile": true, - "fg": 4363, - "bg": 2947, + "fg": 4377, + "bg": 2961, "additional_tiles": [ { "id": "center", - "bg": 2947, - "fg": [ { "weight": 1, "sprite": 4345 }, { "weight": 1, "sprite": 4346 }, { "weight": 1, "sprite": 4347 } ] + "bg": 2961, + "fg": [ { "weight": 1, "sprite": 4359 }, { "weight": 1, "sprite": 4360 }, { "weight": 1, "sprite": 4361 } ] }, - { "id": "corner", "bg": 2947, "fg": [ 4350, 4352, 4351, 4349 ] }, - { "id": "t_connection", "bg": 2947, "fg": [ 4360, 4362, 4361, 4359 ] }, - { "id": "edge", "bg": 2947, "fg": [ 4354, 4353 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 4356, 4358, 4357, 4355 ] }, - { "bg": 2947, "id": "unconnected", "fg": 4363 } - ] - }, - { "id": [ "t_window", "t_window_alarm" ], "fg": 4364 }, - { "id": "t_window_empty", "fg": 4366 }, - { "id": "t_window_domestic", "fg": 4365 }, - { "id": "t_window_open", "fg": 4369 }, - { "id": "t_window_no_curtains", "fg": 4367 }, - { "id": "t_window_no_curtains_open", "fg": 4368 }, - { "id": "t_woodchips", "fg": 4370 }, - { "id": "t_woodchips_season_winter", "fg": 2947 }, + { "id": "corner", "bg": 2961, "fg": [ 4364, 4366, 4365, 4363 ] }, + { "id": "t_connection", "bg": 2961, "fg": [ 4374, 4376, 4375, 4373 ] }, + { "id": "edge", "bg": 2961, "fg": [ 4368, 4367 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 4370, 4372, 4371, 4369 ] }, + { "bg": 2961, "id": "unconnected", "fg": 4377 } + ] + }, + { "id": [ "t_window", "t_window_alarm" ], "fg": 4378 }, + { "id": "t_window_empty", "fg": 4380 }, + { "id": "t_window_domestic", "fg": 4379 }, + { "id": "t_window_open", "fg": 4383 }, + { "id": "t_window_no_curtains", "fg": 4381 }, + { "id": "t_window_no_curtains_open", "fg": 4382 }, + { "id": "t_woodchips", "fg": 4384 }, + { "id": "t_woodchips_season_winter", "fg": 2961 }, { "id": [ "tr_downspout_funnel", "tr_pit", "tr_lava", "tr_ledge", "tr_glass_pit", "tr_spike_pit" ], - "fg": 2032 + "fg": 2048 }, - { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4372 }, { "weight": 1, "sprite": 4373 } ] }, - { "id": "tr_nailboard", "fg": 4371, "bg": 2547 }, - { "id": "tr_portal", "fg": 4375 }, - { "id": "tr_tripwire", "fg": 4376 }, + { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 4386 }, { "weight": 1, "sprite": 4387 } ] }, + { "id": "tr_nailboard", "fg": 4385, "bg": 2564 }, + { "id": "tr_portal", "fg": 4389 }, + { "id": "tr_tripwire", "fg": 4390 }, { "id": "vp_saddle_motor", - "fg": [ 4378, 4380, 4379, 4377 ], + "fg": [ 4392, 4394, 4393, 4391 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 4378, 4380, 4379, 4377 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 4392, 4394, 4393, 4391 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 4386, 4388, 4387, 4385 ], + "fg": [ 4400, 4402, 4401, 4399 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 4386, 4388, 4387, 4385 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 4400, 4402, 4401, 4399 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 4382, 4384, 4383, 4381 ], + "fg": [ 4396, 4398, 4397, 4395 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 4382, 4384, 4383, 4381 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 4396, 4398, 4397, 4395 ] } ] }, { "id": [ "vp_wheel_small_scooter", "vp_wheel_small_scooter_steerable" ], - "fg": [ 4394, 4396, 4395, 4393 ], + "fg": [ 4408, 4410, 4409, 4407 ], "rotates": true }, - { "id": "vp_wheel_small_scooter_rear", "fg": [ 4390, 4392, 4391, 4389 ], "rotates": true }, + { "id": "vp_wheel_small_scooter_rear", "fg": [ 4404, 4406, 4405, 4403 ], "rotates": true }, { "id": "vp_battery_charger", - "fg": 4397, - "bg": 5460, + "fg": 4411, + "bg": 5476, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 4397 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 4411 } ] }, { "id": "vp_recharge_station", - "fg": 4398, - "bg": 5460, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 4398 } ] - }, - { "id": "f_chest", "fg": 2034 }, - { "id": "f_foot_locker", "fg": 2035 }, - { "id": "f_shredder", "fg": 2036 }, - { "id": "f_black_eyed_susan", "fg": 2098 }, - { "id": "mossberg_500", "fg": 2373 }, - { "id": "mossberg_500_security", "fg": 2374 }, - { "id": "mossberg_590", "fg": 2375 }, - { "id": "mossberg_930", "fg": 2376 }, - { "id": "remington_1100", "fg": 2377 }, - { "id": "remington_870", "fg": 2378 }, - { "id": "remington_870_breacher", "fg": 2379 }, - { "id": "remington_870_express", "fg": 2380 }, - { "id": "char_smoker", "fg": 2381 }, - { "id": "mattress", "fg": 2383 }, - { "id": "sheet", "fg": 2384 }, - { "id": "10mm_fmj", "fg": 2386 }, - { "id": "120mm_HEAT", "fg": 2387 }, - { "id": "123ln", "fg": 2388 }, - { "id": "12mm", "fg": 2389 }, - { "id": "20x66_beanbag", "fg": 2390 }, - { "id": "20x66_flare", "fg": 2391 }, - { "id": "20x66_flechette", "fg": 2392 }, - { "id": "20x66_frag", "fg": 2393 }, - { "id": "20x66_inc", "fg": 2394 }, - { "id": "20x66_shot", "fg": 2395 }, - { "id": "20x66_slug", "fg": 2396 }, - { "id": "223", "fg": 2397 }, - { "id": "22_cb", "fg": 2398 }, - { "id": "22_fmj", "fg": 2399 }, - { "id": "22_lr", "fg": 2400 }, - { "id": "22_ratshot", "fg": 2401 }, - { "id": "270win_jsp", "fg": 2402 }, - { "id": "3006", "fg": 2403 }, - { "id": "3006_incendiary", "fg": 2404 }, - { "id": "3006fmj", "fg": 2405 }, - { "id": "300_winmag", "fg": 2406 }, - { "id": "300blk", "fg": 2407 }, - { "id": "300blk_ss", "fg": 2408 }, - { "id": "308", "fg": 2409 }, - { "id": "32_acp", "fg": 2410 }, - { "id": "357mag_fmj", "fg": 2411 }, - { "id": "357mag_jhp", "fg": 2412 }, - { "id": "357sig_fmj", "fg": 2413 }, - { "id": "357sig_jhp", "fg": 2414 }, - { "id": "380_FMJ", "fg": 2415 }, - { "id": "380_JHP", "fg": 2416 }, - { "id": "380_p", "fg": 2417 }, - { "id": "38_fmj", "fg": 2418 }, - { "id": "38_special", "fg": 2419 }, - { "id": "38_super", "fg": 2420 }, - { "id": "38super_fmj", "fg": 2421 }, - { "id": "40fmj", "fg": 2422 }, - { "id": "40mm_flashbang", "fg": 2423 }, - { "id": "40mm_incendiary", "fg": 2424 }, - { "id": "40mm_slug", "fg": 2425 }, - { "id": "40sw", "fg": 2426 }, - { "id": "40x46mm_grenade", "fg": 2427 }, - { "id": "40x46mm_m1006", "fg": 2428 }, - { "id": "40x46mm_m433", "fg": 2429 }, - { "id": "40x46mm_m576", "fg": 2430 }, - { "id": "40x46mm_m651", "fg": 2431 }, - { "id": "40x53mm_buckshot_m169", "fg": 2432 }, - { "id": "40x53mm_flechette_m169", "fg": 2433 }, - { "id": "40x53mm_grenade", "fg": 2434 }, - { "id": "40x53mm_m1001", "fg": 2435 }, - { "id": "40x53mm_m430a1", "fg": 2436 }, - { "id": "40x53mm_slug_m169", "fg": 2437 }, - { "id": "410shot_000", "fg": 2438 }, - { "id": "44fmj", "fg": 2439 }, - { "id": "44magnum", "fg": 2440 }, - { "id": "454_Casull", "fg": 2441 }, - { "id": "4570_low", "fg": 2442 }, - { "id": "4570_pen", "fg": 2443 }, - { "id": "4570_sp", "fg": 2444 }, - { "id": "45_acp", "fg": 2445 }, - { "id": "45_jhp", "fg": 2446 }, - { "id": "45_super", "fg": 2447 }, - { "id": "45colt_jhp", "fg": 2448 }, - { "id": "460_fmj", "fg": 2449 }, - { "id": "460_rowland", "fg": 2450 }, - { "id": "46mm", "fg": 2451 }, - { "id": "500_Magnum", "fg": 2452 }, - { "id": "50_incendiary", "fg": 2453 }, - { "id": "50_mk211", "fg": 2454 }, - { "id": "50bmg", "fg": 2455 }, - { "id": "50match", "fg": 2456 }, - { "id": "50ss", "fg": 2457 }, - { "id": "545", "fg": 2458 }, - { "id": "545_ap", "fg": 2459 }, - { "id": "556", "fg": 2460 }, - { "id": "556_incendiary", "fg": 2461 }, - { "id": "57mm", "fg": 2462 }, - { "id": "5x50dart", "fg": 2463 }, - { "id": "5x50heavy", "fg": 2464 }, - { "id": "66mm_HEAT", "fg": 2465 }, - { "id": "700nx", "fg": 2466 }, - { "id": "762_25", "fg": 2467 }, - { "id": "762_25hot", "fg": 2468 }, - { "id": "762_25typeP", "fg": 2469 }, - { "id": "762_51", "fg": 2470 }, - { "id": "762_51_incendiary", "fg": 2471 }, - { "id": "762_54R", "fg": 2472 }, - { "id": "762_m43", "fg": 2473 }, - { "id": "762_m87", "fg": 2474 }, - { "id": "84x246mm_he", "fg": 2475 }, - { "id": "84x246mm_hedp", "fg": 2476 }, - { "id": "84x246mm_smoke", "fg": 2477 }, - { "id": "8mm_bootleg", "fg": 2478 }, - { "id": "8mm_caseless", "fg": 2479 }, - { "id": "8mm_civilian", "fg": 2480 }, - { "id": "8mm_fmj", "fg": 2481 }, - { "id": "8mm_hvp", "fg": 2482 }, - { "id": "8mm_inc", "fg": 2483 }, - { "id": "8mm_jhp", "fg": 2484 }, - { "id": "9mm", "fg": 2485 }, - { "id": "9mmP", "fg": 2486 }, - { "id": "9mmfmj", "fg": 2487 }, - { "id": "9x18mm", "fg": 2488 }, - { "id": "9x18mmP2", "fg": 2489 }, - { "id": "9x18mmfmj", "fg": 2490 }, - { "id": "RPG-7_ammo", "fg": 2491 }, - { "id": "RPG-7_og7v", "fg": 2492 }, - { "id": "RPG-7_pg7vr", "fg": 2493 }, - { "id": "RPG-7_tbg7v", "fg": 2494 }, - { "id": "atgm_heat", "fg": 2495 }, - { "id": "m235tpa", "fg": 2496 }, - { "id": "shot_00", "fg": 2497 }, - { "id": "shot_beanbag", "fg": 2498 }, - { "id": "shot_bird", "fg": 2499 }, - { "id": "shot_dragon", "fg": 2500 }, - { "id": "shot_flechette", "fg": 2501 }, - { "id": "shot_he", "fg": 2502 }, - { "id": "shot_scrap", "fg": 2503 }, - { "id": "shot_slug", "fg": 2504 }, - { "id": "oxygen_cylinder", "fg": 2505 }, - { "id": "oxygen_tank", "fg": 2506 }, - { "id": "tinyweldtank", "fg": 2507 }, - { "id": "weldtank", "fg": 2508 }, - { "id": "rifle_case_soft", "fg": 2536 }, - { "id": "rifle_case_soft_2", "fg": 2537 }, - { "id": "rifle_case_soft_leather_2", "fg": 2539 }, - { "id": "rucksack", "fg": 2540 }, - { "id": "bowl_clay", "fg": 2555 }, - { "id": "clay_hydria", "fg": 2556 }, - { "id": "clay_pot", "fg": 2557 }, - { "id": "clay_quern", "fg": 2558 }, - { "id": "clay_watercont", "fg": 2559 }, - { "id": "jug_clay", "fg": 2560 }, - { "id": "bot_eyebot", "fg": 2626 }, - { "id": "broken_eyebot", "fg": 2627 }, - { "id": "PR24-extended", "fg": 2668 }, - { "id": "PR24-retracted", "fg": 2669 }, - { "id": "baton-extended", "fg": 2670 }, - { "id": "baton", "fg": 2671 }, - { "id": "mon_dragonfly_naiad", "fg": 2850 }, - { "id": "unknown_field", "fg": 2880 }, - { "id": "unknown_furniture", "fg": 2881 }, - { "id": "unknown_item", "fg": 2882 }, - { "id": "unknown_item_AMMO", "fg": 2883 }, - { "id": "unknown_item_ARMOR", "fg": 2884 }, - { "id": "unknown_item_BIONIC", "fg": 2885 }, - { "id": "unknown_item_BOOK", "fg": 2886 }, - { "id": "unknown_item_FOOD", "fg": 2887 }, - { "id": "unknown_item_GUN", "fg": 2888 }, - { "id": "unknown_item_TOOL", "fg": 2889 }, - { "id": "unknown_item_misc", "fg": 2890 }, - { "id": "unknown_terrain", "fg": 2891 }, - { "id": "unknown_trap", "fg": 2892 }, - { "id": "unknown_vehicle_part", "fg": 2893 }, - { "id": "t_ramp_down_high", "fg": 2940 }, - { "id": "t_ramp_up_high", "fg": 2941 }, - { "id": "t_sidewalk_ramp_down_high", "fg": 2942 }, - { "id": "t_sidewalk_ramp_up_high", "fg": 2943 }, - { "id": "t_slope_down", "fg": 2944 }, - { "id": "t_slope_up", "fg": 2945 }, - { "id": "t_door_b_peep", "fg": 3257 }, - { "id": "t_door_boarded_damaged_peep", "fg": 3258 }, - { "id": "t_door_boarded_peep", "fg": 3259 }, - { "id": "t_door_c_peep", "fg": 3260 }, - { "id": "t_door_locked_peep", "fg": 3261 }, - { "id": "t_door_o_peep", "fg": 3262 }, - { "id": "t_slime", "fg": 4043 }, - { "id": "tr_landmine", "fg": 4374 } + "fg": 4412, + "bg": 5476, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 4412 } ] + }, + { "id": "f_chest", "fg": 2050 }, + { "id": "f_foot_locker", "fg": 2051 }, + { "id": "f_shredder", "fg": 2052 }, + { "id": "f_black_eyed_susan", "fg": 2114 }, + { "id": "mossberg_500", "fg": 2389 }, + { "id": "mossberg_500_security", "fg": 2390 }, + { "id": "mossberg_590", "fg": 2391 }, + { "id": "mossberg_930", "fg": 2392 }, + { "id": "remington_1100", "fg": 2393 }, + { "id": "remington_870", "fg": 2394 }, + { "id": "remington_870_breacher", "fg": 2395 }, + { "id": "remington_870_express", "fg": 2396 }, + { "id": "char_smoker", "fg": 2397 }, + { "id": "mattress", "fg": 2399 }, + { "id": "sheet", "fg": 2400 }, + { "id": "umbrella", "fg": 2401 }, + { "id": "10mm_fmj", "fg": 2403 }, + { "id": "120mm_HEAT", "fg": 2404 }, + { "id": "123ln", "fg": 2405 }, + { "id": "12mm", "fg": 2406 }, + { "id": "20x66_beanbag", "fg": 2407 }, + { "id": "20x66_flare", "fg": 2408 }, + { "id": "20x66_flechette", "fg": 2409 }, + { "id": "20x66_frag", "fg": 2410 }, + { "id": "20x66_inc", "fg": 2411 }, + { "id": "20x66_shot", "fg": 2412 }, + { "id": "20x66_slug", "fg": 2413 }, + { "id": "223", "fg": 2414 }, + { "id": "22_cb", "fg": 2415 }, + { "id": "22_fmj", "fg": 2416 }, + { "id": "22_lr", "fg": 2417 }, + { "id": "22_ratshot", "fg": 2418 }, + { "id": "270win_jsp", "fg": 2419 }, + { "id": "3006", "fg": 2420 }, + { "id": "3006_incendiary", "fg": 2421 }, + { "id": "3006fmj", "fg": 2422 }, + { "id": "300_winmag", "fg": 2423 }, + { "id": "300blk", "fg": 2424 }, + { "id": "300blk_ss", "fg": 2425 }, + { "id": "308", "fg": 2426 }, + { "id": "32_acp", "fg": 2427 }, + { "id": "357mag_fmj", "fg": 2428 }, + { "id": "357mag_jhp", "fg": 2429 }, + { "id": "357sig_fmj", "fg": 2430 }, + { "id": "357sig_jhp", "fg": 2431 }, + { "id": "380_FMJ", "fg": 2432 }, + { "id": "380_JHP", "fg": 2433 }, + { "id": "380_p", "fg": 2434 }, + { "id": "38_fmj", "fg": 2435 }, + { "id": "38_special", "fg": 2436 }, + { "id": "38_super", "fg": 2437 }, + { "id": "38super_fmj", "fg": 2438 }, + { "id": "40fmj", "fg": 2439 }, + { "id": "40mm_flashbang", "fg": 2440 }, + { "id": "40mm_incendiary", "fg": 2441 }, + { "id": "40mm_slug", "fg": 2442 }, + { "id": "40sw", "fg": 2443 }, + { "id": "40x46mm_grenade", "fg": 2444 }, + { "id": "40x46mm_m1006", "fg": 2445 }, + { "id": "40x46mm_m433", "fg": 2446 }, + { "id": "40x46mm_m576", "fg": 2447 }, + { "id": "40x46mm_m651", "fg": 2448 }, + { "id": "40x53mm_buckshot_m169", "fg": 2449 }, + { "id": "40x53mm_flechette_m169", "fg": 2450 }, + { "id": "40x53mm_grenade", "fg": 2451 }, + { "id": "40x53mm_m1001", "fg": 2452 }, + { "id": "40x53mm_m430a1", "fg": 2453 }, + { "id": "40x53mm_slug_m169", "fg": 2454 }, + { "id": "410shot_000", "fg": 2455 }, + { "id": "44fmj", "fg": 2456 }, + { "id": "44magnum", "fg": 2457 }, + { "id": "454_Casull", "fg": 2458 }, + { "id": "4570_low", "fg": 2459 }, + { "id": "4570_pen", "fg": 2460 }, + { "id": "4570_sp", "fg": 2461 }, + { "id": "45_acp", "fg": 2462 }, + { "id": "45_jhp", "fg": 2463 }, + { "id": "45_super", "fg": 2464 }, + { "id": "45colt_jhp", "fg": 2465 }, + { "id": "460_fmj", "fg": 2466 }, + { "id": "460_rowland", "fg": 2467 }, + { "id": "46mm", "fg": 2468 }, + { "id": "500_Magnum", "fg": 2469 }, + { "id": "50_incendiary", "fg": 2470 }, + { "id": "50_mk211", "fg": 2471 }, + { "id": "50bmg", "fg": 2472 }, + { "id": "50match", "fg": 2473 }, + { "id": "50ss", "fg": 2474 }, + { "id": "545", "fg": 2475 }, + { "id": "545_ap", "fg": 2476 }, + { "id": "556", "fg": 2477 }, + { "id": "556_incendiary", "fg": 2478 }, + { "id": "57mm", "fg": 2479 }, + { "id": "5x50dart", "fg": 2480 }, + { "id": "5x50heavy", "fg": 2481 }, + { "id": "66mm_HEAT", "fg": 2482 }, + { "id": "700nx", "fg": 2483 }, + { "id": "762_25", "fg": 2484 }, + { "id": "762_25hot", "fg": 2485 }, + { "id": "762_25typeP", "fg": 2486 }, + { "id": "762_51", "fg": 2487 }, + { "id": "762_51_incendiary", "fg": 2488 }, + { "id": "762_54R", "fg": 2489 }, + { "id": "762_m43", "fg": 2490 }, + { "id": "762_m87", "fg": 2491 }, + { "id": "84x246mm_he", "fg": 2492 }, + { "id": "84x246mm_hedp", "fg": 2493 }, + { "id": "84x246mm_smoke", "fg": 2494 }, + { "id": "8mm_bootleg", "fg": 2495 }, + { "id": "8mm_caseless", "fg": 2496 }, + { "id": "8mm_civilian", "fg": 2497 }, + { "id": "8mm_fmj", "fg": 2498 }, + { "id": "8mm_hvp", "fg": 2499 }, + { "id": "8mm_inc", "fg": 2500 }, + { "id": "8mm_jhp", "fg": 2501 }, + { "id": "9mm", "fg": 2502 }, + { "id": "9mmP", "fg": 2503 }, + { "id": "9mmfmj", "fg": 2504 }, + { "id": "9x18mm", "fg": 2505 }, + { "id": "9x18mmP2", "fg": 2506 }, + { "id": "9x18mmfmj", "fg": 2507 }, + { "id": "RPG-7_ammo", "fg": 2508 }, + { "id": "RPG-7_og7v", "fg": 2509 }, + { "id": "RPG-7_pg7vr", "fg": 2510 }, + { "id": "RPG-7_tbg7v", "fg": 2511 }, + { "id": "atgm_heat", "fg": 2512 }, + { "id": "m235tpa", "fg": 2513 }, + { "id": "shot_00", "fg": 2514 }, + { "id": "shot_beanbag", "fg": 2515 }, + { "id": "shot_bird", "fg": 2516 }, + { "id": "shot_dragon", "fg": 2517 }, + { "id": "shot_flechette", "fg": 2518 }, + { "id": "shot_he", "fg": 2519 }, + { "id": "shot_scrap", "fg": 2520 }, + { "id": "shot_slug", "fg": 2521 }, + { "id": "oxygen_cylinder", "fg": 2522 }, + { "id": "oxygen_tank", "fg": 2523 }, + { "id": "tinyweldtank", "fg": 2524 }, + { "id": "weldtank", "fg": 2525 }, + { "id": "rifle_case_soft", "fg": 2553 }, + { "id": "rifle_case_soft_2", "fg": 2554 }, + { "id": "rifle_case_soft_leather_2", "fg": 2556 }, + { "id": "rucksack", "fg": 2557 }, + { "id": "bowl_clay", "fg": 2572 }, + { "id": "clay_hydria", "fg": 2573 }, + { "id": "clay_pot", "fg": 2574 }, + { "id": "clay_quern", "fg": 2575 }, + { "id": "clay_watercont", "fg": 2576 }, + { "id": "jug_clay", "fg": 2577 }, + { "id": "PR24-extended", "fg": 2683 }, + { "id": "PR24-retracted", "fg": 2684 }, + { "id": "baton-extended", "fg": 2685 }, + { "id": "baton", "fg": 2686 }, + { "id": "mon_dragonfly_naiad", "fg": 2864 }, + { "id": "unknown_field", "fg": 2894 }, + { "id": "unknown_furniture", "fg": 2895 }, + { "id": "unknown_item", "fg": 2896 }, + { "id": "unknown_item_AMMO", "fg": 2897 }, + { "id": "unknown_item_ARMOR", "fg": 2898 }, + { "id": "unknown_item_BIONIC", "fg": 2899 }, + { "id": "unknown_item_BOOK", "fg": 2900 }, + { "id": "unknown_item_FOOD", "fg": 2901 }, + { "id": "unknown_item_GUN", "fg": 2902 }, + { "id": "unknown_item_TOOL", "fg": 2903 }, + { "id": "unknown_item_misc", "fg": 2904 }, + { "id": "unknown_terrain", "fg": 2905 }, + { "id": "unknown_trap", "fg": 2906 }, + { "id": "unknown_vehicle_part", "fg": 2907 }, + { "id": "t_ramp_down_high", "fg": 2954 }, + { "id": "t_ramp_up_high", "fg": 2955 }, + { "id": "t_sidewalk_ramp_down_high", "fg": 2956 }, + { "id": "t_sidewalk_ramp_up_high", "fg": 2957 }, + { "id": "t_slope_down", "fg": 2958 }, + { "id": "t_slope_up", "fg": 2959 }, + { "id": "t_door_b_peep", "fg": 3271 }, + { "id": "t_door_boarded_damaged_peep", "fg": 3272 }, + { "id": "t_door_boarded_peep", "fg": 3273 }, + { "id": "t_door_c_peep", "fg": 3274 }, + { "id": "t_door_locked_peep", "fg": 3275 }, + { "id": "t_door_o_peep", "fg": 3276 }, + { "id": "t_slime", "fg": 4057 }, + { "id": "tr_landmine", "fg": 4388 } ] }, { "file": "tallfurniture.png", - "//": "range 4400 to 4527", + "//": "range 4416 to 4543", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "f_punching_bag", "fg": 4404 }, - { "id": "f_exercise", "fg": 4403 }, - { "id": "f_ergometer", "fg": 4402 }, - { "id": "f_IV_pole", "fg": 4406 }, - { "id": "f_arcade_machine", "fg": 4407 }, - { "id": "f_autodoc_couch", "fg": 4408 }, - { "id": "f_bigmirror", "fg": 4409 }, - { "id": "f_birdbath", "fg": 4410 }, + { + "id": "f_deckchair", + "fg": [ { "weight": 1, "sprite": 4416 }, { "weight": 1, "sprite": 4417 }, { "weight": 1, "sprite": 4418 } ] + }, + { "id": "f_punching_bag", "fg": 4423 }, + { "id": "f_exercise", "fg": 4422 }, + { "id": "f_ergometer", "fg": 4421 }, + { "id": "f_IV_pole", "fg": 4425 }, + { "id": "f_arcade_machine", "fg": 4426 }, + { "id": "f_autodoc_couch", "fg": 4427 }, + { "id": "f_bigmirror", "fg": 4428 }, + { "id": "f_birdbath", "fg": 4429 }, { "id": "f_bookcase", "multitile": true, "rotates": false, - "fg": 4411, + "fg": 4430, "additional_tiles": [ - { "id": "center", "fg": 4411 }, - { "id": "corner", "fg": [ 4413, 4414, 4414, 4413 ] }, - { "id": "t_connection", "fg": [ 4411, 4412, 4411, 4412 ] }, - { "id": "edge", "fg": [ 4412, 4411 ] }, - { "id": "end_piece", "fg": [ 4413, 4411, 4414, 4411 ] }, - { "id": "unconnected", "fg": [ 4411, 4411 ] } + { "id": "center", "fg": 4430 }, + { "id": "corner", "fg": [ 4432, 4433, 4433, 4432 ] }, + { "id": "t_connection", "fg": [ 4430, 4431, 4430, 4431 ] }, + { "id": "edge", "fg": [ 4431, 4430 ] }, + { "id": "end_piece", "fg": [ 4432, 4430, 4433, 4430 ] }, + { "id": "unconnected", "fg": [ 4430, 4430 ] } ] }, - { "id": "f_boulder_large", "fg": 4415 }, - { "id": "f_cattails_season_spring", "fg": 4417, "rotates": false }, - { "id": "f_cattails_season_summer", "fg": 4418, "rotates": false }, - { "id": "f_cattails_season_autumn", "fg": 4416, "rotates": false }, - { "id": "f_cattails_season_winter", "fg": 4419, "rotates": false }, + { "id": "f_boulder_large", "fg": 4434 }, + { "id": "f_cattails_season_spring", "fg": 4436, "rotates": false }, + { "id": "f_cattails_season_summer", "fg": 4437, "rotates": false }, + { "id": "f_cattails_season_autumn", "fg": 4435, "rotates": false }, + { "id": "f_cattails_season_winter", "fg": 4438, "rotates": false }, { "id": "f_console", "multitile": true, - "fg": 4453, + "fg": 4472, "additional_tiles": [ - { "id": "center", "fg": 4438 }, - { "id": "corner", "fg": [ 4440, 4442, 4441, 4439 ] }, - { "id": "t_connection", "fg": [ 4450, 4452, 4451, 4449 ] }, - { "id": "edge", "fg": [ 4444, 4443 ] }, - { "id": "end_piece", "fg": [ 4446, 4448, 4447, 4445 ] }, - { "id": "unconnected", "fg": [ 4453, 4455, 4453, 4454 ] } + { "id": "center", "fg": 4457 }, + { "id": "corner", "fg": [ 4459, 4461, 4460, 4458 ] }, + { "id": "t_connection", "fg": [ 4469, 4471, 4470, 4468 ] }, + { "id": "edge", "fg": [ 4463, 4462 ] }, + { "id": "end_piece", "fg": [ 4465, 4467, 4466, 4464 ] }, + { "id": "unconnected", "fg": [ 4472, 4474, 4472, 4473 ] } ] }, { "id": "f_console_broken", "multitile": true, - "fg": 4436, + "fg": 4455, "additional_tiles": [ - { "id": "center", "fg": 4420 }, - { "id": "corner", "fg": [ 4422, 4424, 4423, 4421 ] }, - { "id": "t_connection", "fg": [ 4432, 4434, 4433, 4431 ] }, - { "id": "edge", "fg": [ 4426, 4425 ] }, - { "id": "end_piece", "fg": [ 4428, 4430, 4429, 4427 ] }, - { "id": "unconnected", "fg": [ 4436, 4437, 4436, 4435 ] } + { "id": "center", "fg": 4439 }, + { "id": "corner", "fg": [ 4441, 4443, 4442, 4440 ] }, + { "id": "t_connection", "fg": [ 4451, 4453, 4452, 4450 ] }, + { "id": "edge", "fg": [ 4445, 4444 ] }, + { "id": "end_piece", "fg": [ 4447, 4449, 4448, 4446 ] }, + { "id": "unconnected", "fg": [ 4455, 4456, 4455, 4454 ] } ] }, - { "id": "f_crate_c", "fg": 4456 }, - { "id": "f_crate_o", "fg": 4457 }, - { "id": "f_dialysis", "fg": 4458 }, - { "id": "f_dresser", "rotates": true, "fg": [ 4461, 4462, 4460, 4459 ] }, - { "id": "f_dryer", "fg": 4463 }, + { "id": "f_crate_c", "fg": 4475 }, + { "id": "f_crate_o", "fg": 4476 }, + { "id": "f_dialysis", "fg": 4477 }, + { "id": "f_dresser", "rotates": true, "fg": [ 4480, 4481, 4479, 4478 ] }, + { "id": "f_dryer", "fg": 4482 }, { "id": "f_dumpster", - "fg": 4470, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 4464 }, - { "id": "corner", "fg": [ 4469, 4469, 4466, 4466 ] }, - { "id": "t_connection", "fg": [ 4464, 4469, 4464, 4466 ] }, - { "id": "edge", "fg": [ 4465, 4464 ] }, - { "id": "end_piece", "fg": [ 4467, 4469, 4468, 4466 ] }, - { "id": "unconnected", "fg": [ 4470, 4470 ] } - ] - }, - { "id": "f_fireplace", "fg": 4471 }, - { "id": "f_floor_lamp", "fg": 4472 }, - { "id": "f_fridge", "rotates": true, "fg": [ 4475, 4476, 4474, 4473 ] }, - { "id": "t_gas_pump", "fg": 4477, "bg": 4645 }, - { "id": "f_gas_pump", "fg": 4477 }, - { "id": "f_glass_cabinet", "fg": 4478 }, - { "id": "f_glass_fridge", "fg": 4479 }, - { "id": "f_home_furnace", "fg": 4480 }, - { "id": "f_locker", "fg": 4481 }, - { "id": "f_machinery_old", "fg": 4488 }, - { "id": "t_machinery_old", "fg": 4488, "bg": 4641 }, - { "id": "f_machinery_electronic", "fg": 4482 }, - { "id": "t_machinery_electronic", "fg": 4482, "bg": 4641 }, + "fg": 4489, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 4483 }, + { "id": "corner", "fg": [ 4488, 4488, 4485, 4485 ] }, + { "id": "t_connection", "fg": [ 4483, 4488, 4483, 4485 ] }, + { "id": "edge", "fg": [ 4484, 4483 ] }, + { "id": "end_piece", "fg": [ 4486, 4488, 4487, 4485 ] }, + { "id": "unconnected", "fg": [ 4489, 4489 ] } + ] + }, + { "id": "f_fireplace", "fg": 4490 }, + { "id": "f_floor_lamp", "fg": 4491 }, + { "id": "f_fridge", "rotates": true, "fg": [ 4494, 4495, 4493, 4492 ] }, + { "id": "t_gas_pump", "fg": 4496, "bg": 4661 }, + { "id": "f_gas_pump", "fg": 4496 }, + { "id": "f_glass_cabinet", "fg": 4497 }, + { "id": "f_glass_fridge", "fg": 4498 }, + { "id": "f_home_furnace", "fg": 4499 }, + { "id": "f_locker", "fg": 4500 }, + { "id": "f_machinery_old", "fg": 4507 }, + { "id": "t_machinery_old", "fg": 4507, "bg": 4657 }, + { "id": "f_machinery_electronic", "fg": 4501 }, + { "id": "t_machinery_electronic", "fg": 4501, "bg": 4657 }, { "id": "f_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 4483 }, { "weight": 150, "sprite": 4484 }, { "weight": 100, "sprite": 4485 } ] + "fg": [ { "weight": 20, "sprite": 4502 }, { "weight": 150, "sprite": 4503 }, { "weight": 100, "sprite": 4504 } ] }, { "id": "t_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 4483 }, { "weight": 150, "sprite": 4484 }, { "weight": 100, "sprite": 4485 } ], - "bg": 4641 + "fg": [ { "weight": 20, "sprite": 4502 }, { "weight": 150, "sprite": 4503 }, { "weight": 100, "sprite": 4504 } ], + "bg": 4657 }, - { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 4487 }, { "weight": 100, "sprite": 4486 } ] }, + { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 4506 }, { "weight": 100, "sprite": 4505 } ] }, { "id": "t_machinery_light", - "fg": [ { "weight": 100, "sprite": 4487 }, { "weight": 100, "sprite": 4486 } ], - "bg": 4641 - }, - { "id": "f_mannequin", "fg": 4489 }, - { "id": "f_alien_tendril", "fg": 4492 }, - { "id": "f_alien_zapper", "fg": 4493 }, - { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 4490 }, - { "id": "f_alien_pod_resin", "fg": 4491 }, - { "id": "f_oven", "rotates": true, "fg": [ 4496, 4497, 4495, 4494 ] }, - { "id": "f_rack_coat", "fg": 4498 }, - { "id": "f_scan_bed", "fg": 4499 }, + "fg": [ { "weight": 100, "sprite": 4506 }, { "weight": 100, "sprite": 4505 } ], + "bg": 4657 + }, + { "id": "f_mannequin", "fg": 4508 }, + { "id": "f_alien_tendril", "fg": 4511 }, + { "id": "f_alien_zapper", "fg": 4512 }, + { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 4509 }, + { "id": "f_alien_pod_resin", "fg": 4510 }, + { "id": "f_oven", "rotates": true, "fg": [ 4515, 4516, 4514, 4513 ] }, + { "id": "f_rack_coat", "fg": 4517 }, + { "id": "f_scan_bed", "fg": 4518 }, { "id": "f_scrap_antenna", "animated": true, "fg": [ - { "weight": 15, "sprite": 4500 }, - { "weight": 15, "sprite": 4501 }, - { "weight": 15, "sprite": 4502 }, - { "weight": 15, "sprite": 4503 }, - { "weight": 15, "sprite": 4504 }, - { "weight": 15, "sprite": 4505 } + { "weight": 15, "sprite": 4519 }, + { "weight": 15, "sprite": 4520 }, + { "weight": 15, "sprite": 4521 }, + { "weight": 15, "sprite": 4522 }, + { "weight": 15, "sprite": 4523 }, + { "weight": 15, "sprite": 4524 } ], "rotates": false }, - { "id": "f_shower", "fg": 4506 }, - { "id": "f_standing_tank", "fg": 4507 }, - { "id": "f_statue", "fg": 4508 }, - { "id": "f_vending_c", "fg": 4509 }, - { "id": "f_vending_reinforced", "fg": 4511 }, - { "id": "f_vending_o", "fg": 4510 }, - { "id": "f_ventilator", "fg": 4512 }, - { "id": "f_washer", "fg": 4513 }, - { "id": "f_water_heater", "fg": 4514 }, - { "id": "f_water_pump", "fg": 4515 }, - { "id": "t_water_pump", "fg": 4515, "bg": 4641 }, - { "id": "f_wind_mill", "fg": 4516 }, - { "id": "f_woodstove", "fg": 4517 }, - { "id": "f_workbench", "fg": 4518 }, - { "id": "f_dishwasher", "fg": 4400 }, - { "id": "f_wardrobe", "fg": 4401 }, - { "id": "f_treadmill", "fg": 4405 } + { "id": "f_shower", "fg": 4525 }, + { "id": "f_standing_tank", "fg": 4526 }, + { "id": "f_statue", "fg": 4527 }, + { "id": "f_vending_c", "fg": 4528 }, + { "id": "f_vending_reinforced", "fg": 4530 }, + { "id": "f_vending_o", "fg": 4529 }, + { "id": "f_ventilator", "fg": 4531 }, + { "id": "f_washer", "fg": 4532 }, + { "id": "f_water_heater", "fg": 4533 }, + { "id": "f_water_pump", "fg": 4534 }, + { "id": "t_water_pump", "fg": 4534, "bg": 4657 }, + { "id": "f_wind_mill", "fg": 4535 }, + { "id": "f_woodstove", "fg": 4536 }, + { "id": "f_workbench", "fg": 4537 }, + { "id": "f_dishwasher", "fg": 4419 }, + { "id": "f_wardrobe", "fg": 4420 }, + { "id": "f_treadmill", "fg": 4424 } ] }, { "file": "tallmonsters.png", - "//": "range 4528 to 4623", + "//": "range 4544 to 4639", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_zombie_phase_skulker", "fg": 4529, "bg": 4624 }, - { "id": "mon_zombie_phase_shrike", "fg": 4528, "bg": 4624 }, + { "id": "mon_zombie_phase_skulker", "fg": 4545, "bg": 4640 }, + { "id": "mon_zombie_phase_shrike", "fg": 4544, "bg": 4640 }, { "id": "mon_exodii_worker", "fg": [ - { "weight": 15, "sprite": 4531 }, - { "weight": 15, "sprite": 4532 }, - { "weight": 10, "sprite": 4533 }, - { "weight": 10, "sprite": 4534 } + { "weight": 15, "sprite": 4547 }, + { "weight": 15, "sprite": 4548 }, + { "weight": 10, "sprite": 4549 }, + { "weight": 10, "sprite": 4550 } ], - "bg": 4624 + "bg": 4640 }, { "id": "mon_hunting_horror", - "fg": [ { "weight": 1, "sprite": 4551 }, { "weight": 1, "sprite": 4552 }, { "weight": 1, "sprite": 4553 } ], - "bg": 4624 - }, - { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 4577 }, - { "id": "mon_turret_riot", "fg": 4557, "bg": 4624 }, - { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 4571 }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 4574, "bg": 4624 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 4575, "bg": 4624 }, - { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 4576, "bg": 4624 }, - { "id": "corpse_mon_zombie_rot", "fg": 4577 }, - { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 4579 }, + "fg": [ { "weight": 1, "sprite": 4567 }, { "weight": 1, "sprite": 4568 }, { "weight": 1, "sprite": 4569 } ], + "bg": 4640 + }, + { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 4593 }, + { "id": "mon_turret_riot", "fg": 4573, "bg": 4640 }, + { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 4587 }, + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 4590, "bg": 4640 }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 4591, "bg": 4640 }, + { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 4592, "bg": 4640 }, + { "id": "corpse_mon_zombie_rot", "fg": 4593 }, + { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 4595 }, { "id": [ "corpse_mon_zombie", @@ -6698,11 +6705,11 @@ "corpse_mon_zombie_prisoner", "corpse_mon_zombie_winged" ], - "fg": 4585 + "fg": 4601 }, - { "id": "corpse_mon_zombie_scientist", "fg": 4587 }, - { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 4588 }, - { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 4586 }, + { "id": "corpse_mon_zombie_scientist", "fg": 4603 }, + { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 4604 }, + { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 4602 }, { "id": [ "corpse_mon_zombie_tough", @@ -6718,17 +6725,17 @@ "corpse_mon_zombie_soldier_blackops_2", "corpse_mon_zombie_soldier_blackops_1" ], - "fg": 4589 + "fg": 4605 }, - { "id": "mon_zombie_winged", "fg": 4603, "bg": 4624 }, - { "id": "mon_zombie_swat", "fg": 4608, "bg": 4624 }, - { "id": "mon_zombie_flamer", "fg": 4613, "bg": 4624 }, - { "id": "corpse_mon_zombie_brainless", "fg": 4563 } + { "id": "mon_zombie_winged", "fg": 4619, "bg": 4640 }, + { "id": "mon_zombie_swat", "fg": 4624, "bg": 4640 }, + { "id": "mon_zombie_flamer", "fg": 4629, "bg": 4640 }, + { "id": "corpse_mon_zombie_brainless", "fg": 4579 } ] }, { "file": "tallshadows.png", - "//": "range 4624 to 4639", + "//": "range 4640 to 4655", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -6737,31 +6744,31 @@ }, { "file": "tallterrain.png", - "//": "range 4640 to 4671", + "//": "range 4656 to 4687", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "t_atm", "fg": 4646, "bg": 4641 }, - { "id": "t_column", "fg": 4647, "bg": 4641 }, - { "id": "t_gutter_downspout", "fg": 4648, "bg": 4644 }, - { "id": "t_gutter_downspout_season_autumn", "fg": 4648, "bg": 4642 }, - { "id": "t_gutter_downspout_season_summer", "fg": 4648, "bg": 4643 }, - { "id": "t_gutter_downspout_season_winter", "fg": 4648, "bg": 4640 }, - { "id": "t_ladder_up", "fg": 4649 }, - { "id": "t_little_column", "fg": 4650, "bg": 4641 }, - { "id": "t_stairs_up", "fg": 4651 }, - { "id": "t_wood_stairs_up", "fg": 4652 }, - { "id": "t_utility_light", "fg": 4653 }, - { "id": "t_window_stained_blue", "fg": 4654 }, - { "id": "t_window_stained_green", "fg": 4655 }, - { "id": "t_window_stained_red", "fg": 4656 } + { "id": "t_atm", "fg": 4662, "bg": 4657 }, + { "id": "t_column", "fg": 4663, "bg": 4657 }, + { "id": "t_gutter_downspout", "fg": 4664, "bg": 4660 }, + { "id": "t_gutter_downspout_season_autumn", "fg": 4664, "bg": 4658 }, + { "id": "t_gutter_downspout_season_summer", "fg": 4664, "bg": 4659 }, + { "id": "t_gutter_downspout_season_winter", "fg": 4664, "bg": 4656 }, + { "id": "t_ladder_up", "fg": 4665 }, + { "id": "t_little_column", "fg": 4666, "bg": 4657 }, + { "id": "t_stairs_up", "fg": 4667 }, + { "id": "t_wood_stairs_up", "fg": 4668 }, + { "id": "t_utility_light", "fg": 4669 }, + { "id": "t_window_stained_blue", "fg": 4670 }, + { "id": "t_window_stained_green", "fg": 4671 }, + { "id": "t_window_stained_red", "fg": 4672 } ] }, { "file": "tallvehicle.png", - "//": "range 4672 to 4687", + "//": "range 4688 to 4703", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, @@ -6769,16 +6776,16 @@ "tiles": [ { "id": "vp_frame_handle", - "fg": [ 4673, 4675, 4674, 4672 ], + "fg": [ 4689, 4691, 4690, 4688 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 4673, 4675, 4674, 4672 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 4689, 4691, 4690, 4688 ] } ] }, - { "id": "vp_saddle_scooter", "fg": [ 4677, 4679, 4678, 4676 ], "rotates": true } + { "id": "vp_saddle_scooter", "fg": [ 4693, 4695, 4694, 4692 ], "rotates": true } ] }, { "file": "huge.png", - "//": "range 4688 to 4703", + "//": "range 4704 to 4719", "sprite_width": 64, "sprite_height": 96, "sprite_offset_x": -16, @@ -6787,278 +6794,278 @@ }, { "file": "centered.png", - "//": "range 4704 to 4719", + "//": "range 4720 to 4735", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -16, "tiles": [ - { "id": "vp_wing_mirror", "fg": [ 4713, 4715, 4714, 4712 ], "rotates": true }, - { "id": "vp_wing_mirror_left", "fg": [ 4705, 4707, 4706, 4704 ], "rotates": true }, - { "id": "vp_wing_mirror_right", "fg": [ 4709, 4711, 4710, 4708 ], "rotates": true } + { "id": "vp_wing_mirror", "fg": [ 4729, 4731, 4730, 4728 ], "rotates": true }, + { "id": "vp_wing_mirror_left", "fg": [ 4721, 4723, 4722, 4720 ], "rotates": true }, + { "id": "vp_wing_mirror_right", "fg": [ 4725, 4727, 4726, 4724 ], "rotates": true } ] }, { "file": "large.png", - "//": "range 4720 to 4815", + "//": "range 4736 to 4831", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "f_CTscan", "fg": 4721 }, - { "id": "f_MRI", "fg": 4722 }, - { "id": "f_rotary_clothesline", "fg": 4723 }, - { "id": "mon_troll", "fg": 4724, "bg": 4796 }, - { "id": "mon_smoker_brute", "fg": 4727, "bg": 4797 }, + { "id": "f_CTscan", "fg": 4737 }, + { "id": "f_MRI", "fg": 4738 }, + { "id": "f_rotary_clothesline", "fg": 4739 }, + { "id": "mon_troll", "fg": 4740, "bg": 4812 }, + { "id": "mon_smoker_brute", "fg": 4743, "bg": 4813 }, { "id": "mon_exodii_quad", "fg": [ - { "weight": 15, "sprite": 4728 }, - { "weight": 10, "sprite": 4729 }, - { "weight": 15, "sprite": 4730 }, - { "weight": 15, "sprite": 4731 } + { "weight": 15, "sprite": 4744 }, + { "weight": 10, "sprite": 4745 }, + { "weight": 15, "sprite": 4746 }, + { "weight": 15, "sprite": 4747 } ], - "bg": 4796 + "bg": 4812 }, { "id": "mon_exodii_turret", "fg": [ - { "weight": 15, "sprite": 4732 }, - { "weight": 5, "sprite": 4733 }, - { "weight": 15, "sprite": 4734 }, - { "weight": 15, "sprite": 4735 } + { "weight": 15, "sprite": 4748 }, + { "weight": 5, "sprite": 4749 }, + { "weight": 15, "sprite": 4750 }, + { "weight": 15, "sprite": 4751 } ], - "bg": 4797 - }, - { "id": "mon_giant_crayfish", "fg": 4737, "bg": 4798 }, - { "id": "mon_slug_giant", "fg": 4738, "bg": 4796 }, - { "id": "corpse_mon_spider_web", "fg": 4739 }, - { "id": "mon_dog_zombie_hulk", "fg": 4741, "bg": 4797 }, - { "id": "corpse_mon_ant_soldier", "fg": 4746 }, - { "id": "corpse_mon_ant_acid_soldier", "fg": 4744 }, - { "id": "corpse_mon_ant_queen", "fg": 4745 }, - { "id": "corpse_mon_ant_acid_queen", "fg": 4743 }, - { "id": "mon_mi_go_scout", "fg": 4758, "bg": 4797 }, - { "id": "mon_zombie_brute_winged", "fg": 4769, "bg": 4796 }, - { "id": "mon_nursebot_defective", "fg": 4782, "bg": 4798 }, - { "id": "corpse_mon_spider_jumping_giant", "fg": 4785 }, - { "id": "corpse_mon_spider_wolf_giant", "fg": 4786 }, - { "id": "mon_thing", "fg": 4791, "bg": 4796 }, - { "id": "t_tree_young", "fg": 4804, "bg": 4801 }, - { "id": "t_tree_young_season_summer", "fg": 4803, "bg": 4802, "rotates": false }, + "bg": 4813 + }, + { "id": "mon_giant_crayfish", "fg": 4753, "bg": 4814 }, + { "id": "mon_slug_giant", "fg": 4754, "bg": 4812 }, + { "id": "corpse_mon_spider_web", "fg": 4755 }, + { "id": "mon_dog_zombie_hulk", "fg": 4757, "bg": 4813 }, + { "id": "corpse_mon_ant_soldier", "fg": 4762 }, + { "id": "corpse_mon_ant_acid_soldier", "fg": 4760 }, + { "id": "corpse_mon_ant_queen", "fg": 4761 }, + { "id": "corpse_mon_ant_acid_queen", "fg": 4759 }, + { "id": "mon_mi_go_scout", "fg": 4774, "bg": 4813 }, + { "id": "mon_zombie_brute_winged", "fg": 4785, "bg": 4812 }, + { "id": "mon_nursebot_defective", "fg": 4798, "bg": 4814 }, + { "id": "corpse_mon_spider_jumping_giant", "fg": 4801 }, + { "id": "corpse_mon_spider_wolf_giant", "fg": 4802 }, + { "id": "mon_thing", "fg": 4807, "bg": 4812 }, + { "id": "t_tree_young", "fg": 4820, "bg": 4817 }, + { "id": "t_tree_young_season_summer", "fg": 4819, "bg": 4818, "rotates": false }, { "id": "t_tree_young_season_autumn", - "fg": [ { "weight": 100, "sprite": 4805 }, { "weight": 100, "sprite": 4806 } ], - "bg": 4800, + "fg": [ { "weight": 100, "sprite": 4821 }, { "weight": 100, "sprite": 4822 } ], + "bg": 4816, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 4807, "bg": 4799, "rotates": false }, - { "id": "corpse_mon_zombie_spitter", "fg": 4720 } + { "id": "t_tree_young_season_winter", "fg": 4823, "bg": 4815, "rotates": false }, + { "id": "corpse_mon_zombie_spitter", "fg": 4736 } ] }, { "file": "giant.png", - "//": "range 4816 to 4863", + "//": "range 4832 to 4879", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, "sprite_offset_y": -64, "tiles": [ - { "id": "t_tree", "fg": 4825, "bg": 4818 }, - { "id": "t_tree_season_summer", "fg": 4820, "bg": 4819 }, + { "id": "t_tree", "fg": 4841, "bg": 4834 }, + { "id": "t_tree_season_summer", "fg": 4836, "bg": 4835 }, { "id": "t_tree_season_autumn", "fg": [ - { "weight": 100, "sprite": 4821 }, - { "weight": 100, "sprite": 4822 }, - { "weight": 100, "sprite": 4823 }, - { "weight": 100, "sprite": 4824 } + { "weight": 100, "sprite": 4837 }, + { "weight": 100, "sprite": 4838 }, + { "weight": 100, "sprite": 4839 }, + { "weight": 100, "sprite": 4840 } ], - "bg": 4817 + "bg": 4833 }, - { "id": "t_tree_season_winter", "fg": 4842, "bg": 4816 }, - { "id": "t_tree_apple", "fg": 4826, "bg": 4818 }, - { "id": "t_tree_apple_season_summer", "fg": 4826, "bg": 4819 }, - { "id": "t_tree_apple_season_winter", "fg": 4831, "bg": 4816 }, + { "id": "t_tree_season_winter", "fg": 4858, "bg": 4832 }, + { "id": "t_tree_apple", "fg": 4842, "bg": 4834 }, + { "id": "t_tree_apple_season_summer", "fg": 4842, "bg": 4835 }, + { "id": "t_tree_apple_season_winter", "fg": 4847, "bg": 4832 }, { "id": "t_tree_apple_season_autumn", - "fg": [ { "weight": 1, "sprite": 4827 }, { "weight": 1, "sprite": 4828 } ], - "bg": 4817 + "fg": [ { "weight": 1, "sprite": 4843 }, { "weight": 1, "sprite": 4844 } ], + "bg": 4833 }, { "id": "t_tree_apple_harvested", - "fg": [ { "weight": 1, "sprite": 4829 }, { "weight": 1, "sprite": 4830 } ], - "bg": 4817 + "fg": [ { "weight": 1, "sprite": 4845 }, { "weight": 1, "sprite": 4846 } ], + "bg": 4833 }, - { "id": "t_tree_birch", "fg": 4832, "bg": 4818 }, - { "id": "t_tree_birch_season_summer", "fg": 4832, "bg": 4819 }, - { "id": "t_tree_birch_season_winter", "fg": 4835, "bg": 4816 }, + { "id": "t_tree_birch", "fg": 4848, "bg": 4834 }, + { "id": "t_tree_birch_season_summer", "fg": 4848, "bg": 4835 }, + { "id": "t_tree_birch_season_winter", "fg": 4851, "bg": 4832 }, { "id": "t_tree_birch_season_autumn", - "fg": [ { "weight": 1, "sprite": 4833 }, { "weight": 1, "sprite": 4834 } ], - "bg": 4817 + "fg": [ { "weight": 1, "sprite": 4849 }, { "weight": 1, "sprite": 4850 } ], + "bg": 4833 }, - { "id": "t_tree_cherry", "fg": 4836, "bg": 4818 }, - { "id": "t_tree_cherry_season_summer", "fg": 4840, "bg": 4819 }, - { "id": "t_tree_cherry_harvested", "fg": 4839, "bg": 4819 }, - { "id": "t_tree_cherry_season_winter", "fg": 4841, "bg": 4816 }, + { "id": "t_tree_cherry", "fg": 4852, "bg": 4834 }, + { "id": "t_tree_cherry_season_summer", "fg": 4856, "bg": 4835 }, + { "id": "t_tree_cherry_harvested", "fg": 4855, "bg": 4835 }, + { "id": "t_tree_cherry_season_winter", "fg": 4857, "bg": 4832 }, { "id": "t_tree_cherry_season_autumn", - "fg": [ { "weight": 1, "sprite": 4837 }, { "weight": 1, "sprite": 4838 } ], - "bg": 4817 + "fg": [ { "weight": 1, "sprite": 4853 }, { "weight": 1, "sprite": 4854 } ], + "bg": 4833 }, { "id": "t_tree_dead", - "fg": [ { "weight": 100, "sprite": 4842 }, { "weight": 100, "sprite": 5956 } ], - "bg": 4818 + "fg": [ { "weight": 100, "sprite": 4858 }, { "weight": 100, "sprite": 5972 } ], + "bg": 4834 }, { "id": "t_tree_dead_season_summer", - "fg": [ { "weight": 100, "sprite": 4842 }, { "weight": 100, "sprite": 5956 } ], - "bg": 4819 + "fg": [ { "weight": 100, "sprite": 4858 }, { "weight": 100, "sprite": 5972 } ], + "bg": 4835 }, { "id": "t_tree_dead_season_autumn", - "fg": [ { "weight": 100, "sprite": 4842 }, { "weight": 100, "sprite": 5956 } ], - "bg": 4817 + "fg": [ { "weight": 100, "sprite": 4858 }, { "weight": 100, "sprite": 5972 } ], + "bg": 4833 }, { "id": "t_tree_dead_season_winter", - "fg": [ { "weight": 100, "sprite": 4842 }, { "weight": 100, "sprite": 5956 } ], - "bg": 4816 - }, - { "id": "t_tree_maple", "fg": 4844, "bg": 4818 }, - { "id": "t_tree_maple_season_summer", "fg": 4845, "bg": 4819 }, - { "id": "t_tree_maple_season_autumn", "fg": 4843, "bg": 4817 }, - { "id": "t_tree_maple_season_winter", "fg": 4846, "bg": 4816 }, - { "id": "t_tree_peach_season_spring", "fg": 4847, "bg": 4818 }, - { "id": "t_tree_peach_season_summer", "fg": 4850, "bg": 4819 }, - { "id": "t_tree_peach_harvested", "fg": 4847, "bg": 4819 }, - { "id": "t_tree_peach_season_winter", "fg": 4851, "bg": 4816 }, + "fg": [ { "weight": 100, "sprite": 4858 }, { "weight": 100, "sprite": 5972 } ], + "bg": 4832 + }, + { "id": "t_tree_maple", "fg": 4860, "bg": 4834 }, + { "id": "t_tree_maple_season_summer", "fg": 4861, "bg": 4835 }, + { "id": "t_tree_maple_season_autumn", "fg": 4859, "bg": 4833 }, + { "id": "t_tree_maple_season_winter", "fg": 4862, "bg": 4832 }, + { "id": "t_tree_peach_season_spring", "fg": 4863, "bg": 4834 }, + { "id": "t_tree_peach_season_summer", "fg": 4866, "bg": 4835 }, + { "id": "t_tree_peach_harvested", "fg": 4863, "bg": 4835 }, + { "id": "t_tree_peach_season_winter", "fg": 4867, "bg": 4832 }, { "id": "t_tree_peach_season_autumn", - "fg": [ { "weight": 1, "sprite": 4848 }, { "weight": 1, "sprite": 4849 } ], - "bg": 4817 + "fg": [ { "weight": 1, "sprite": 4864 }, { "weight": 1, "sprite": 4865 } ], + "bg": 4833 } ] }, { "file": "incomplete.png", - "//": "range 4864 to 5855", + "//": "range 4880 to 5871", "tiles": [ - { "id": "unknown", "fg": 4864 }, - { "id": "fd_acid", "fg": 4865 }, + { "id": "unknown", "fg": 4880 }, + { "id": "fd_acid", "fg": 4881 }, { "id": "fd_blood", - "fg": 4897, + "fg": 4913, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4866 }, - { "id": "corner", "fg": [ 4868, 4870, 4869, 4867 ] }, - { "id": "t_connection", "fg": [ 4894, 4896, 4895, 4893 ] }, - { "id": "edge", "fg": [ 4872, 4871 ] }, - { "id": "end_piece", "fg": [ 4874, 4876, 4875, 4873 ] }, - { "id": "unconnected", "fg": [ 4897, 4897 ] } + { "id": "center", "fg": 4882 }, + { "id": "corner", "fg": [ 4884, 4886, 4885, 4883 ] }, + { "id": "t_connection", "fg": [ 4910, 4912, 4911, 4909 ] }, + { "id": "edge", "fg": [ 4888, 4887 ] }, + { "id": "end_piece", "fg": [ 4890, 4892, 4891, 4889 ] }, + { "id": "unconnected", "fg": [ 4913, 4913 ] } ] }, { "id": [ "fd_blood_insect", "fd_blood_invertebrate" ], - "fg": 4892, + "fg": 4908, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4877 }, - { "id": "corner", "fg": [ 4879, 4881, 4880, 4878 ] }, - { "id": "t_connection", "fg": [ 4889, 4891, 4890, 4888 ] }, - { "id": "edge", "fg": [ 4883, 4882 ] }, - { "id": "end_piece", "fg": [ 4885, 4887, 4886, 4884 ] }, - { "id": "unconnected", "fg": [ 4892, 4892 ] } + { "id": "center", "fg": 4893 }, + { "id": "corner", "fg": [ 4895, 4897, 4896, 4894 ] }, + { "id": "t_connection", "fg": [ 4905, 4907, 4906, 4904 ] }, + { "id": "edge", "fg": [ 4899, 4898 ] }, + { "id": "end_piece", "fg": [ 4901, 4903, 4902, 4900 ] }, + { "id": "unconnected", "fg": [ 4908, 4908 ] } ] }, - { "id": "fd_electricity", "fg": [ { "weight": 100, "sprite": 4899 }, { "weight": 100, "sprite": 4900 } ] }, + { "id": "fd_electricity", "fg": [ { "weight": 100, "sprite": 4915 }, { "weight": 100, "sprite": 4916 } ] }, { "id": "fd_web", "fg": [ - { "weight": 100, "sprite": 4901 }, - { "weight": 100, "sprite": 4902 }, - { "weight": 25, "sprite": 4903 }, - { "weight": 25, "sprite": 4904 } - ] - }, - { "id": "fd_sludge", "fg": 4905 }, - { "id": "fd_smoke", "fg": 4908 }, - { "id": "fd_fungal_haze", "fg": 4907 }, - { "id": "fd_nuke_gas", "fg": 4906 }, - { "id": "fd_spotlight", "fg": 4909 }, - { "id": "f_makeshift_bed", "fg": 4912 }, - { "id": "f_straw_bed", "fg": 4913 }, - { "id": "f_bed_frame", "fg": 4910 }, - { "id": "f_camp_chair", "fg": 4915 }, - { "id": "f_lane", "fg": 4916 }, - { "id": "f_piano", "fg": 4917 }, - { "id": "f_pinball_machine", "fg": 4918 }, - { "id": "f_seat_airplane", "fg": 4919 }, + { "weight": 100, "sprite": 4917 }, + { "weight": 100, "sprite": 4918 }, + { "weight": 25, "sprite": 4919 }, + { "weight": 25, "sprite": 4920 } + ] + }, + { "id": "fd_sludge", "fg": 4921 }, + { "id": "fd_smoke", "fg": 4924 }, + { "id": "fd_fungal_haze", "fg": 4923 }, + { "id": "fd_nuke_gas", "fg": 4922 }, + { "id": "fd_spotlight", "fg": 4925 }, + { "id": "f_makeshift_bed", "fg": 4928 }, + { "id": "f_straw_bed", "fg": 4929 }, + { "id": "f_bed_frame", "fg": 4926 }, + { "id": "f_camp_chair", "fg": 4931 }, + { "id": "f_lane", "fg": 4932 }, + { "id": "f_piano", "fg": 4933 }, + { "id": "f_pinball_machine", "fg": 4934 }, + { "id": "f_seat_airplane", "fg": 4935 }, { "id": "f_sink", "multitile": true, - "fg": 4935, - "additional_tiles": [ - { "id": "center", "fg": 4920 }, - { "id": "corner", "fg": [ 4922, 4924, 4923, 4921 ] }, - { "id": "t_connection", "fg": [ 4932, 4934, 4933, 4931 ] }, - { "id": "edge", "fg": [ 4926, 4925 ] }, - { "id": "end_piece", "fg": [ 4928, 4930, 4929, 4927 ] }, - { "id": "unconnected", "fg": 4935 } - ] - }, - { "id": "f_solar_unit", "fg": 4936 }, - { "id": "f_speaker_cabinet", "fg": 4937 }, - { "id": "f_water_mill", "fg": 4938 }, - { "id": "water_mill", "fg": 4939 }, - { "id": "f_water_purifier", "fg": 4940 }, - { "id": "f_wood_keg", "fg": 5100 }, - { "id": "30gal_barrel", "fg": 4941 }, - { "id": "30gal_drum", "fg": 4942 }, - { "id": "acoustic_guitar", "fg": [ { "weight": 100, "sprite": 4943 }, { "weight": 100, "sprite": 4944 } ] }, - { "id": "alarmclock", "fg": 4945 }, - { "id": "clock", "fg": 4945 }, - { "id": "anvil", "fg": 4949 }, - { "id": [ "autoclave", "vh_autoclave" ], "fg": 4950 }, - { "id": "bag_canvas_small", "fg": 4951 }, - { "id": "bathroom_scale", "fg": 4952 }, - { "id": "bead_necklace", "fg": 4953 }, - { "id": "bubblewrap", "fg": 4955 }, - { "id": "bucket", "fg": 4956 }, - { "id": "camera_pro", "fg": 4957 }, - { "id": "candle", "fg": 4958 }, - { "id": "colt_army", "fg": 4959 }, - { "id": "colt_lightning", "fg": 4960 }, - { "id": "colt_navy", "fg": 4961 }, - { "id": "condom", "fg": 4962 }, - { "id": "corkscrew", "fg": 4963 }, - { "id": "craft", "fg": 4964 }, - { "id": "pomegranate", "fg": 4976 }, - { "id": "peach", "fg": 4974 }, - { "id": "strawberries", "fg": 4977 }, - { "id": "cabbage", "fg": 4965 }, - { "id": "mango", "fg": 4972 }, - { "id": "kiwi", "fg": 4971 }, - { "id": "papaya", "fg": 4973 }, - { "id": "grapefruit", "fg": 4970 }, - { "id": "garlic", "fg": 4969 }, - { "id": "pineapple", "fg": 4975 }, - { "id": "celery", "fg": 4967 }, - { "id": "chili_pepper", "fg": 4968 }, - { "id": "carrot", "fg": 4966 }, - { "id": "zucchini", "fg": 4978 }, - { "id": "akmag30", "fg": 4979 }, - { "id": "duct_tape", "fg": 4980 }, - { "id": "electric_lantern", "fg": 4981 }, - { "id": "extinguisher", "fg": 4982 }, - { "id": "sm_extinguisher", "fg": 4983 }, - { "id": "fan", "fg": 4984 }, - { "id": "flaregun", "fg": 4985 }, - { "id": "signal_flare", "fg": 4986 }, + "fg": 4951, + "additional_tiles": [ + { "id": "center", "fg": 4936 }, + { "id": "corner", "fg": [ 4938, 4940, 4939, 4937 ] }, + { "id": "t_connection", "fg": [ 4948, 4950, 4949, 4947 ] }, + { "id": "edge", "fg": [ 4942, 4941 ] }, + { "id": "end_piece", "fg": [ 4944, 4946, 4945, 4943 ] }, + { "id": "unconnected", "fg": 4951 } + ] + }, + { "id": "f_solar_unit", "fg": 4952 }, + { "id": "f_speaker_cabinet", "fg": 4953 }, + { "id": "f_water_mill", "fg": 4954 }, + { "id": "water_mill", "fg": 4955 }, + { "id": "f_water_purifier", "fg": 4956 }, + { "id": "f_wood_keg", "fg": 5116 }, + { "id": "30gal_barrel", "fg": 4957 }, + { "id": "30gal_drum", "fg": 4958 }, + { "id": "acoustic_guitar", "fg": [ { "weight": 100, "sprite": 4959 }, { "weight": 100, "sprite": 4960 } ] }, + { "id": "alarmclock", "fg": 4961 }, + { "id": "clock", "fg": 4961 }, + { "id": "anvil", "fg": 4965 }, + { "id": [ "autoclave", "vh_autoclave" ], "fg": 4966 }, + { "id": "bag_canvas_small", "fg": 4967 }, + { "id": "bathroom_scale", "fg": 4968 }, + { "id": "bead_necklace", "fg": 4969 }, + { "id": "bubblewrap", "fg": 4971 }, + { "id": "bucket", "fg": 4972 }, + { "id": "camera_pro", "fg": 4973 }, + { "id": "candle", "fg": 4974 }, + { "id": "colt_army", "fg": 4975 }, + { "id": "colt_lightning", "fg": 4976 }, + { "id": "colt_navy", "fg": 4977 }, + { "id": "condom", "fg": 4978 }, + { "id": "corkscrew", "fg": 4979 }, + { "id": "craft", "fg": 4980 }, + { "id": "pomegranate", "fg": 4992 }, + { "id": "peach", "fg": 4990 }, + { "id": "strawberries", "fg": 4993 }, + { "id": "cabbage", "fg": 4981 }, + { "id": "mango", "fg": 4988 }, + { "id": "kiwi", "fg": 4987 }, + { "id": "papaya", "fg": 4989 }, + { "id": "grapefruit", "fg": 4986 }, + { "id": "garlic", "fg": 4985 }, + { "id": "pineapple", "fg": 4991 }, + { "id": "celery", "fg": 4983 }, + { "id": "chili_pepper", "fg": 4984 }, + { "id": "carrot", "fg": 4982 }, + { "id": "zucchini", "fg": 4994 }, + { "id": "akmag30", "fg": 4995 }, + { "id": "duct_tape", "fg": 4996 }, + { "id": "electric_lantern", "fg": 4997 }, + { "id": "extinguisher", "fg": 4998 }, + { "id": "sm_extinguisher", "fg": 4999 }, + { "id": "fan", "fg": 5000 }, + { "id": "flaregun", "fg": 5001 }, + { "id": "signal_flare", "fg": 5002 }, { "id": [ "deck_of_cards", @@ -7076,45 +7083,45 @@ "battleship", "clue" ], - "fg": 4987 - }, - { "id": "fn_fal", "fg": 4988 }, - { "id": [ "birchbark_funnel", "funnel", "leather_funnel", "makeshift_funnel", "metal_funnel" ], "fg": 4989 }, - { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher" ], "fg": 4990 }, - { "id": "garand", "fg": 4991 }, - { "id": "glock17_17", "fg": 4992 }, - { "id": "hk_mp5", "fg": 4993 }, - { "id": "holy_symbol", "fg": 4994 }, - { "id": "holy_symbol_wood", "fg": 4995 }, - { "id": "hotplate", "fg": 4996 }, - { "id": "jerrycan", "fg": 4997 }, - { "id": "jerrycan_big", "fg": 4998 }, - { "id": "keg", "fg": 4999 }, - { "id": "chopsticks", "fg": 5002 }, - { "id": "cutting_board", "fg": 5005 }, - { "id": "plastic_straw", "fg": 5012 }, - { "id": "xacto", "fg": 5019 }, - { "id": "brush", "fg": 5000 }, - { "id": "comb_pocket", "fg": 5003 }, - { "id": "curling_iron", "fg": 5004 }, - { "id": "elec_hairtrimmer", "fg": 5006 }, - { "id": "hair_dryer", "fg": 5007 }, - { "id": "hairbrush", "fg": 5008 }, - { "id": "metal_file", "fg": 5010 }, - { "id": "mobile_memory_card", "fg": 5011 }, - { "id": "razor_blade", "fg": 5013 }, - { "id": "razor_shaving", "fg": 5014 }, - { "id": "sandpaper", "fg": 5015 }, - { "id": "string_floss", "fg": 5016 }, - { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 5017 }, - { "id": "tumbler_plastic", "fg": 5018 }, - { "id": "casserole", "fg": 5001 }, + "fg": 5003 + }, + { "id": "fn_fal", "fg": 5004 }, + { "id": [ "birchbark_funnel", "funnel", "leather_funnel", "makeshift_funnel", "metal_funnel" ], "fg": 5005 }, + { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher" ], "fg": 5006 }, + { "id": "garand", "fg": 5007 }, + { "id": "glock17_17", "fg": 5008 }, + { "id": "hk_mp5", "fg": 5009 }, + { "id": "holy_symbol", "fg": 5010 }, + { "id": "holy_symbol_wood", "fg": 5011 }, + { "id": "hotplate", "fg": 5012 }, + { "id": "jerrycan", "fg": 5013 }, + { "id": "jerrycan_big", "fg": 5014 }, + { "id": "keg", "fg": 5015 }, + { "id": "chopsticks", "fg": 5018 }, + { "id": "cutting_board", "fg": 5021 }, + { "id": "plastic_straw", "fg": 5028 }, + { "id": "xacto", "fg": 5035 }, + { "id": "brush", "fg": 5016 }, + { "id": "comb_pocket", "fg": 5019 }, + { "id": "curling_iron", "fg": 5020 }, + { "id": "elec_hairtrimmer", "fg": 5022 }, + { "id": "hair_dryer", "fg": 5023 }, + { "id": "hairbrush", "fg": 5024 }, + { "id": "metal_file", "fg": 5026 }, + { "id": "mobile_memory_card", "fg": 5027 }, + { "id": "razor_blade", "fg": 5029 }, + { "id": "razor_shaving", "fg": 5030 }, + { "id": "sandpaper", "fg": 5031 }, + { "id": "string_floss", "fg": 5032 }, + { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 5033 }, + { "id": "tumbler_plastic", "fg": 5034 }, + { "id": "casserole", "fg": 5017 }, { "id": [ "hairpin", "fc_hairpin", "gold_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], - "fg": 5009 + "fg": 5025 }, - { "id": "knife_combat", "fg": 5020 }, - { "id": "knife_steak", "fg": 5021 }, + { "id": "knife_combat", "fg": 5036 }, + { "id": "knife_steak", "fg": 5037 }, { "id": [ "nyquil", @@ -7266,7 +7273,7 @@ "wine_chardonnay", "drink_martini" ], - "fg": 5022 + "fg": 5038 }, { "id": [ @@ -7307,7 +7314,7 @@ "soup_tomato", "young_yeast" ], - "fg": 5024 + "fg": 5040 }, { "id": [ @@ -7329,63 +7336,63 @@ "hi_q_distillate_tails", "hi_q_distillate" ], - "fg": 5023 - }, - { "id": "longsword", "fg": 5025 }, - { "id": "longsword_inferior", "fg": 5027 }, - { "id": "longsword_fake", "fg": 5026 }, - { "id": "m107a1", "fg": 5028 }, - { "id": "m16a4", "fg": 5029 }, - { "id": "m249", "fg": 5030 }, - { "id": "m60", "fg": 5031 }, - { "id": "mask_gas", "fg": 5032 }, - { "id": "plastic_chunk", "fg": 5033 }, - { "id": "scrap_copper", "fg": 5034 }, - { "id": "mosin91_30", "fg": 5035 }, - { "id": "oil_lamp", "fg": 5036 }, - { "id": "pickaxe", "fg": 5037 }, - { "id": "pitchfork", "fg": 5038 }, - { "id": "pliers", "fg": 5039 }, - { "id": "plunger_futuristic", "fg": 5040 }, - { "id": "plunger_toilet", "fg": 5041 }, - { "id": "pocketwatch", "fg": 5042 }, - { "id": "bacon", "fg": 5043 }, - { "id": "porkbelly", "fg": 5044 }, - { "id": "raw_cured_fatty_meat", "fg": 5045 }, - { "id": "raw_curing_fatty_meat", "fg": 5046 }, - { "id": "material_sand", "fg": 5073 }, - { "id": "material_soil", "fg": 5075 }, - { "id": "chem_aluminium_powder", "fg": 5047 }, - { "id": "chem_aluminium_sulphate", "fg": 5048 }, - { "id": "chem_ammonium_nitrate", "fg": 5049 }, - { "id": "chem_black_powder", "fg": 5050 }, - { "id": "cac2powder", "fg": 5051 }, - { "id": "chilly-p", "fg": 5052 }, - { "id": "meal_chitin_piece", "fg": 5053 }, - { "id": "chem_chromium_oxide", "fg": 5054 }, - { "id": "coffee_raw", "fg": 5055 }, - { "id": "curry_powder", "fg": 5056 }, - { "id": "powder_eggs", "fg": 5057 }, - { "id": "fungicide", "fg": 5058 }, - { "id": "insecticide", "fg": 5060 }, - { "id": "chem_hmtd", "fg": 5059 }, - { "id": "lemonade_powder", "fg": 5061 }, - { "id": "lye_powder", "fg": 5062 }, - { "id": "magnesium", "fg": 5063 }, - { "id": "chem_manganese_dioxide", "fg": 5064 }, - { "id": "chem_match_head_powder", "fg": 5065 }, - { "id": "mustard_powder", "fg": 5066 }, - { "id": "oxy_powder", "fg": 5067 }, - { "id": "chem_peptone_broth", "fg": 5068 }, - { "id": "protein_powder", "fg": 5069 }, - { "id": "material_quicklime", "fg": 5070 }, - { "id": "chem_rocket_fuel", "fg": 5071 }, - { "id": "chem_saltpetre", "fg": 5072 }, - { "id": "gunpowder", "fg": 5074 }, - { "id": "chem_thermite", "fg": 5076 }, - { "id": "tin", "fg": 5077 }, - { "id": "yeast", "fg": 5079 }, - { "id": "chem_zinc_powder", "fg": 5080 }, + "fg": 5039 + }, + { "id": "longsword", "fg": 5041 }, + { "id": "longsword_inferior", "fg": 5043 }, + { "id": "longsword_fake", "fg": 5042 }, + { "id": "m107a1", "fg": 5044 }, + { "id": "m16a4", "fg": 5045 }, + { "id": "m249", "fg": 5046 }, + { "id": "m60", "fg": 5047 }, + { "id": "mask_gas", "fg": 5048 }, + { "id": "plastic_chunk", "fg": 5049 }, + { "id": "scrap_copper", "fg": 5050 }, + { "id": "mosin91_30", "fg": 5051 }, + { "id": "oil_lamp", "fg": 5052 }, + { "id": "pickaxe", "fg": 5053 }, + { "id": "pitchfork", "fg": 5054 }, + { "id": "pliers", "fg": 5055 }, + { "id": "plunger_futuristic", "fg": 5056 }, + { "id": "plunger_toilet", "fg": 5057 }, + { "id": "pocketwatch", "fg": 5058 }, + { "id": "bacon", "fg": 5059 }, + { "id": "porkbelly", "fg": 5060 }, + { "id": "raw_cured_fatty_meat", "fg": 5061 }, + { "id": "raw_curing_fatty_meat", "fg": 5062 }, + { "id": "material_sand", "fg": 5089 }, + { "id": "material_soil", "fg": 5091 }, + { "id": "chem_aluminium_powder", "fg": 5063 }, + { "id": "chem_aluminium_sulphate", "fg": 5064 }, + { "id": "chem_ammonium_nitrate", "fg": 5065 }, + { "id": "chem_black_powder", "fg": 5066 }, + { "id": "cac2powder", "fg": 5067 }, + { "id": "chilly-p", "fg": 5068 }, + { "id": "meal_chitin_piece", "fg": 5069 }, + { "id": "chem_chromium_oxide", "fg": 5070 }, + { "id": "coffee_raw", "fg": 5071 }, + { "id": "curry_powder", "fg": 5072 }, + { "id": "powder_eggs", "fg": 5073 }, + { "id": "fungicide", "fg": 5074 }, + { "id": "insecticide", "fg": 5076 }, + { "id": "chem_hmtd", "fg": 5075 }, + { "id": "lemonade_powder", "fg": 5077 }, + { "id": "lye_powder", "fg": 5078 }, + { "id": "magnesium", "fg": 5079 }, + { "id": "chem_manganese_dioxide", "fg": 5080 }, + { "id": "chem_match_head_powder", "fg": 5081 }, + { "id": "mustard_powder", "fg": 5082 }, + { "id": "oxy_powder", "fg": 5083 }, + { "id": "chem_peptone_broth", "fg": 5084 }, + { "id": "protein_powder", "fg": 5085 }, + { "id": "material_quicklime", "fg": 5086 }, + { "id": "chem_rocket_fuel", "fg": 5087 }, + { "id": "chem_saltpetre", "fg": 5088 }, + { "id": "gunpowder", "fg": 5090 }, + { "id": "chem_thermite", "fg": 5092 }, + { "id": "tin", "fg": 5093 }, + { "id": "yeast", "fg": 5095 }, + { "id": "chem_zinc_powder", "fg": 5096 }, { "id": [ "sugar", @@ -7398,814 +7405,814 @@ "quikclot", "chem_acrylamide" ], - "fg": 5078 - }, - { "id": "radio", "fg": 5081 }, - { "id": "ref_lighter", "fg": 5082 }, - { "id": "rhubarb", "fg": 5083 }, - { "id": "rope_6", "fg": 5084 }, - { "id": "soap", "fg": 5085 }, - { "id": "soldering_iron", "fg": 5086 }, - { "id": "spray_can", "fg": 5087 }, - { "id": "stanag30", "fg": 5088 }, - { "id": "steel_pan", "fg": 5089 }, - { "id": "stepladder", "fg": 5090 }, - { "id": "stereo", "fg": 5091 }, - { "id": "sunglasses", "fg": 5092 }, - { "id": "sw_610", "fg": 5093 }, - { "id": "toolbox", "fg": 5094 }, - { "id": "waffleiron", "fg": 5095 }, - { "id": "warhammer", "fg": 5096 }, - { "id": "welding_mask", "fg": 5097 }, - { "id": "wind_mill", "fg": 5098 }, - { "id": "wood_beam", "fg": 5099 }, - { "id": "wooden_barrel", "fg": 5100 }, - { "id": "zweihander", "fg": 5101 }, - { "id": "zweihander_inferior", "fg": 5103 }, - { "id": "zweihander_fake", "fg": 5102 }, - { "id": "bot_grenade_hack", "fg": 5104 }, - { "id": "bot_mininuke_hack", "fg": 5105 }, - { "id": "infrared_creature", "fg": 5117 }, + "fg": 5094 + }, + { "id": "radio", "fg": 5097 }, + { "id": "ref_lighter", "fg": 5098 }, + { "id": "rhubarb", "fg": 5099 }, + { "id": "rope_6", "fg": 5100 }, + { "id": "soap", "fg": 5101 }, + { "id": "soldering_iron", "fg": 5102 }, + { "id": "spray_can", "fg": 5103 }, + { "id": "stanag30", "fg": 5104 }, + { "id": "steel_pan", "fg": 5105 }, + { "id": "stepladder", "fg": 5106 }, + { "id": "stereo", "fg": 5107 }, + { "id": "sunglasses", "fg": 5108 }, + { "id": "sw_610", "fg": 5109 }, + { "id": "toolbox", "fg": 5110 }, + { "id": "waffleiron", "fg": 5111 }, + { "id": "warhammer", "fg": 5112 }, + { "id": "welding_mask", "fg": 5113 }, + { "id": "wind_mill", "fg": 5114 }, + { "id": "wood_beam", "fg": 5115 }, + { "id": "wooden_barrel", "fg": 5116 }, + { "id": "zweihander", "fg": 5117 }, + { "id": "zweihander_inferior", "fg": 5119 }, + { "id": "zweihander_fake", "fg": 5118 }, + { "id": "bot_grenade_hack", "fg": 5120 }, + { "id": "bot_mininuke_hack", "fg": 5121 }, + { "id": "infrared_creature", "fg": 5133 }, { "id": "weather_rain_drop", "fg": [ - { "weight": 100, "sprite": 5119 }, - { "weight": 100, "sprite": 5121 }, - { "weight": 100, "sprite": 5122 }, - { "weight": 100, "sprite": 5123 }, - { "weight": 100, "sprite": 5124 }, - { "weight": 100, "sprite": 5125 }, - { "weight": 100, "sprite": 5126 }, - { "weight": 100, "sprite": 5127 }, - { "weight": 100, "sprite": 5128 }, - { "weight": 100, "sprite": 5120 } - ] - }, - { "id": "weather_snowflake", "fg": 5129 }, - { "id": "weather_acid_drop", "fg": 5118 }, - { "id": [ "t_card_science", "t_card_robofac" ], "fg": 5134 }, - { "id": "t_card_reader_broken", "fg": 5133 }, - { "id": "t_card_military", "fg": 5132 }, - { "id": "t_card_industrial", "fg": 5131 }, - { "id": "t_card_fp", "fg": 5130 }, - { "id": "t_floor_red", "fg": 5137 }, - { "id": "t_floor_green", "fg": 5136 }, - { "id": "t_floor_blue", "fg": 5135 }, - { "id": [ "t_searth_test", "t_searth" ], "fg": 5138 }, - { "id": "t_current_trans", "fg": 5139, "bg": 4027 }, - { "id": "t_potential_trans", "fg": 5140, "bg": 4027 }, - { "id": "graffiti", "fg": 5141 }, - { "id": "t_floor_olight", "fg": 5142, "bg": 3315 }, - { "id": "t_thconc_floor_olight", "fg": 5142, "bg": 4063 }, - { "id": "t_metal_floor_olight", "fg": 5142, "bg": 3649 }, - { "id": "t_pedestal_wyrm", "fg": 5144, "bg": 3837 }, + { "weight": 100, "sprite": 5135 }, + { "weight": 100, "sprite": 5137 }, + { "weight": 100, "sprite": 5138 }, + { "weight": 100, "sprite": 5139 }, + { "weight": 100, "sprite": 5140 }, + { "weight": 100, "sprite": 5141 }, + { "weight": 100, "sprite": 5142 }, + { "weight": 100, "sprite": 5143 }, + { "weight": 100, "sprite": 5144 }, + { "weight": 100, "sprite": 5136 } + ] + }, + { "id": "weather_snowflake", "fg": 5145 }, + { "id": "weather_acid_drop", "fg": 5134 }, + { "id": [ "t_card_science", "t_card_robofac" ], "fg": 5150 }, + { "id": "t_card_reader_broken", "fg": 5149 }, + { "id": "t_card_military", "fg": 5148 }, + { "id": "t_card_industrial", "fg": 5147 }, + { "id": "t_card_fp", "fg": 5146 }, + { "id": "t_floor_red", "fg": 5153 }, + { "id": "t_floor_green", "fg": 5152 }, + { "id": "t_floor_blue", "fg": 5151 }, + { "id": [ "t_searth_test", "t_searth" ], "fg": 5154 }, + { "id": "t_current_trans", "fg": 5155, "bg": 4041 }, + { "id": "t_potential_trans", "fg": 5156, "bg": 4041 }, + { "id": "graffiti", "fg": 5157 }, + { "id": "t_floor_olight", "fg": 5158, "bg": 3329 }, + { "id": "t_thconc_floor_olight", "fg": 5158, "bg": 4077 }, + { "id": "t_metal_floor_olight", "fg": 5158, "bg": 3663 }, + { "id": "t_pedestal_wyrm", "fg": 5160, "bg": 3851 }, { "id": "t_pedestal_temple", - "fg": [ { "weight": 100, "sprite": 5145 }, { "weight": 100, "sprite": 5143 } ], - "bg": 3244 + "fg": [ { "weight": 100, "sprite": 5161 }, { "weight": 100, "sprite": 5159 } ], + "bg": 3258 }, { "id": "t_pedestal_temple_season_winter", - "fg": [ { "weight": 100, "sprite": 5145 }, { "weight": 100, "sprite": 5143 } ], - "bg": 2947 + "fg": [ { "weight": 100, "sprite": 5161 }, { "weight": 100, "sprite": 5159 } ], + "bg": 2961 }, - { "id": "t_zebra", "fg": 5146 }, - { "id": "t_zebra_season_winter", "fg": 2947 }, + { "id": "t_zebra", "fg": 5162 }, + { "id": "t_zebra_season_winter", "fg": 2961 }, { "id": [ "t_metal_railing", "t_concrete_railing", "t_glass_railing" ], "multitile": true, - "fg": 3784, - "bg": 3134, + "fg": 3798, + "bg": 3148, "additional_tiles": [ - { "id": "center", "bg": 3134, "fg": 3769 }, - { "id": "corner", "bg": 3134, "fg": [ 3771, 3773, 3772, 3770 ] }, - { "id": "t_connection", "bg": 3134, "fg": [ 3781, 3783, 3782, 3780 ] }, - { "id": "edge", "bg": 3134, "fg": [ 3775, 3774 ] }, - { "id": "end_piece", "bg": 3134, "fg": [ 3777, 3779, 3778, 3776 ] }, - { "bg": 3134, "id": "unconnected", "fg": [ 3784, 3784 ] } + { "id": "center", "bg": 3148, "fg": 3783 }, + { "id": "corner", "bg": 3148, "fg": [ 3785, 3787, 3786, 3784 ] }, + { "id": "t_connection", "bg": 3148, "fg": [ 3795, 3797, 3796, 3794 ] }, + { "id": "edge", "bg": 3148, "fg": [ 3789, 3788 ] }, + { "id": "end_piece", "bg": 3148, "fg": [ 3791, 3793, 3792, 3790 ] }, + { "bg": 3148, "id": "unconnected", "fg": [ 3798, 3798 ] } ] }, { "id": "t_chainfence", "multitile": true, "rotates": false, - "fg": 5147, - "bg": 3716, + "fg": 5163, + "bg": 3730, "additional_tiles": [ - { "id": "edge", "bg": 3716, "fg": [ 5148, 5147 ] }, - { "id": "end_piece", "bg": 3716, "fg": [ 5148, 5147, 5148, 5147 ] }, - { "bg": 3716, "id": "unconnected", "fg": 5147 } + { "id": "edge", "bg": 3730, "fg": [ 5164, 5163 ] }, + { "id": "end_piece", "bg": 3730, "fg": [ 5164, 5163, 5164, 5163 ] }, + { "bg": 3730, "id": "unconnected", "fg": 5163 } ] }, { "id": "t_chainfence_season_winter", "multitile": true, "rotates": false, - "fg": 5147, - "bg": 2947, - "additional_tiles": [ - { "id": "edge", "bg": 2947, "fg": [ 5148, 5147 ] }, - { "id": "end_piece", "bg": 2947, "fg": [ 5148, 5147, 5148, 5147 ] }, - { "bg": 2947, "id": "unconnected", "fg": 5147 } - ] - }, - { "id": "t_chaingate_c", "fg": 5150, "bg": 3716 }, - { "id": "t_chaingate_l", "fg": 5151, "bg": 3716 }, - { "id": "t_chaingate_o", "fg": 5152, "bg": 3716 }, - { "id": "t_chainfence_posts", "fg": 5149, "bg": 3716 }, - { "id": "t_chaingate_c_season_winter", "fg": 5150, "bg": 2947 }, - { "id": "t_chaingate_l_season_winter", "fg": 5151, "bg": 2947 }, - { "id": "t_chaingate_o_season_winter", "fg": 5152, "bg": 2947 }, - { "id": "t_chainfence_posts_season_winter", "fg": 5149, "bg": 2947 }, - { "id": "t_console", "fg": 5153 }, - { "id": "t_console_broken", "fg": 5154 }, - { "id": "t_dirtmound", "fg": 5155, "bg": 3418 }, - { "id": "t_dirtmound_season_summer", "fg": 5155, "bg": 3428 }, - { "id": "t_dirtmound_season_autumn", "fg": 5155, "bg": 3423 }, - { "id": "t_dirtmound_season_winter", "fg": 5156 }, - { "id": "t_door_metal_c", "fg": 5157 }, - { "id": "t_door_metal_o", "fg": 5158 }, - { "id": "t_fern", "fg": 5159, "bg": 3418 }, - { "id": "t_fern_harvested", "fg": 5160, "bg": 3418 }, - { "id": "t_fern_season_summer", "fg": 5159, "bg": 3428 }, - { "id": "t_fern_harvested_season_summer", "fg": 5160, "bg": 3428 }, - { "id": "t_fern_season_autumn", "fg": 5159, "bg": 3423 }, - { "id": "t_fern_harvested_season_autumn", "fg": 5160, "bg": 3423 }, - { "id": "t_fern_season_winter", "fg": 5159, "bg": 2946 }, - { "id": "t_fern_harvested_season_winter", "fg": 5160, "bg": 2946 }, + "fg": 5163, + "bg": 2961, + "additional_tiles": [ + { "id": "edge", "bg": 2961, "fg": [ 5164, 5163 ] }, + { "id": "end_piece", "bg": 2961, "fg": [ 5164, 5163, 5164, 5163 ] }, + { "bg": 2961, "id": "unconnected", "fg": 5163 } + ] + }, + { "id": "t_chaingate_c", "fg": 5166, "bg": 3730 }, + { "id": "t_chaingate_l", "fg": 5167, "bg": 3730 }, + { "id": "t_chaingate_o", "fg": 5168, "bg": 3730 }, + { "id": "t_chainfence_posts", "fg": 5165, "bg": 3730 }, + { "id": "t_chaingate_c_season_winter", "fg": 5166, "bg": 2961 }, + { "id": "t_chaingate_l_season_winter", "fg": 5167, "bg": 2961 }, + { "id": "t_chaingate_o_season_winter", "fg": 5168, "bg": 2961 }, + { "id": "t_chainfence_posts_season_winter", "fg": 5165, "bg": 2961 }, + { "id": "t_console", "fg": 5169 }, + { "id": "t_console_broken", "fg": 5170 }, + { "id": "t_dirtmound", "fg": 5171, "bg": 3432 }, + { "id": "t_dirtmound_season_summer", "fg": 5171, "bg": 3442 }, + { "id": "t_dirtmound_season_autumn", "fg": 5171, "bg": 3437 }, + { "id": "t_dirtmound_season_winter", "fg": 5172 }, + { "id": "t_door_metal_c", "fg": 5173 }, + { "id": "t_door_metal_o", "fg": 5174 }, + { "id": "t_fern", "fg": 5175, "bg": 3432 }, + { "id": "t_fern_harvested", "fg": 5176, "bg": 3432 }, + { "id": "t_fern_season_summer", "fg": 5175, "bg": 3442 }, + { "id": "t_fern_harvested_season_summer", "fg": 5176, "bg": 3442 }, + { "id": "t_fern_season_autumn", "fg": 5175, "bg": 3437 }, + { "id": "t_fern_harvested_season_autumn", "fg": 5176, "bg": 3437 }, + { "id": "t_fern_season_winter", "fg": 5175, "bg": 2960 }, + { "id": "t_fern_harvested_season_winter", "fg": 5176, "bg": 2960 }, { "id": [ "t_junk_palisade", "t_junk_wall" ], "fg": [ - { "weight": 100, "sprite": 5161 }, - { "weight": 100, "sprite": 5162 }, - { "weight": 100, "sprite": 5163 }, - { "weight": 100, "sprite": 5164 } + { "weight": 100, "sprite": 5177 }, + { "weight": 100, "sprite": 5178 }, + { "weight": 100, "sprite": 5179 }, + { "weight": 100, "sprite": 5180 } ] }, { "id": "t_paper", - "fg": 5181, + "fg": 5197, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5165 }, - { "id": "corner", "fg": [ 5167, 5169, 5168, 5166 ] }, - { "id": "t_connection", "fg": [ 5178, 5180, 5179, 5177 ] }, - { "id": "edge", "fg": [ 5171, 5170 ] }, - { "id": "end_piece", "fg": [ 5173, 5175, 5174, 5172 ] }, - { "id": "unconnected", "fg": [ 5181, 5181 ] } + { "id": "center", "fg": 5181 }, + { "id": "corner", "fg": [ 5183, 5185, 5184, 5182 ] }, + { "id": "t_connection", "fg": [ 5194, 5196, 5195, 5193 ] }, + { "id": "edge", "fg": [ 5187, 5186 ] }, + { "id": "end_piece", "fg": [ 5189, 5191, 5190, 5188 ] }, + { "id": "unconnected", "fg": [ 5197, 5197 ] } ] }, - { "id": "t_reinforced_glass_shutter", "fg": 5182 }, - { "id": "t_reinforced_glass_shutter_open", "fg": 5183 }, + { "id": "t_reinforced_glass_shutter", "fg": 5198 }, + { "id": "t_reinforced_glass_shutter_open", "fg": 5199 }, { "id": "t_sandbox", - "fg": 5199, + "fg": 5215, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5184 }, - { "id": "corner", "fg": [ 5186, 5188, 5187, 5185 ] }, - { "id": "t_connection", "fg": [ 5196, 5198, 5197, 5195 ] }, - { "id": "edge", "fg": [ 5190, 5189 ] }, - { "id": "end_piece", "fg": [ 5192, 5194, 5193, 5191 ] }, - { "id": "unconnected", "fg": [ 5199, 5199 ] } + { "id": "center", "fg": 5200 }, + { "id": "corner", "fg": [ 5202, 5204, 5203, 5201 ] }, + { "id": "t_connection", "fg": [ 5212, 5214, 5213, 5211 ] }, + { "id": "edge", "fg": [ 5206, 5205 ] }, + { "id": "end_piece", "fg": [ 5208, 5210, 5209, 5207 ] }, + { "id": "unconnected", "fg": [ 5215, 5215 ] } ] }, - { "id": "t_slot_machine", "fg": 5200, "bg": 3315 }, - { "id": "t_strconc_wall", "fg": 5201 }, + { "id": "t_slot_machine", "fg": 5216, "bg": 3329 }, + { "id": "t_strconc_wall", "fg": 5217 }, { "id": "t_trunk", "multitile": true, - "fg": [ 5203, 5202 ], - "bg": [ { "weight": 100, "sprite": 3418 }, { "weight": 100, "sprite": 3420 } ] + "fg": [ 5219, 5218 ], + "bg": [ { "weight": 100, "sprite": 3432 }, { "weight": 100, "sprite": 3434 } ] }, { "id": "t_trunk_season_summer", "multitile": true, - "fg": [ 5203, 5202 ], - "bg": [ { "weight": 100, "sprite": 3428 }, { "weight": 100, "sprite": 3430 } ] + "fg": [ 5219, 5218 ], + "bg": [ { "weight": 100, "sprite": 3442 }, { "weight": 100, "sprite": 3444 } ] }, { "id": "t_trunk_season_autumn", "multitile": true, - "fg": [ 5203, 5202 ], - "bg": [ { "weight": 100, "sprite": 3423 }, { "weight": 100, "sprite": 3425 } ] + "fg": [ 5219, 5218 ], + "bg": [ { "weight": 100, "sprite": 3437 }, { "weight": 100, "sprite": 3439 } ] }, - { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 5203, 5202 ], "bg": 2947 }, - { "id": "t_wall_metal", "fg": 5204 }, + { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 5219, 5218 ], "bg": 2961 }, + { "id": "t_wall_metal", "fg": 5220 }, { "id": "t_wax", - "fg": 5220, + "fg": 5236, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 5205 }, - { "id": "corner", "fg": [ 5207, 5209, 5208, 5206 ] }, - { "id": "t_connection", "fg": [ 5217, 5219, 5218, 5216 ] }, - { "id": "edge", "fg": [ 5211, 5210 ] }, - { "id": "end_piece", "fg": [ 5213, 5215, 5214, 5212 ] }, - { "id": "unconnected", "fg": [ 5220, 5220 ] } + { "id": "center", "fg": 5221 }, + { "id": "corner", "fg": [ 5223, 5225, 5224, 5222 ] }, + { "id": "t_connection", "fg": [ 5233, 5235, 5234, 5232 ] }, + { "id": "edge", "fg": [ 5227, 5226 ] }, + { "id": "end_piece", "fg": [ 5229, 5231, 5230, 5228 ] }, + { "id": "unconnected", "fg": [ 5236, 5236 ] } ] }, - { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 5221, "bg": 4364 }, - { "id": "t_window_frame", "fg": 5222 }, - { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 5223, "bg": 4364 }, - { "id": "t_pit_glass", "fg": 2639, "bg": 3736 }, - { "id": "t_pit_spiked", "fg": 2716, "bg": 3736 }, - { "id": "tr_firewood_source", "fg": 5224 }, - { "id": "tr_unfinished_construction", "fg": 5225 }, + { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 5237, "bg": 4378 }, + { "id": "t_window_frame", "fg": 5238 }, + { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 5239, "bg": 4378 }, + { "id": "t_pit_glass", "fg": 2654, "bg": 3750 }, + { "id": "t_pit_spiked", "fg": 2731, "bg": 3750 }, + { "id": "tr_firewood_source", "fg": 5240 }, + { "id": "tr_unfinished_construction", "fg": 5241 }, { "id": "vp_board_ne", - "fg": [ 5230, 5233, 5232, 5231 ], + "fg": [ 5246, 5249, 5248, 5247 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5230, 5233, 5232, 5231 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5246, 5249, 5248, 5247 ] } ] }, { "id": "vp_board_nw", - "fg": [ 5234, 5237, 5236, 5235 ], + "fg": [ 5250, 5253, 5252, 5251 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5234, 5237, 5236, 5235 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5250, 5253, 5252, 5251 ] } ] }, { "id": "vp_board_se", - "fg": [ 5238, 5240, 5234, 5239 ], + "fg": [ 5254, 5256, 5250, 5255 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5238, 5240, 5234, 5239 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5254, 5256, 5250, 5255 ] } ] }, { "id": "vp_board_sw", - "fg": [ 5241, 5243, 5230, 5242 ], + "fg": [ 5257, 5259, 5246, 5258 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5241, 5243, 5230, 5242 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5257, 5259, 5246, 5258 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 5244, 5246, 5247, 5245 ], + "fg": [ 5260, 5262, 5263, 5261 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5244, 5246, 5247, 5245 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5260, 5262, 5263, 5261 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 5247, 5245, 5244, 5246 ], + "fg": [ 5263, 5261, 5260, 5262 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5247, 5245, 5244, 5246 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5263, 5261, 5260, 5262 ] } ] }, { "id": [ "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": 5226, + "fg": 5242, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5226 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5242 } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 5226, 5228, 5226, 5227 ], + "fg": [ 5242, 5244, 5242, 5243 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5226, 5228, 5226, 5227 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5242, 5244, 5242, 5243 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 5229, 5227, 5226, 5228 ], + "fg": [ 5245, 5243, 5242, 5244 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5229, 5227, 5226, 5228 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5245, 5243, 5242, 5244 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": 5244, + "fg": 5260, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5244 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5260 } ] }, { "id": "vp_hdboard_ne", - "fg": [ 5308, 5311, 5310, 5309 ], + "fg": [ 5324, 5327, 5326, 5325 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5308, 5311, 5310, 5309 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5324, 5327, 5326, 5325 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 5312, 5315, 5314, 5313 ], + "fg": [ 5328, 5331, 5330, 5329 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5312, 5315, 5314, 5313 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5328, 5331, 5330, 5329 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 5316, 5318, 5312, 5317 ], + "fg": [ 5332, 5334, 5328, 5333 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5316, 5318, 5312, 5317 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5332, 5334, 5328, 5333 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 5319, 5321, 5308, 5320 ], + "fg": [ 5335, 5337, 5324, 5336 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5319, 5321, 5308, 5320 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5335, 5337, 5324, 5336 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 5322, 5324, 5323, 5324 ], + "fg": [ 5338, 5340, 5339, 5340 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5322, 5324, 5323, 5324 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5338, 5340, 5339, 5340 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 5323, 5324, 5322, 5324 ], + "fg": [ 5339, 5340, 5338, 5340 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5323, 5324, 5322, 5324 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5339, 5340, 5338, 5340 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 5304, + "fg": 5320, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5304 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5320 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 5304, 5306, 5304, 5305 ], + "fg": [ 5320, 5322, 5320, 5321 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5304, 5306, 5304, 5305 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5320, 5322, 5320, 5321 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 5307, 5305, 5304, 5306 ], + "fg": [ 5323, 5321, 5320, 5322 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5307, 5305, 5304, 5306 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5323, 5321, 5320, 5322 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 5322, + "fg": 5338, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5322 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5338 } ] }, { "id": "vp_halfboard_ne", - "fg": [ 5269, 5272, 5271, 5270 ], + "fg": [ 5285, 5288, 5287, 5286 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5269, 5272, 5271, 5270 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5285, 5288, 5287, 5286 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 5273, 5276, 5275, 5274 ], + "fg": [ 5289, 5292, 5291, 5290 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5273, 5276, 5275, 5274 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5289, 5292, 5291, 5290 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 5277, 5280, 5279, 5278 ], + "fg": [ 5293, 5296, 5295, 5294 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5277, 5280, 5279, 5278 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5293, 5296, 5295, 5294 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 5281, 5284, 5283, 5282 ], + "fg": [ 5297, 5300, 5299, 5298 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5281, 5284, 5283, 5282 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5297, 5300, 5299, 5298 ] } ] }, { "id": "vp_halfboard_vertical_left", - "fg": [ 5292, 5294, 5295, 5293 ], + "fg": [ 5308, 5310, 5311, 5309 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5292, 5294, 5295, 5293 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5308, 5310, 5311, 5309 ] } ] }, { "id": "vp_halfboard_vertical_2_left", - "fg": [ 5286, 5288, 5289, 5287 ], + "fg": [ 5302, 5304, 5305, 5303 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5286, 5288, 5289, 5287 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5302, 5304, 5305, 5303 ] } ] }, { "id": "vp_halfboard_vertical_right", - "fg": [ 5295, 5293, 5292, 5294 ], + "fg": [ 5311, 5309, 5308, 5310 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5295, 5293, 5292, 5294 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5311, 5309, 5308, 5310 ] } ] }, { "id": "vp_halfboard_vertical_2_right", - "fg": [ 5289, 5291, 5286, 5290 ], + "fg": [ 5305, 5307, 5302, 5306 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5289, 5291, 5286, 5290 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5305, 5307, 5302, 5306 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 5297, 5299, 5298, 5296 ], + "fg": [ 5313, 5315, 5314, 5312 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5297, 5299, 5298, 5296 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5313, 5315, 5314, 5312 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 5301, 5303, 5302, 5300 ], + "fg": [ 5317, 5319, 5318, 5316 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5301, 5303, 5302, 5300 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5317, 5319, 5318, 5316 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": 5252, + "fg": 5268, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5252 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5268 } ] }, { "id": "vp_halfboard_horizontal_front", - "fg": [ 5261, 5264, 5263, 5262 ], + "fg": [ 5277, 5280, 5279, 5278 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5261, 5264, 5263, 5262 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5277, 5280, 5279, 5278 ] } ] }, { "id": "vp_halfboard_horizontal_2_front", - "fg": [ 5253, 5256, 5255, 5254 ], + "fg": [ 5269, 5272, 5271, 5270 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5253, 5256, 5255, 5254 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5269, 5272, 5271, 5270 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 5265, 5268, 5267, 5266 ], + "fg": [ 5281, 5284, 5283, 5282 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5265, 5268, 5267, 5266 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5281, 5284, 5283, 5282 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 5257, 5260, 5259, 5258 ], + "fg": [ 5273, 5276, 5275, 5274 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5257, 5260, 5259, 5258 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5273, 5276, 5275, 5274 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": 5285, + "fg": 5301, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5285 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5301 } ] }, { "id": "vp_halfboard_cover", - "fg": [ 5248, 5251, 5250, 5249 ], + "fg": [ 5264, 5267, 5266, 5265 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5248, 5251, 5250, 5249 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5264, 5267, 5266, 5265 ] } ] }, { "id": "vp_hdhalfboard_ne", - "fg": 5339, + "fg": 5355, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5339 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5355 } ] }, { "id": "vp_hdhalfboard_nw", - "fg": 5340, + "fg": 5356, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5340 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5356 } ] }, { "id": "vp_hdhalfboard_se", - "fg": 5341, + "fg": 5357, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5341 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5357 } ] }, { "id": "vp_hdhalfboard_sw", - "fg": 5342, + "fg": 5358, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5342 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5358 } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": 5347, + "fg": 5363, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5347 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5363 } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": 5348, + "fg": 5364, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5348 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5364 } ] }, { "id": "vp_hdhalfboard_horizontal", - "fg": 5334, + "fg": 5350, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5334 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5350 } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 5329, + "fg": 5345, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5329 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5345 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 5334, 5337, 5336, 5335 ], + "fg": [ 5350, 5353, 5352, 5351 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5334, 5337, 5336, 5335 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5350, 5353, 5352, 5351 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 5329, 5332, 5331, 5330 ], + "fg": [ 5345, 5348, 5347, 5346 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5329, 5332, 5331, 5330 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5345, 5348, 5347, 5346 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 5338, 5335, 5334, 5337 ], + "fg": [ 5354, 5351, 5350, 5353 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5338, 5335, 5334, 5337 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5354, 5351, 5350, 5353 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 5333, 5330, 5329, 5332 ], + "fg": [ 5349, 5346, 5345, 5348 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5333, 5330, 5329, 5332 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5349, 5346, 5345, 5348 ] } ] }, { "id": "vp_hdhalfboard_vertical", - "fg": 5343, + "fg": 5359, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5343 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5359 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 5344, + "fg": 5360, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5344 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5360 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": 5345, + "fg": 5361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5345 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5361 } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": 5346, + "fg": 5362, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5346 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5362 } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 5325, 5328, 5327, 5326 ], + "fg": [ 5341, 5344, 5343, 5342 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5325, 5328, 5327, 5326 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5341, 5344, 5343, 5342 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 5358, 5361, 5360, 5359 ], + "fg": [ 5374, 5377, 5376, 5375 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5358, 5361, 5360, 5359 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5374, 5377, 5376, 5375 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 5362, 5365, 5364, 5363 ], + "fg": [ 5378, 5381, 5380, 5379 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5362, 5365, 5364, 5363 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5378, 5381, 5380, 5379 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 5366, + "fg": 5382, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5366 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5382 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 5367, + "fg": 5383, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5367 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5383 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 5369, + "fg": 5385, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5369 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5385 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 5370, + "fg": 5386, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5370 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5386 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 5353, + "fg": 5369, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5353 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5369 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 5353, 5356, 5355, 5354 ], + "fg": [ 5369, 5372, 5371, 5370 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5353, 5356, 5355, 5354 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5369, 5372, 5371, 5370 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 5357, + "fg": 5373, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5357 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5373 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 5368, + "fg": 5384, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5368 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5384 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 5349, 5352, 5351, 5350 ], + "fg": [ 5365, 5368, 5367, 5366 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5349, 5352, 5351, 5350 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5365, 5368, 5367, 5366 ] } ] }, { "id": "vp_stowboard_ne", - "fg": [ 5399, 5402, 5401, 5400 ], + "fg": [ 5415, 5418, 5417, 5416 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5399, 5402, 5401, 5400 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5415, 5418, 5417, 5416 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 5403, 5406, 5405, 5404 ], + "fg": [ 5419, 5422, 5421, 5420 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5403, 5406, 5405, 5404 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5419, 5422, 5421, 5420 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 5407, 5409, 5403, 5408 ], + "fg": [ 5423, 5425, 5419, 5424 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5407, 5409, 5403, 5408 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5423, 5425, 5419, 5424 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 5410, 5412, 5399, 5411 ], + "fg": [ 5426, 5428, 5415, 5427 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5410, 5412, 5399, 5411 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5426, 5428, 5415, 5427 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 5413, 5415, 5416, 5414 ], + "fg": [ 5429, 5431, 5432, 5430 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5413, 5415, 5416, 5414 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5429, 5431, 5432, 5430 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 5416, 5414, 5413, 5415 ], + "fg": [ 5432, 5430, 5429, 5431 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5416, 5414, 5413, 5415 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5432, 5430, 5429, 5431 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": 5394, + "fg": 5410, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5394 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5410 } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 5394, 5397, 5396, 5395 ], + "fg": [ 5410, 5413, 5412, 5411 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5394, 5397, 5396, 5395 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5410, 5413, 5412, 5411 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 5398, 5395, 5394, 5397 ], + "fg": [ 5414, 5411, 5410, 5413 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5398, 5395, 5394, 5397 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5414, 5411, 5410, 5413 ] } ] }, { "id": "vp_stowboard_vertical", - "fg": 5414, + "fg": 5430, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5414 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5430 } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 5376, 5379, 5378, 5377 ], + "fg": [ 5392, 5395, 5394, 5393 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5376, 5379, 5378, 5377 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5392, 5395, 5394, 5393 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 5380, 5383, 5382, 5381 ], + "fg": [ 5396, 5399, 5398, 5397 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5380, 5383, 5382, 5381 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5396, 5399, 5398, 5397 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 5384, 5386, 5380, 5385 ], + "fg": [ 5400, 5402, 5396, 5401 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5384, 5386, 5380, 5385 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5400, 5402, 5396, 5401 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 5387, 5389, 5376, 5388 ], + "fg": [ 5403, 5405, 5392, 5404 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5387, 5389, 5376, 5388 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5403, 5405, 5392, 5404 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 5390, 5392, 5393, 5391 ], + "fg": [ 5406, 5408, 5409, 5407 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5390, 5392, 5393, 5391 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5406, 5408, 5409, 5407 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 5393, 5391, 5390, 5392 ], + "fg": [ 5409, 5407, 5406, 5408 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5393, 5391, 5390, 5392 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5409, 5407, 5406, 5408 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 5371, + "fg": 5387, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5371 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5387 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 5371, 5374, 5373, 5372 ], + "fg": [ 5387, 5390, 5389, 5388 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5371, 5374, 5373, 5372 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5387, 5390, 5389, 5388 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 5375, 5372, 5371, 5374 ], + "fg": [ 5391, 5388, 5387, 5390 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5375, 5372, 5371, 5374 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5391, 5388, 5387, 5390 ] } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 5391, + "fg": 5407, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5391 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5407 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 5421, 5422, 5427, 5428 ], + "fg": [ 5437, 5438, 5443, 5444 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5421, 5422, 5427, 5428 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5437, 5438, 5443, 5444 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 5423, 5424, 5425, 5426 ], + "fg": [ 5439, 5440, 5441, 5442 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5423, 5424, 5425, 5426 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5439, 5440, 5441, 5442 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 5425, 5426, 5423, 5424 ], + "fg": [ 5441, 5442, 5439, 5440 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5425, 5426, 5423, 5424 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5441, 5442, 5439, 5440 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 5427, 5428, 5421, 5422 ], + "fg": [ 5443, 5444, 5437, 5438 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5427, 5428, 5421, 5422 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5443, 5444, 5437, 5438 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 5429, 5419, 5430, 5417 ], + "fg": [ 5445, 5435, 5446, 5433 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5429, 5419, 5430, 5417 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5445, 5435, 5446, 5433 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 5430, 5417, 5429, 5419 ], + "fg": [ 5446, 5433, 5445, 5435 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5430, 5417, 5429, 5419 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5446, 5433, 5445, 5435 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 5417, 5418, 5419, 5420 ], + "fg": [ 5433, 5434, 5435, 5436 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5417, 5418, 5419, 5420 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5433, 5434, 5435, 5436 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 5419, 5420, 5417, 5418 ], + "fg": [ 5435, 5436, 5433, 5434 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5419, 5420, 5417, 5418 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5435, 5436, 5433, 5434 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 5435, + "fg": 5451, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5435 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5451 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 5434, + "fg": 5450, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5434 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5450 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 5439, + "fg": 5455, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5439 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5455 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 5438, + "fg": 5454, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5438 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5454 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 5436, + "fg": 5452, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5436 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5452 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 5440, + "fg": 5456, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5440 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5456 } ] }, { "id": [ @@ -8214,934 +8221,934 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 5433, + "fg": 5449, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5433 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5449 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 5437, + "fg": 5453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5437 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5453 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 5432, + "fg": 5448, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5432 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5448 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 5431, + "fg": 5447, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5431 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5447 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 5452, 5451 ], + "fg": [ 5468, 5467 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5452, 5451 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5468, 5467 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 5448, 5450, 5449, 5447 ], + "fg": [ 5464, 5466, 5465, 5463 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5448, 5450, 5449, 5447 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5464, 5466, 5465, 5463 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 5446, 5445 ], + "fg": [ 5462, 5461 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5446, 5445 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5462, 5461 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 5442, 5444, 5443, 5441 ], + "fg": [ 5458, 5460, 5459, 5457 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5442, 5444, 5443, 5441 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5458, 5460, 5459, 5457 ] } ] }, { "id": "vp_box", - "fg": [ 5453, 5454 ], + "fg": [ 5469, 5470 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5453, 5454 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5469, 5470 ] } ] }, { "id": "vp_wood box", - "fg": [ 5463, 5462 ], + "fg": [ 5479, 5478 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5463, 5462 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5479, 5478 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 5456, 5458, 5457, 5455 ], + "fg": [ 5472, 5474, 5473, 5471 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5456, 5458, 5457, 5455 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5472, 5474, 5473, 5471 ] } ] }, { "id": "vp_trunk", - "fg": 5460, + "fg": 5476, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5460 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5476 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 5461, + "fg": 5477, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5461 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5477 } ] }, { "id": [ "vp_cargo_space", "animal_compartment" ], - "fg": 5459, + "fg": 5475, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5459 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5475 } ] }, { "id": "vp_door_internal", - "fg": [ 5488, 5492, 5490, 5486 ], + "fg": [ 5504, 5508, 5506, 5502 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5489, 5493, 5491, 5487 ] }, { "id": "broken", "fg": 5467, "bg": [ 5489, 5493, 5491, 5487 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5505, 5509, 5507, 5503 ] }, { "id": "broken", "fg": 5483, "bg": [ 5505, 5509, 5507, 5503 ] } ] }, { "id": [ "vp_door", "vp_door_sliding" ], - "fg": 5484, + "fg": 5500, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5485 }, { "id": "broken", "fg": 5467, "bg": 5484 } ] + "additional_tiles": [ { "id": "open", "fg": 5501 }, { "id": "broken", "fg": 5483, "bg": 5500 } ] }, { "id": "vp_door_front", - "fg": [ 5476, 5483, 5482, 5481 ], + "fg": [ 5492, 5499, 5498, 5497 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5478, 5480, 5479, 5477 ] }, { "id": "broken", "fg": 5467, "bg": [ 5478, 5480, 5479, 5477 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5494, 5496, 5495, 5493 ] }, { "id": "broken", "fg": 5483, "bg": [ 5494, 5496, 5495, 5493 ] } ] }, { "id": "vp_door_rear", - "fg": [ 5530, 5537, 5536, 5535 ], + "fg": [ 5546, 5553, 5552, 5551 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5532, 5534, 5533, 5531 ] }, { "id": "broken", "fg": 5467, "bg": [ 5532, 5534, 5533, 5531 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5548, 5550, 5549, 5547 ] }, { "id": "broken", "fg": 5483, "bg": [ 5548, 5550, 5549, 5547 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 5468, 5471, 5470, 5469 ], + "fg": [ 5484, 5487, 5486, 5485 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5495, 5497, 5496, 5494 ] }, { "id": "broken", "fg": 5467, "bg": [ 5495, 5497, 5496, 5494 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5511, 5513, 5512, 5510 ] }, { "id": "broken", "fg": 5483, "bg": [ 5511, 5513, 5512, 5510 ] } ] }, { "id": [ "vp_door_nw", "vp_door_front_left" ], - "fg": [ 5502, 5505, 5504, 5503 ], + "fg": [ 5518, 5521, 5520, 5519 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5495, 5497, 5496, 5494 ] }, { "id": "broken", "fg": 5467, "bg": [ 5495, 5497, 5496, 5494 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5511, 5513, 5512, 5510 ] }, { "id": "broken", "fg": 5483, "bg": [ 5511, 5513, 5512, 5510 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 5551, 5554, 5553, 5552 ], + "fg": [ 5567, 5570, 5569, 5568 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5495, 5497, 5496, 5494 ] }, { "id": "broken", "fg": 5467, "bg": [ 5495, 5497, 5496, 5494 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5511, 5513, 5512, 5510 ] }, { "id": "broken", "fg": 5483, "bg": [ 5511, 5513, 5512, 5510 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right" ], - "fg": [ 5472, 5475, 5474, 5473 ], + "fg": [ 5488, 5491, 5490, 5489 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5539, 5541, 5540, 5538 ] }, { "id": "broken", "fg": 5467, "bg": [ 5539, 5541, 5540, 5538 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5555, 5557, 5556, 5554 ] }, { "id": "broken", "fg": 5483, "bg": [ 5555, 5557, 5556, 5554 ] } ] }, { "id": [ "vp_door_ne", "vp_door_front_right" ], - "fg": [ 5498, 5501, 5500, 5499 ], + "fg": [ 5514, 5517, 5516, 5515 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5539, 5541, 5540, 5538 ] }, { "id": "broken", "fg": 5467, "bg": [ 5539, 5541, 5540, 5538 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5555, 5557, 5556, 5554 ] }, { "id": "broken", "fg": 5483, "bg": [ 5555, 5557, 5556, 5554 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 5542, 5545, 5544, 5543 ], + "fg": [ 5558, 5561, 5560, 5559 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5539, 5541, 5540, 5538 ] }, { "id": "broken", "fg": 5467, "bg": [ 5539, 5541, 5540, 5538 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5555, 5557, 5556, 5554 ] }, { "id": "broken", "fg": 5483, "bg": [ 5555, 5557, 5556, 5554 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 5546, 5550, 5549, 5548 ], + "fg": [ 5562, 5566, 5565, 5564 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5547 }, { "id": "broken", "fg": 5467, "bg": 5547 } ] + "additional_tiles": [ { "id": "open", "fg": 5563 }, { "id": "broken", "fg": 5483, "bg": 5563 } ] }, { "id": "vp_door_trunk", - "fg": [ 5555, 5562, 5561, 5560 ], + "fg": [ 5571, 5578, 5577, 5576 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5556, 5559, 5558, 5557 ] }, { "id": "broken", "fg": 5467, "bg": [ 5556, 5559, 5558, 5557 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5572, 5575, 5574, 5573 ] }, { "id": "broken", "fg": 5483, "bg": [ 5572, 5575, 5574, 5573 ] } ] }, { "id": [ "vp_hddoor_trunk", "vp_hatch", "vp_hatch_opaque", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 5611, 5618, 5617, 5616 ], + "fg": [ 5627, 5634, 5633, 5632 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5612, 5615, 5614, 5613 ] }, { "id": "broken", "fg": 5467, "bg": [ 5612, 5615, 5614, 5613 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5628, 5631, 5630, 5629 ] }, { "id": "broken", "fg": 5483, "bg": [ 5628, 5631, 5630, 5629 ] } ] }, { "id": "vp_hddoor_left", - "fg": [ 5564, 5566, 5565, 5563 ], + "fg": [ 5580, 5582, 5581, 5579 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5576, 5578, 5577, 5575 ] }, { "id": "broken", "fg": 5467, "bg": [ 5576, 5578, 5577, 5575 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5592, 5594, 5593, 5591 ] }, { "id": "broken", "fg": 5483, "bg": [ 5592, 5594, 5593, 5591 ] } ] }, { "id": "vp_hddoor_right", - "fg": [ 5568, 5570, 5569, 5567 ], + "fg": [ 5584, 5586, 5585, 5583 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5608, 5610, 5609, 5607 ] }, { "id": "broken", "fg": 5467, "bg": [ 5608, 5610, 5609, 5607 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5624, 5626, 5625, 5623 ] }, { "id": "broken", "fg": 5483, "bg": [ 5624, 5626, 5625, 5623 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 5572, 5574, 5573, 5571 ], + "fg": [ 5588, 5590, 5589, 5587 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5478, 5480, 5479, 5477 ] }, { "id": "broken", "fg": 5467, "bg": [ 5478, 5480, 5479, 5477 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5494, 5496, 5495, 5493 ] }, { "id": "broken", "fg": 5483, "bg": [ 5494, 5496, 5495, 5493 ] } ] }, { "id": "vp_hddoor_rear", - "fg": [ 5604, 5606, 5605, 5603 ], + "fg": [ 5620, 5622, 5621, 5619 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5532, 5534, 5533, 5531 ] }, { "id": "broken", "fg": 5467, "bg": [ 5532, 5534, 5533, 5531 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5548, 5550, 5549, 5547 ] }, { "id": "broken", "fg": 5483, "bg": [ 5548, 5550, 5549, 5547 ] } ] }, { "id": "vp_door_opaque_left", - "fg": [ 5515, 5517, 5516, 5514 ], + "fg": [ 5531, 5533, 5532, 5530 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5511, 5513, 5512, 5510 ] }, { "id": "broken", "fg": 5467, "bg": [ 5511, 5513, 5512, 5510 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5527, 5529, 5528, 5526 ] }, { "id": "broken", "fg": 5483, "bg": [ 5527, 5529, 5528, 5526 ] } ] }, { "id": "vp_door_opaque_right", - "fg": [ 5527, 5529, 5528, 5526 ], + "fg": [ 5543, 5545, 5544, 5542 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5523, 5525, 5524, 5522 ] }, { "id": "broken", "fg": 5467, "bg": [ 5523, 5525, 5524, 5522 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5539, 5541, 5540, 5538 ] }, { "id": "broken", "fg": 5483, "bg": [ 5539, 5541, 5540, 5538 ] } ] }, { "id": [ "vp_door_opaque", "vp_door_opaque_front" ], - "fg": [ 5507, 5509, 5508, 5506 ], + "fg": [ 5523, 5525, 5524, 5522 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5478, 5480, 5479, 5477 ] }, { "id": "broken", "fg": 5467, "bg": [ 5478, 5480, 5479, 5477 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5494, 5496, 5495, 5493 ] }, { "id": "broken", "fg": 5483, "bg": [ 5494, 5496, 5495, 5493 ] } ] }, { "id": "vp_door_opaque_rear", - "fg": [ 5519, 5521, 5520, 5518 ], + "fg": [ 5535, 5537, 5536, 5534 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5532, 5534, 5533, 5531 ] }, { "id": "broken", "fg": 5467, "bg": [ 5532, 5534, 5533, 5531 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5548, 5550, 5549, 5547 ] }, { "id": "broken", "fg": 5483, "bg": [ 5548, 5550, 5549, 5547 ] } ] }, { "id": "vp_hddoor_opaque_left", - "fg": [ 5588, 5590, 5589, 5587 ], + "fg": [ 5604, 5606, 5605, 5603 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5584, 5586, 5585, 5583 ] }, { "id": "broken", "fg": 5467, "bg": [ 5584, 5586, 5585, 5583 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5600, 5602, 5601, 5599 ] }, { "id": "broken", "fg": 5483, "bg": [ 5600, 5602, 5601, 5599 ] } ] }, { "id": "vp_hddoor_opaque_right", - "fg": [ 5600, 5602, 5601, 5599 ], + "fg": [ 5616, 5618, 5617, 5615 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5596, 5598, 5597, 5595 ] }, { "id": "broken", "fg": 5467, "bg": [ 5596, 5598, 5597, 5595 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5612, 5614, 5613, 5611 ] }, { "id": "broken", "fg": 5483, "bg": [ 5612, 5614, 5613, 5611 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 5580, 5582, 5581, 5579 ], + "fg": [ 5596, 5598, 5597, 5595 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5478, 5480, 5479, 5477 ] }, { "id": "broken", "fg": 5467, "bg": [ 5478, 5480, 5479, 5477 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5494, 5496, 5495, 5493 ] }, { "id": "broken", "fg": 5483, "bg": [ 5494, 5496, 5495, 5493 ] } ] }, { "id": "vp_hddoor_opaque_rear", - "fg": [ 5592, 5594, 5593, 5591 ], + "fg": [ 5608, 5610, 5609, 5607 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5532, 5534, 5533, 5531 ] }, { "id": "broken", "fg": 5467, "bg": [ 5532, 5534, 5533, 5531 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5548, 5550, 5549, 5547 ] }, { "id": "broken", "fg": 5483, "bg": [ 5548, 5550, 5549, 5547 ] } ] }, { "id": "vp_frame_cover", - "fg": 5619, + "fg": 5635, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5619 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5635 } ] }, { "id": "vp_frame_cross", - "fg": 5620, + "fg": 5636, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5620 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5636 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 5621, + "fg": 5637, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5621 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5637 } ] }, { "id": "vp_frame_ne", - "fg": 5634, + "fg": 5650, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5634 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5650 } ] }, { "id": "vp_frame_nw", - "fg": 5635, + "fg": 5651, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5635 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5651 } ] }, { "id": "vp_frame_se", - "fg": 5636, + "fg": 5652, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5636 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5652 } ] }, { "id": "vp_frame_sw", - "fg": 5637, + "fg": 5653, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5637 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5653 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 5645, + "fg": 5661, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5645 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5661 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 5642, + "fg": 5658, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5642 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5658 } ] }, { "id": "vp_frame_vertical_left", - "fg": 5643, + "fg": 5659, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5643 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5659 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 5640, + "fg": 5656, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5640 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5656 } ] }, { "id": "vp_frame_vertical_right", - "fg": 5644, + "fg": 5660, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5644 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5660 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 5641, + "fg": 5657, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5641 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5657 } ] }, { "id": "vp_frame_horizontal", - "fg": 5622, + "fg": 5638, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5622 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5638 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 5623, + "fg": 5639, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5623 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5639 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 5633, + "fg": 5649, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5633 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5649 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 5626, + "fg": 5642, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5626 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5642 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 5629, + "fg": 5645, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5629 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5645 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 5624, + "fg": 5640, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5624 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5640 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 5631, + "fg": 5647, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5631 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5647 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 5625, + "fg": 5641, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5625 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5641 } ] }, { "id": "vp_frame_horizontal_left", - "fg": 5630, + "fg": 5646, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5630 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5646 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 5627, + "fg": 5643, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5627 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5643 } ] }, { "id": "vp_frame_horizontal_right", - "fg": 5632, + "fg": 5648, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5632 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5648 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 5628, + "fg": 5644, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5628 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5644 } ] }, { "id": "vp_frame_vertical", - "fg": 5638, + "fg": 5654, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5638 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5654 } ] }, { "id": "vp_frame_vertical_2", - "fg": 5639, + "fg": 5655, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5639 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5655 } ] }, { "id": "vp_hdframe_cover", - "fg": 5646, + "fg": 5662, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5646 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5662 } ] }, { "id": "vp_hdframe_cross", - "fg": 5647, + "fg": 5663, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5647 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5663 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 5648, + "fg": 5664, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5648 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5664 } ] }, { "id": "vp_hdframe_ne", - "fg": 5661, + "fg": 5677, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5661 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5677 } ] }, { "id": "vp_hdframe_nw", - "fg": 5662, + "fg": 5678, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5662 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5678 } ] }, { "id": "vp_hdframe_se", - "fg": 5663, + "fg": 5679, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5663 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5679 } ] }, { "id": "vp_hdframe_sw", - "fg": 5664, + "fg": 5680, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5664 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5680 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 5672, + "fg": 5688, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5672 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5688 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 5669, + "fg": 5685, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5669 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5685 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 5670, + "fg": 5686, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5670 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5686 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 5667, + "fg": 5683, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5667 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5683 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 5671, + "fg": 5687, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5671 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5687 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 5668, + "fg": 5684, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5668 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5684 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 5649, + "fg": 5665, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5649 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5665 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 5650, + "fg": 5666, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5650 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5666 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 5660, + "fg": 5676, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5660 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5676 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 5653, + "fg": 5669, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5653 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5669 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 5656, + "fg": 5672, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5656 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5672 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 5651, + "fg": 5667, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5651 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5667 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 5658, + "fg": 5674, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5658 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5674 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 5652, + "fg": 5668, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5652 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5668 } ] }, { "id": "vp_hdframe_horizontal_left", - "fg": 5657, + "fg": 5673, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5657 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5673 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 5654, + "fg": 5670, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5654 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5670 } ] }, { "id": "vp_hdframe_horizontal_right", - "fg": 5659, + "fg": 5675, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5659 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5675 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 5655, + "fg": 5671, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5655 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5671 } ] }, { "id": "vp_hdframe_vertical", - "fg": 5665, + "fg": 5681, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5665 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5681 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 5666, + "fg": 5682, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5666 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5682 } ] }, { "id": "vp_xlframe_cover", - "fg": 5673, + "fg": 5689, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5673 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5689 } ] }, { "id": "vp_xlframe_cross", - "fg": 5674, + "fg": 5690, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5674 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5690 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 5675, + "fg": 5691, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5675 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5691 } ] }, { "id": "vp_xlframe_ne", - "fg": 5688, + "fg": 5704, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5688 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5704 } ] }, { "id": "vp_xlframe_nw", - "fg": 5689, + "fg": 5705, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5689 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5705 } ] }, { "id": "vp_xlframe_se", - "fg": 5690, + "fg": 5706, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5690 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5706 } ] }, { "id": "vp_xlframe_sw", - "fg": 5691, + "fg": 5707, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5691 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5707 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 5699, + "fg": 5715, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5699 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5715 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 5696, + "fg": 5712, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5696 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5712 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 5697, + "fg": 5713, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5697 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5713 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 5694, + "fg": 5710, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5694 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5710 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 5698, + "fg": 5714, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5698 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5714 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 5695, + "fg": 5711, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5695 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5711 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 5676, + "fg": 5692, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5676 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5692 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 5677, + "fg": 5693, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5677 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5693 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 5687, + "fg": 5703, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5687 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5703 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 5680, + "fg": 5696, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5680 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5696 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 5683, + "fg": 5699, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5683 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5699 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 5678, + "fg": 5694, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5678 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5694 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 5685, + "fg": 5701, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5685 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5701 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 5679, + "fg": 5695, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5679 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5695 } ] }, { "id": "vp_xlframe_horizontal_left", - "fg": 5684, + "fg": 5700, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5684 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5700 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 5681, + "fg": 5697, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5681 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5697 } ] }, { "id": "vp_xlframe_horizontal_right", - "fg": 5686, + "fg": 5702, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5686 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5702 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 5682, + "fg": 5698, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5682 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5698 } ] }, { "id": "vp_xlframe_vertical", - "fg": 5692, + "fg": 5708, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5692 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5708 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 5693, + "fg": 5709, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5693 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5709 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 5701 + "fg": 5717 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 5700 + "fg": 5716 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 5701 + "fg": 5717 }, { "id": "vp_light_blue", - "fg": [ 5716, 5717 ], + "fg": [ 5732, 5733 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5716, 5717 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5732, 5733 ] } ] }, { "id": "vp_light_red", - "fg": [ 5718, 5719 ], + "fg": [ 5734, 5735 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5718, 5719 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5734, 5735 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 5710, 5712, 5711, 5709 ], + "fg": [ 5726, 5728, 5727, 5725 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5710, 5712, 5711, 5709 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5726, 5728, 5727, 5725 ] } ] }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": [ 5702, 5702 ], - "bg": [ 5729, 5728 ], + "fg": [ 5718, 5718 ], + "bg": [ 5745, 5744 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5703, "bg": [ 5729, 5728 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5719, "bg": [ 5745, 5744 ] } ] }, { "id": "vp_workbench", - "fg": [ 5730, 5730 ], - "bg": 3664, + "fg": [ 5746, 5746 ], + "bg": 3678, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5730, 5730 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5746, 5746 ] } ] }, { "id": "vp_minifridge", - "fg": [ 5723, 5723 ], + "fg": [ 5739, 5739 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5723, 5723 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5739, 5739 ] } ] }, { "id": "vp_minifreezer", - "fg": [ 5722, 5722 ], + "fg": [ 5738, 5738 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5722, 5722 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5738, 5738 ] } ] }, { "id": "vp_kitchen_unit", - "fg": [ 5715, 5715 ], + "fg": [ 5731, 5731 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5715, 5715 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5731, 5731 ] } ] }, { "id": "vp_welding_rig", - "fg": [ 5727, 5727 ], + "fg": [ 5743, 5743 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5727, 5727 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5743, 5743 ] } ] }, { "id": "vp_craft_rig", - "fg": [ 5708, 5708 ], + "fg": [ 5724, 5724 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5708, 5708 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5724, 5724 ] } ] }, { "id": "vp_washing_machine", - "fg": [ 5726, 5726 ], + "fg": [ 5742, 5742 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5726, 5726 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5742, 5742 ] } ] }, { "id": "vp_bed", - "fg": [ 5706, 5706 ], + "fg": [ 5722, 5722 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5706, 5706 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5722, 5722 ] } ] }, { "id": "vp_veh_forge", - "fg": [ 5713, 5713 ], + "fg": [ 5729, 5729 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5713, 5713 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5729, 5729 ] } ] }, { "id": "vp_veh_kiln", - "fg": [ 5714, 5714 ], + "fg": [ 5730, 5730 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5714, 5714 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5730, 5730 ] } ] }, { "id": "vp_chemlab", - "fg": [ 5707, 5707 ], + "fg": [ 5723, 5723 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5707, 5707 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5723, 5723 ] } ] }, { "id": "vp_aisle_vertical", - "fg": 5705, + "fg": 5721, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5705 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5721 } ] }, { "id": "vp_aisle_horizontal", - "fg": 5704, + "fg": 5720, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5704 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5720 } ] }, - { "id": "vp_trunk_floor", "fg": 5725, "bg": 5705 }, + { "id": "vp_trunk_floor", "fg": 5741, "bg": 5721 }, { "id": "vp_wooden_aisle_vertical", - "fg": [ 5729, 5728 ], + "fg": [ 5745, 5744 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5729, 5728 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5745, 5744 ] } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": [ 5728, 5729 ], + "fg": [ 5744, 5745 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5728, 5729 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5744, 5745 ] } ] }, { "id": "vp_lit_aisle_vertical", - "fg": 5721, + "fg": 5737, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5721 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5737 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 5720, + "fg": 5736, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5720 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5736 } ] }, { "id": "vp_mounted_spare_tire", - "fg": 5724, + "fg": 5740, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5724 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5740 } ] }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat", "vp_seat_back" ], - "fg": [ 5744, 5742, 5737, 5743 ], + "fg": [ 5760, 5758, 5753, 5759 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5744, 5742, 5737, 5743 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5760, 5758, 5753, 5759 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather", "vp_seat_back_leather" ], - "fg": [ 5741, 5739, 5738, 5740 ], + "fg": [ 5757, 5755, 5754, 5756 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5741, 5739, 5738, 5740 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5757, 5755, 5754, 5756 ] } ] }, { "id": [ "vp_seat_wood", "seat_wood_bench" ], - "fg": [ 5747, 5747, 5748, 5748 ], - "bg": [ 5729, 5728 ], + "fg": [ 5763, 5763, 5764, 5764 ], + "bg": [ 5745, 5744 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5747, 5747, 5748, 5748 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5763, 5763, 5764, 5764 ] } ] }, { "id": "vp_seat_wood_flimsy", - "fg": [ 5745, 5745, 5746, 5746 ], - "bg": [ 5729, 5728 ], + "fg": [ 5761, 5761, 5762, 5762 ], + "bg": [ 5745, 5744 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5745, 5745, 5746, 5746 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5761, 5761, 5762, 5762 ] } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 5732, 5734, 5733, 5731 ], + "fg": [ 5748, 5750, 5749, 5747 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5732, 5734, 5733, 5731 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5748, 5750, 5749, 5747 ] } ] }, { "id": "vp_solar_panel", - "fg": 5749, + "fg": 5765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5749 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5765 } ] }, { "id": "vp_reinforced_solar_panel", - "fg": 5942, - "bg": 5749, + "fg": 5958, + "bg": 5765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5749 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5765 } ] }, { "id": "vp_solar_panel_v2", - "fg": 5749, + "fg": 5765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5749 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5765 } ] }, { "id": "vp_reinforced_solar_panel_v2", - "fg": 5942, - "bg": 5749, + "fg": 5958, + "bg": 5765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5749 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5765 } ] }, { "id": "vp_solar_panel_v3", - "fg": 5749, + "fg": 5765, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5749 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5765 } ] }, { "id": [ @@ -9158,151 +9165,151 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": "vp_tow_launcher", "//": "rocket tubes", - "fg": 5751, - "bg": 5750, + "fg": 5767, + "bg": 5766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5751 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5767 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable", "vp_wheel_wide_or_steerable", "vp_wheel_wide" ], - "fg": 5752, + "fg": 5768, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5752 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5768 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable", "vp_wheel_bicycle_or", "vp_wheel_bicycle_or_steerable" ], - "fg": [ 5754, 5756, 5755, 5753 ], + "fg": [ 5770, 5772, 5771, 5769 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5754, 5756, 5755, 5753 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5770, 5772, 5771, 5769 ] } ] }, { "id": [ "vp_wheel_bicycle_rear", "vp_wheel_bicycle_or_rear" ], - "fg": [ 5755, 5753, 5754, 5756 ], + "fg": [ 5771, 5769, 5770, 5772 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": [ 5755, 5753, 5754, 5756 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": [ 5771, 5769, 5770, 5772 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 5757, 5764, 5763, 5762 ], - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": [ 5757, 5764, 5763, 5762 ] } ], + "fg": [ 5773, 5780, 5779, 5778 ], + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": [ 5773, 5780, 5779, 5778 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear", - "fg": [ 5785, 5792, 5791, 5790 ], - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": [ 5785, 5792, 5791, 5790 ] } ], + "fg": [ 5801, 5808, 5807, 5806 ], + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": [ 5801, 5808, 5807, 5806 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_front_edge", - "fg": [ 5759, 5761, 5760, 5758 ], - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": [ 5759, 5761, 5760, 5758 ] } ], + "fg": [ 5775, 5777, 5776, 5774 ], + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": [ 5775, 5777, 5776, 5774 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear_edge", - "fg": [ 5786, 5789, 5788, 5787 ], - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": [ 5786, 5789, 5788, 5787 ] } ], + "fg": [ 5802, 5805, 5804, 5803 ], + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": [ 5802, 5805, 5804, 5803 ] } ], "multitile": true }, { "id": "vp_windshield_nw", - "fg": [ 5777, 5784, 5783, 5782 ], - "additional_tiles": [ { "id": "broken", "fg": 5466, "bg": [ 5777, 5784, 5783, 5782 ] } ], + "fg": [ 5793, 5800, 5799, 5798 ], + "additional_tiles": [ { "id": "broken", "fg": 5482, "bg": [ 5793, 5800, 5799, 5798 ] } ], "multitile": true }, { "id": "vp_windshield_ne", - "fg": [ 5769, 5776, 5775, 5774 ], - "additional_tiles": [ { "id": "broken", "fg": 5465, "bg": [ 5769, 5776, 5775, 5774 ] } ], + "fg": [ 5785, 5792, 5791, 5790 ], + "additional_tiles": [ { "id": "broken", "fg": 5481, "bg": [ 5785, 5792, 5791, 5790 ] } ], "multitile": true }, { "id": "vp_windshield_sw", - "fg": [ 5810, 5812, 5811, 5809 ], - "additional_tiles": [ { "id": "broken", "fg": 5466, "bg": [ 5810, 5812, 5811, 5809 ] } ], + "fg": [ 5826, 5828, 5827, 5825 ], + "additional_tiles": [ { "id": "broken", "fg": 5482, "bg": [ 5826, 5828, 5827, 5825 ] } ], "multitile": true }, { "id": "vp_windshield_se", - "fg": [ 5802, 5804, 5803, 5801 ], - "additional_tiles": [ { "id": "broken", "fg": 5465, "bg": [ 5802, 5804, 5803, 5801 ] } ], + "fg": [ 5818, 5820, 5819, 5817 ], + "additional_tiles": [ { "id": "broken", "fg": 5481, "bg": [ 5818, 5820, 5819, 5817 ] } ], "multitile": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 5779, 5781, 5780, 5778 ], - "additional_tiles": [ { "id": "broken", "fg": 5466, "bg": [ 5779, 5781, 5780, 5778 ] } ], + "fg": [ 5795, 5797, 5796, 5794 ], + "additional_tiles": [ { "id": "broken", "fg": 5482, "bg": [ 5795, 5797, 5796, 5794 ] } ], "multitile": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 5771, 5773, 5772, 5770 ], - "additional_tiles": [ { "id": "broken", "fg": 5465, "bg": [ 5771, 5773, 5772, 5770 ] } ], + "fg": [ 5787, 5789, 5788, 5786 ], + "additional_tiles": [ { "id": "broken", "fg": 5481, "bg": [ 5787, 5789, 5788, 5786 ] } ], "multitile": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 5805, 5808, 5807, 5806 ], - "additional_tiles": [ { "id": "broken", "fg": 5466, "bg": [ 5805, 5808, 5807, 5806 ] } ], + "fg": [ 5821, 5824, 5823, 5822 ], + "additional_tiles": [ { "id": "broken", "fg": 5482, "bg": [ 5821, 5824, 5823, 5822 ] } ], "multitile": true }, { "id": "vp_windshield_se_edge", - "fg": [ 5797, 5800, 5799, 5798 ], - "additional_tiles": [ { "id": "broken", "fg": 5465, "bg": [ 5797, 5800, 5799, 5798 ] } ], + "fg": [ 5813, 5816, 5815, 5814 ], + "additional_tiles": [ { "id": "broken", "fg": 5481, "bg": [ 5813, 5816, 5815, 5814 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 5765, 5768, 5767, 5766 ], - "additional_tiles": [ { "id": "broken", "fg": 5465, "bg": [ 5765, 5768, 5767, 5766 ] } ], + "fg": [ 5781, 5784, 5783, 5782 ], + "additional_tiles": [ { "id": "broken", "fg": 5481, "bg": [ 5781, 5784, 5783, 5782 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 5793, 5796, 5795, 5794 ], - "additional_tiles": [ { "id": "broken", "fg": 5466, "bg": [ 5793, 5796, 5795, 5794 ] } ], + "fg": [ 5809, 5812, 5811, 5810 ], + "additional_tiles": [ { "id": "broken", "fg": 5482, "bg": [ 5809, 5812, 5811, 5810 ] } ], "multitile": true }, { @@ -9312,731 +9319,731 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": 5813, + "fg": 5829, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5813 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5829 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear", - "fg": 5814, + "fg": 5830, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5814 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5830 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear_edge", - "fg": 5815, + "fg": 5831, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5815 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5831 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": 5817, + "fg": 5833, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5817 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5833 } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": 5816, + "fg": 5832, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5816 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5832 } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 5820, + "fg": 5836, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5820 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5836 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 5818, + "fg": 5834, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5818 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5834 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": 5821, + "fg": 5837, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5821 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5837 } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": 5819, + "fg": 5835, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5819 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5835 } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": 5822, + "fg": 5838, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5822 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5838 } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": 5823, + "fg": 5839, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5823 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5839 } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 5844, + "fg": 5860, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5844 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5860 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 5847, + "fg": 5863, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5847 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5863 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 5846, + "fg": 5862, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5846 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5862 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 5845, + "fg": 5861, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5845 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5861 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 5843, + "fg": 5859, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5843 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5859 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 5850, + "fg": 5866, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5850 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5866 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 5849, + "fg": 5865, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5849 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5865 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 5848, + "fg": 5864, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5848 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5864 } ] }, { "id": "vp_frame_wood_sw", - "fg": 5842, + "fg": 5858, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5842 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5858 } ] }, { "id": "vp_frame_wood_se", - "fg": 5841, + "fg": 5857, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5841 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5857 } ] }, { "id": "vp_frame_wood_nw", - "fg": 5840, + "fg": 5856, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5840 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5856 } ] }, { "id": "vp_frame_wood_ne", - "fg": 5839, + "fg": 5855, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5839 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5855 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 5828, + "fg": 5844, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5828 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5844 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 5833, + "fg": 5849, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5833 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5849 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 5832, + "fg": 5848, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5832 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5848 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 5831, + "fg": 5847, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5831 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5847 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 5830, + "fg": 5846, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5830 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5846 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 5829, + "fg": 5845, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5829 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5845 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 5827, + "fg": 5843, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5827 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5843 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 5838, + "fg": 5854, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5838 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5854 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 5837, + "fg": 5853, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5837 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5853 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 5836, + "fg": 5852, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5836 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5852 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 5835, + "fg": 5851, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5835 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5851 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 5834, + "fg": 5850, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5834 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5850 } ] }, { "id": "vp_frame_wood_cross", - "fg": 5825, + "fg": 5841, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5825 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5841 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 5826, + "fg": 5842, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5826 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5842 } ] }, { "id": "vp_frame_wood_cover", - "fg": 5824, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5824 } ] - }, - { "id": "fd_bile", "fg": 4898 }, - { "id": "f_floor_mattress", "fg": 4911 }, - { "id": "f_brazier", "fg": 4914 }, - { "id": "emer_blanket", "fg": 4946 }, - { "id": "emer_blanket_on", "fg": 4947 }, - { "id": "jacket_evac", "fg": 4948 }, - { "id": "t_paper_roof", "fg": 5176 }, - { "id": "seat", "fg": 5735 }, - { "id": "seat_leather", "fg": 5736 } + "fg": 5840, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5840 } ] + }, + { "id": "fd_bile", "fg": 4914 }, + { "id": "f_floor_mattress", "fg": 4927 }, + { "id": "f_brazier", "fg": 4930 }, + { "id": "emer_blanket", "fg": 4962 }, + { "id": "emer_blanket_on", "fg": 4963 }, + { "id": "jacket_evac", "fg": 4964 }, + { "id": "t_paper_roof", "fg": 5192 }, + { "id": "seat", "fg": 5751 }, + { "id": "seat_leather", "fg": 5752 } ] }, { "file": "incomplete_tall.png", - "//": "range 5856 to 5871", + "//": "range 5872 to 5887", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_robofac_prototype", "fg": 5856, "bg": 4624 }, - { "id": "overlay_female_worn_helmet_riot_raised", "fg": 5857 }, - { "id": "overlay_male_worn_helmet_riot_raised", "fg": 5858 }, - { "id": "f_street_light", "fg": 5859 }, - { "id": "f_traffic_light", "fg": 5860 } + { "id": "mon_robofac_prototype", "fg": 5872, "bg": 4640 }, + { "id": "overlay_female_worn_helmet_riot_raised", "fg": 5873 }, + { "id": "overlay_male_worn_helmet_riot_raised", "fg": 5874 }, + { "id": "f_street_light", "fg": 5875 }, + { "id": "f_traffic_light", "fg": 5876 } ] }, { "file": "incomplete_large.png", - "//": "range 5872 to 5887", + "//": "range 5888 to 5903", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, - "tiles": [ { "id": "mon_science_bot", "fg": 5875, "bg": 4798 } ] + "tiles": [ { "id": "mon_science_bot", "fg": 5891, "bg": 4814 } ] }, { "file": "fillerhoder.png", - "//": "range 5888 to 5951", + "//": "range 5904 to 5967", "tiles": [ { "id": "f_sandbag_wall", - "fg": 5888, + "fg": 5904, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 5888 }, - { "id": "center", "fg": 5889 }, - { "id": "corner", "fg": 5890 }, - { "id": "edge", "fg": 5891 }, - { "id": "end_piece", "fg": 5892 }, - { "id": "t_connection", "fg": 5893 } + { "id": "unconnected", "fg": 5904 }, + { "id": "center", "fg": 5905 }, + { "id": "corner", "fg": 5906 }, + { "id": "edge", "fg": 5907 }, + { "id": "end_piece", "fg": 5908 }, + { "id": "t_connection", "fg": 5909 } ] }, - { "id": "f_slab", "fg": 5894 }, - { "id": "animation_bullet_flame", "fg": 5895, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 5896, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 5897 }, + { "id": "f_slab", "fg": 5910 }, + { "id": "animation_bullet_flame", "fg": 5911, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 5912, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 5913 }, { "id": "explosion", - "fg": 5898, + "fg": 5914, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5898 }, { "id": "edge", "fg": 5899 } ] + "additional_tiles": [ { "id": "corner", "fg": 5914 }, { "id": "edge", "fg": 5915 } ] }, { "id": "explosion_medium", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5898 }, { "id": "edge", "fg": 5899 } ], - "fg": 5898 + "additional_tiles": [ { "id": "corner", "fg": 5914 }, { "id": "edge", "fg": 5915 } ], + "fg": 5914 }, { "id": "explosion_weak", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5898 }, { "id": "edge", "fg": 5899 } ], - "fg": 5898 + "additional_tiles": [ { "id": "corner", "fg": 5914 }, { "id": "edge", "fg": 5915 } ], + "fg": 5914 }, { "id": "vp_chimes", - "fg": 5900, + "fg": 5916, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5900 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5916 } ] }, { "id": "vp_robot_controls", - "fg": 5901, + "fg": 5917, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5901 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5917 } ] }, - { "id": "t_manhole", "fg": 5902, "bg": 3716, "rotates": false }, - { "id": "t_manhole_cover", "fg": 5903, "bg": 3716 }, - { "id": "manhole_cover", "fg": 5903 }, - { "id": "t_pit_corpsed", "fg": 5904, "bg": 3168 }, - { "id": "t_pit_corpsed_season_winter", "fg": 5904, "bg": 2947 }, + { "id": "t_manhole", "fg": 5918, "bg": 3730, "rotates": false }, + { "id": "t_manhole_cover", "fg": 5919, "bg": 3730 }, + { "id": "manhole_cover", "fg": 5919 }, + { "id": "t_pit_corpsed", "fg": 5920, "bg": 3182 }, + { "id": "t_pit_corpsed_season_winter", "fg": 5920, "bg": 2961 }, { "id": [ "vp_external_tank", "vp_external_tank_small" ], - "fg": 5906, + "fg": 5922, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5906 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5922 } ] }, { "id": "vp_roller_drum", - "fg": 5907, + "fg": 5923, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5905, "bg": 5907 } ] + "additional_tiles": [ { "id": "broken", "fg": 5921, "bg": 5923 } ] }, { "id": "vp_battery_motorbike", - "fg": 5922, + "fg": 5938, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5922 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5938 } ] }, { "id": "vp_blade_horizontal", - "fg": 5931, + "fg": 5947, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5931 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5947 } ] }, { "id": "vp_blade_vertical", - "fg": 5932, + "fg": 5948, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5932 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5948 } ] }, { "id": "vp_controls", - "fg": 5926, + "fg": 5942, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5926 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5942 } ] }, { "id": "vp_engine_1cyl", - "fg": 5914, + "fg": 5930, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5914 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5930 } ] }, { "id": "vp_engine_electric", - "fg": 5919, + "fg": 5935, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5919 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5935 } ] }, { "id": "vp_engine_electric_large", - "fg": 5920, + "fg": 5936, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5920 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5936 } ] }, { "id": "vp_engine_inline4", - "fg": 5916, + "fg": 5932, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5916 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5932 } ] }, - { "id": "vp_engine_v12", "fg": 5917, "bg": 5918 }, + { "id": "vp_engine_v12", "fg": 5933, "bg": 5934 }, { "id": "vp_engine_v6", - "fg": 5917, + "fg": 5933, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5917 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5933 } ] }, { "id": "vp_engine_v8", - "fg": 5918, + "fg": 5934, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5918 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5934 } ] }, { "id": "vp_engine_vtwin", - "fg": 5915, + "fg": 5931, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5915 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5931 } ] }, { "id": "vp_foot_pedals", - "fg": 5921, + "fg": 5937, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5921 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5937 } ] }, { "id": "vp_fusion_gun", - "fg": 5935, + "fg": 5951, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5935 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5951 } ] }, { "id": "vp_hdroof", - "fg": 5938, + "fg": 5954, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5938 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5954 } ] }, { "id": "vp_hydrogen_tank", - "fg": 5924, + "fg": 5940, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5924 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5940 } ] }, { "id": "vp_minireactor", - "fg": 5923, + "fg": 5939, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5923 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5939 } ] }, { "id": "vp_muffler", - "fg": 5925, + "fg": 5941, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5925 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5941 } ] }, { "id": "vp_omnicam", - "fg": 5937, - "bg": 5938, + "fg": 5953, + "bg": 5954, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5464, "bg": 5937 } ] + "additional_tiles": [ { "id": "broken", "fg": 5480, "bg": 5953 } ] }, { "id": "vp_plating_hard", - "fg": 5930, + "fg": 5946, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5930 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5946 } ] }, { "id": "vp_plating_military", - "fg": 5927, + "fg": 5943, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5927 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5943 } ] }, { "id": "vp_plating_spiked", - "fg": 5929, + "fg": 5945, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5929 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5945 } ] }, { "id": "vp_plating_steel", - "fg": 5927, + "fg": 5943, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5927 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5943 } ] }, { "id": "vp_plating_superalloy", - "fg": 5928, + "fg": 5944, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5928 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5944 } ] }, { "id": "vp_plating_wood", - "fg": 5941, + "fg": 5957, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5941 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5957 } ] }, { "id": "vp_roof", - "fg": 5939, + "fg": 5955, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5939 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5955 } ] }, { "id": "vp_roof_cloth", - "fg": 5940, + "fg": 5956, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5940 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5956 } ] }, { "id": "vp_seatbelt", - "fg": 5913, + "fg": 5929, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5913 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5929 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 5913, + "fg": 5929, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5913 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5929 } ] }, { "id": "vp_small_storage_battery", - "fg": 5922, + "fg": 5938, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5922 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5938 } ] }, { "id": "vp_spike", - "fg": 5933, + "fg": 5949, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5933 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5949 } ] }, { "id": "vp_storage_battery", - "fg": 5922, + "fg": 5938, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5922 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5938 } ] }, { "id": "vp_v_curtain", - "fg": 5943, + "fg": 5959, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5943 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5959 } ] }, { "id": "vp_wheel_armor", - "fg": 5909, + "fg": 5925, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5909 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5925 } ] }, { "id": "vp_wheel_armor_steerable", - "fg": 5909, + "fg": 5925, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5909 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5925 } ] }, { "id": "vp_wheel_caster", - "fg": 5936, + "fg": 5952, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5936 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5952 } ] }, { "id": "vp_wheel_small", - "fg": 5912, + "fg": 5928, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5912 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5928 } ] }, { "id": "vp_wheel_small_steerable", - "fg": 5912, + "fg": 5928, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5912 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5928 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 5911, + "fg": 5927, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5911 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5927 } ] }, { "id": "vp_wheel_wide_steerable", - "fg": 5910, + "fg": 5926, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5910 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5926 } ] }, { "id": "vp_wheel_wood", - "fg": 5945, + "fg": 5961, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5945 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5961 } ] }, { "id": [ "wheel_wood", "wheel_wood_b" ], - "fg": 5945, + "fg": 5961, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5945 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5961 } ] }, { "id": "vp_wheel_wood_b", - "fg": 5945, + "fg": 5961, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5945 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5961 } ] }, { "id": "alloy_plate", - "fg": 5928, + "fg": 5944, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5928 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5944 } ] }, { "id": "foot_crank", - "fg": 5921, + "fg": 5937, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5921 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5937 } ] }, { "id": "frame", - "fg": 5944, + "fg": 5960, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5944 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5960 } ] }, { "id": "glass_sheet", - "fg": 5908, + "fg": 5924, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5908 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5924 } ] }, { "id": "hard_plate", - "fg": 5930, + "fg": 5946, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5930 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5946 } ] }, { "id": "kitchen_unit", - "fg": 5934, + "fg": 5950, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5934 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5950 } ] }, { "id": "motor", - "fg": 5919, + "fg": 5935, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5919 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5935 } ] }, { "id": "motor_large", - "fg": 5920, + "fg": 5936, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5920 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5936 } ] }, { "id": "muffler", - "fg": 5925, + "fg": 5941, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5925 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5941 } ] }, { "id": "spiked_plate", - "fg": 5929, + "fg": 5945, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5929 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5945 } ] }, { "id": "steel_plate", - "fg": 5927, + "fg": 5943, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5927 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5943 } ] }, { "id": "storage_battery", - "fg": 5922, + "fg": 5938, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5922 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5938 } ] }, { "id": "vehicle_controls", - "fg": 5926, + "fg": 5942, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5926 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5942 } ] }, { "id": "1cyl_combustion", - "fg": 5914, + "fg": 5930, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5914 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5930 } ] }, { "id": "i4_combustion", - "fg": 5916, + "fg": 5932, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5916 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5932 } ] }, { "id": "v2_combustion", - "fg": 5915, + "fg": 5931, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5915 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5931 } ] }, { "id": "v6_combustion", - "fg": 5917, + "fg": 5933, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5917 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5933 } ] }, { "id": "v8_combustion", - "fg": 5918, + "fg": 5934, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5918 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5934 } ] }, { "id": "wheel", - "fg": 5909, + "fg": 5925, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5909 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5925 } ] }, { "id": "wheel_bicycle", - "fg": 5911, + "fg": 5927, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5911 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5927 } ] }, { "id": "wheel_small", - "fg": 5912, + "fg": 5928, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5912 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5928 } ] }, { "id": "wheel_wide", - "fg": 5910, + "fg": 5926, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5467, "bg": 5910 } ] + "additional_tiles": [ { "id": "broken", "fg": 5483, "bg": 5926 } ] } ] }, { "file": "fillergiant.png", - "//": "range 5952 to 5967", + "//": "range 5968 to 5983", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, @@ -10049,18 +10056,18 @@ "t_tree_pear_season_spring", "t_tree_plum_season_spring" ], - "fg": 4825, - "bg": 4818 + "fg": 4841, + "bg": 4834 }, - { "id": "t_tree_apricot_season_summer", "fg": 5952, "bg": 4819 }, - { "id": "t_tree_mulberry_season_summer", "fg": 5953, "bg": 4819 }, - { "id": "t_tree_elderberry_season_summer", "fg": 5953, "bg": 4819 }, - { "id": "t_tree_pear_season_autumn", "fg": 5954, "bg": 4819 }, - { "id": "t_tree_plum_season_summer", "fg": 5955, "bg": 4819 }, + { "id": "t_tree_apricot_season_summer", "fg": 5968, "bg": 4835 }, + { "id": "t_tree_mulberry_season_summer", "fg": 5969, "bg": 4835 }, + { "id": "t_tree_elderberry_season_summer", "fg": 5969, "bg": 4835 }, + { "id": "t_tree_pear_season_autumn", "fg": 5970, "bg": 4835 }, + { "id": "t_tree_plum_season_summer", "fg": 5971, "bg": 4835 }, { "id": [ "t_tree_apricot_harvested", "t_tree_mulberry_harvested", "t_tree_plum_harvested", "t_tree_pear_season_summer" ], - "fg": 4820, - "bg": 4819 + "fg": 4836, + "bg": 4835 }, { "id": [ @@ -10070,12 +10077,12 @@ "t_tree_pear_harvested" ], "fg": [ - { "weight": 100, "sprite": 4821 }, - { "weight": 100, "sprite": 4822 }, - { "weight": 100, "sprite": 4823 }, - { "weight": 100, "sprite": 4824 } + { "weight": 100, "sprite": 4837 }, + { "weight": 100, "sprite": 4838 }, + { "weight": 100, "sprite": 4839 }, + { "weight": 100, "sprite": 4840 } ], - "bg": 4817 + "bg": 4833 }, { "id": [ @@ -10084,29 +10091,29 @@ "t_tree_pear_season_winter", "t_tree_plum_season_winter" ], - "fg": 4842, - "bg": 4816 - }, - { "id": "t_tree_chestnut", "fg": 5957, "bg": 4818 }, - { "id": "t_tree_chestnut_season_summer", "fg": 5956, "bg": 4819 }, - { "id": "t_tree_chestnut_season_autumn", "fg": 5956, "bg": 4817 }, - { "id": "t_tree_chestnut_season_winter", "fg": 5956, "bg": 4816 }, - { "id": "t_tree_pine", "fg": 5961, "bg": 4818 }, - { "id": "t_tree_pine_season_summer", "fg": 5961, "bg": 4819 }, - { "id": "t_tree_pine_season_autumn", "fg": 5961, "bg": 4817 }, - { "id": "t_tree_pine_season_winter", "fg": 5961, "bg": 4816 }, - { "id": "t_tree_deadpine", "fg": 5958, "bg": 4818 }, - { "id": "t_tree_deadpine_season_summer", "fg": 5958, "bg": 4819 }, - { "id": "t_tree_deadpine_season_autumn", "fg": 5958, "bg": 4817 }, - { "id": "t_tree_deadpine_season_winter", "fg": 5958, "bg": 4816 }, - { "id": "t_tree_hickory", "fg": 5960, "bg": 4818 }, - { "id": "t_tree_hickory_season_summer", "fg": 5960, "bg": 4819 }, - { "id": "t_tree_hickory_season_autumn", "fg": 5960, "bg": 4817 }, - { "id": "t_tree_hickory_season_winter", "fg": 5959, "bg": 4816 }, - { "id": "t_tree_hickory_dead", "fg": 5959, "bg": 4818 }, - { "id": "t_tree_hickory_dead_season_summer", "fg": 5959, "bg": 4819 }, - { "id": "t_tree_hickory_dead_season_autumn", "fg": 5959, "bg": 4817 }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 5959, "bg": 4816 } + "fg": 4858, + "bg": 4832 + }, + { "id": "t_tree_chestnut", "fg": 5973, "bg": 4834 }, + { "id": "t_tree_chestnut_season_summer", "fg": 5972, "bg": 4835 }, + { "id": "t_tree_chestnut_season_autumn", "fg": 5972, "bg": 4833 }, + { "id": "t_tree_chestnut_season_winter", "fg": 5972, "bg": 4832 }, + { "id": "t_tree_pine", "fg": 5977, "bg": 4834 }, + { "id": "t_tree_pine_season_summer", "fg": 5977, "bg": 4835 }, + { "id": "t_tree_pine_season_autumn", "fg": 5977, "bg": 4833 }, + { "id": "t_tree_pine_season_winter", "fg": 5977, "bg": 4832 }, + { "id": "t_tree_deadpine", "fg": 5974, "bg": 4834 }, + { "id": "t_tree_deadpine_season_summer", "fg": 5974, "bg": 4835 }, + { "id": "t_tree_deadpine_season_autumn", "fg": 5974, "bg": 4833 }, + { "id": "t_tree_deadpine_season_winter", "fg": 5974, "bg": 4832 }, + { "id": "t_tree_hickory", "fg": 5976, "bg": 4834 }, + { "id": "t_tree_hickory_season_summer", "fg": 5976, "bg": 4835 }, + { "id": "t_tree_hickory_season_autumn", "fg": 5976, "bg": 4833 }, + { "id": "t_tree_hickory_season_winter", "fg": 5975, "bg": 4832 }, + { "id": "t_tree_hickory_dead", "fg": 5975, "bg": 4834 }, + { "id": "t_tree_hickory_dead_season_summer", "fg": 5975, "bg": 4835 }, + { "id": "t_tree_hickory_dead_season_autumn", "fg": 5975, "bg": 4833 }, + { "id": "t_tree_hickory_dead_season_winter", "fg": 5975, "bg": 4832 } ] }, { diff --git a/gfx/Cuteclysm/backdropoffset.png b/gfx/Cuteclysm/backdropoffset.png index f6e1cb1488b90..98e0505eacbe0 100644 Binary files a/gfx/Cuteclysm/backdropoffset.png and b/gfx/Cuteclysm/backdropoffset.png differ diff --git a/gfx/Cuteclysm/creatures.png b/gfx/Cuteclysm/creatures.png index 87ce663d4dc46..01624b314822c 100644 Binary files a/gfx/Cuteclysm/creatures.png and b/gfx/Cuteclysm/creatures.png differ diff --git a/gfx/Cuteclysm/hugebackdrop.png b/gfx/Cuteclysm/hugebackdrop.png index 2d97dc24d80a2..73c799b5b475b 100644 Binary files a/gfx/Cuteclysm/hugebackdrop.png and b/gfx/Cuteclysm/hugebackdrop.png differ diff --git a/gfx/Cuteclysm/items.png b/gfx/Cuteclysm/items.png index 575b4fa220013..dc8d12a02ded1 100644 Binary files a/gfx/Cuteclysm/items.png and b/gfx/Cuteclysm/items.png differ diff --git a/gfx/Cuteclysm/tallbackdrop.png b/gfx/Cuteclysm/tallbackdrop.png index fb8c240ee7fd8..c2379c2c4960a 100644 Binary files a/gfx/Cuteclysm/tallbackdrop.png and b/gfx/Cuteclysm/tallbackdrop.png differ diff --git a/gfx/Cuteclysm/tile_config.json b/gfx/Cuteclysm/tile_config.json index d005b5c55ab8e..93bf55327275d 100644 --- a/gfx/Cuteclysm/tile_config.json +++ b/gfx/Cuteclysm/tile_config.json @@ -547,7 +547,8 @@ { "id": "f_lily", "fg": 618 }, { "id": "f_mustard", "fg": 619 }, { "id": "f_mutpoppy", "fg": 620 }, - { "id": "f_sunflower", "fg": 621 } + { "id": "f_sunflower", "fg": 621 }, + { "id": "f_sunflower_old", "fg": 622 } ] }, { @@ -558,10 +559,15 @@ "sprite_offset_x": -32, "sprite_offset_y": -64, "tiles": [ - { "id": "t_stump", "fg": 624, "bg": 626 }, - { "id": "t_tree_young", "fg": 628, "bg": 626 }, - { "id": "t_tree", "fg": 625, "bg": 626 }, - { "id": "t_tree_birch", "fg": 627, "bg": 626 } + { "id": "t_stump", "fg": 625, "bg": 627 }, + { "id": "t_tree_young", "fg": 632, "bg": 627 }, + { "id": "t_tree", "fg": 626, "bg": 627 }, + { "id": "t_tree_birch", "fg": 628, "bg": 627 }, + { "id": "t_tree_chestnut", "fg": 629, "bg": 627 }, + { "id": "t_tree_maple", "fg": 630, "bg": 627 }, + { "id": "t_tree_willow", "fg": 631, "bg": 627 }, + { "id": "t_trunk", "fg": 633, "bg": 627 }, + { "id": "t_fruit_tree_spring", "fg": 624 } ] }, { @@ -609,12 +615,12 @@ { "weight": 1, "sprite": 685 } ] }, - { "id": "newest_newspaper", "fg": 689 }, - { "id": "weeks_old_newspaper", "fg": 689 }, - { "id": "months_old_newspaper", "fg": 689 }, - { "id": "one_year_old_newspaper", "fg": 689 }, - { "id": "years_old_newspaper", "fg": 689 }, - { "id": "many_years_old_newspaper", "fg": 689 }, + { "id": "newest_newspaper", "fg": 692 }, + { "id": "weeks_old_newspaper", "fg": 692 }, + { "id": "months_old_newspaper", "fg": 692 }, + { "id": "one_year_old_newspaper", "fg": 692 }, + { "id": "years_old_newspaper", "fg": 692 }, + { "id": "many_years_old_newspaper", "fg": 692 }, { "id": "2x4", "fg": 656 }, { "id": "ash", "fg": 657 }, { "id": "blanket", "fg": 659 }, @@ -623,8 +629,11 @@ { "id": "splinter", "fg": 675 }, { "id": "wood_panel", "fg": 678 }, { "id": "wood_sheet", "fg": 679 }, - { "id": "corpse_mon_dog", "fg": 687 }, - { "id": "corpse_mon_zombie_child", "fg": 688 } + { "id": "corpse_mon_ant", "fg": 687 }, + { "id": "corpse_mon_dog", "fg": 688 }, + { "id": "corpse_mon_wasp", "fg": 689 }, + { "id": "corpse_mon_zombie_child", "fg": 690 }, + { "id": "corpse_mon_zombie_soldier", "fg": 691 } ] }, { @@ -5679,7 +5688,7 @@ }, { "file": "creatures.png", - "//": "range 2192 to 2287", + "//": "range 2192 to 2303", "sprite_width": 32, "sprite_height": 32, "sprite_offset_x": 0, @@ -5718,92 +5727,98 @@ { "id": "overlay_female_worn_jacket_army", "fg": 2223 }, { "id": "overlay_female_worn_long_shirt", "fg": 2224 }, { "id": "overlay_female_worn_modularvest", "fg": 2225 }, - { "id": "mon_pidgeon", "fg": [ { "weight": 19, "sprite": 2227 }, { "weight": 1, "sprite": 2228 } ] }, - { "id": "mon_fungal_tendril", "fg": 2229 }, - { "id": "mon_fungaloid", "fg": 2230 }, - { "id": "mon_fungaloid_1", "fg": 2231 }, - { "id": "mon_fungaloid_young", "fg": 2232 }, - { "id": "mon_zombie_fungus", "fg": 2233 }, - { "id": "mon_bat", "fg": 2234 }, - { "id": "mon_bear_cub", "fg": 2235 }, - { "id": "mon_beaver", "fg": 2236 }, - { "id": "mon_black_rat", "fg": 2237 }, - { "id": "mon_boar_wild_piglet", "fg": 2238 }, - { "id": "mon_bobcat", "fg": 2239 }, - { "id": "mon_cat", "fg": 2240 }, - { "id": "mon_cat_black", "fg": 2241 }, - { "id": "mon_chipmunk", "fg": 2242 }, - { "id": "mon_cougar", "fg": 2243 }, - { "id": "mon_deer_fawn", "fg": 2244 }, - { "id": "mon_dog", "fg": 2245 }, - { "id": "mon_fox_gray", "fg": 2246 }, - { "id": "mon_fox_red", "fg": 2247 }, - { "id": "mon_mink", "fg": 2248 }, - { "id": "mon_muskrat", "fg": 2249 }, - { "id": "mon_otter", "fg": 2250 }, - { "id": "mon_rabbit", "fg": 2251 }, - { "id": "mon_sheep_lamb", "fg": 2252 }, - { "id": "mon_squirrel", "fg": 2253 }, - { "id": "mon_weasel", "fg": 2254 }, - { "id": "mon_mi_go", "fg": 2255 }, - { "id": "mon_mi_go_guard", "fg": 2256 }, - { "id": "mon_mi_go_myrmidon", "fg": 2257 }, - { "id": "mon_mi_go_scout", "fg": 2258 }, - { "id": "mon_mi_go_slaver", "fg": 2259 }, - { "id": "mon_shadow", "fg": 2260 }, - { "id": "mon_shadow_snake", "fg": 2261 }, - { "id": "mon_dog_skeleton", "fg": 2262 }, - { "id": "mon_zombie", "fg": 2264 }, - { "id": "mon_zombie_acidic", "fg": 2265 }, - { "id": "mon_zombie_child", "fg": 2267 }, - { "id": "mon_zombie_dog", "fg": 2269 }, - { "id": "mon_zombie_fireman", "fg": 2272 }, - { "id": "mon_zombie_flamer", "fg": 2273 }, - { "id": "mon_zombie_hazmat", "fg": 2274 }, - { "id": "mon_zombie_kevlar_1", "fg": 2275 }, - { "id": "mon_zombie_labsecurity", "fg": 2276 }, - { "id": "mon_zombie_rot", "fg": 2277 }, - { "id": "mon_zombie_shrieker", "fg": 2278 }, - { "id": "mon_zombie_shriekling", "fg": 2279 }, - { "id": "mon_zombie_soldier", "fg": 2280 }, - { "id": "mon_zombie_spitter", "fg": 2281 }, - { "id": "mon_zombie_waif", "fg": 2285 }, + { "id": "mon_pigeon", "fg": [ { "weight": 19, "sprite": 2229 }, { "weight": 1, "sprite": 2230 } ] }, + { "id": "mon_fungal_tendril", "fg": 2231 }, + { "id": "mon_fungaloid", "fg": 2232 }, + { "id": "mon_fungaloid_1", "fg": 2233 }, + { "id": "mon_fungaloid_young", "fg": 2234 }, + { "id": "mon_zombie_fungus", "fg": 2235 }, + { "id": "mon_bat", "fg": 2238 }, + { "id": "mon_bear_cub", "fg": 2239 }, + { "id": "mon_beaver", "fg": 2240 }, + { "id": "mon_black_rat", "fg": 2241 }, + { "id": "mon_boar_wild_piglet", "fg": 2242 }, + { "id": "mon_bobcat", "fg": 2243 }, + { "id": "mon_cat", "fg": 2244 }, + { "id": "mon_cat_black", "fg": 2245 }, + { "id": "mon_chipmunk", "fg": 2246 }, + { "id": "mon_cougar", "fg": 2247 }, + { "id": "mon_deer_fawn", "fg": 2248 }, + { "id": "mon_dog", "fg": 2249 }, + { "id": "mon_fox_gray", "fg": 2250 }, + { "id": "mon_fox_red", "fg": 2251 }, + { "id": "mon_mink", "fg": 2252 }, + { "id": "mon_muskrat", "fg": 2253 }, + { "id": "mon_otter", "fg": 2254 }, + { "id": "mon_rabbit", "fg": 2255 }, + { "id": "mon_sheep_lamb", "fg": 2256 }, + { "id": "mon_squirrel", "fg": 2257 }, + { "id": "mon_weasel", "fg": 2258 }, + { "id": "mon_mi_go", "fg": 2259 }, + { "id": "mon_mi_go_guard", "fg": 2260 }, + { "id": "mon_mi_go_myrmidon", "fg": 2261 }, + { "id": "mon_mi_go_scout", "fg": 2262 }, + { "id": "mon_mi_go_slaver", "fg": 2263 }, + { "id": "mon_shadow", "fg": 2266 }, + { "id": "mon_shadow_snake", "fg": 2267 }, + { "id": "mon_dog_skeleton", "fg": 2268 }, + { "id": "mon_zombie", "fg": 2270 }, + { "id": "mon_zombie_acidic", "fg": 2271 }, + { "id": "mon_zombie_child", "fg": 2273 }, + { "id": "mon_zombie_dog", "fg": 2275 }, + { "id": "mon_zombie_fireman", "fg": 2278 }, + { "id": "mon_zombie_flamer", "fg": 2279 }, + { "id": "mon_zombie_hazmat", "fg": 2280 }, + { "id": "mon_zombie_kevlar_1", "fg": 2281 }, + { "id": "mon_zombie_labsecurity", "fg": 2282 }, + { "id": "mon_zombie_rot", "fg": 2283 }, + { "id": "mon_zombie_shrieker", "fg": 2284 }, + { "id": "mon_zombie_shriekling", "fg": 2285 }, + { "id": "mon_zombie_soldier", "fg": 2286 }, + { "id": "mon_zombie_spitter", "fg": 2287 }, + { "id": "mon_zombie_waif", "fg": 2291 }, { "id": "female_d", "fg": 2193 }, - { "id": "mon_chicken_chick", "fg": 2226 }, - { "id": "mon_feral_human_pipe", "fg": 2263 }, - { "id": "mon_zombie_anklebiter", "fg": 2266 }, - { "id": "mon_zombie_crawler", "fg": 2268 }, - { "id": "mon_zombie_ears", "fg": 2270 }, - { "id": "mon_zombie_fat", "fg": 2271 }, - { "id": "mon_zombie_swat", "fg": 2282 }, - { "id": "mon_zombie_technician", "fg": 2283 }, - { "id": "mon_zombie_tough", "fg": 2284 } + { "id": "mon_chicken", "fg": 2226 }, + { "id": "mon_chicken_chick", "fg": 2227 }, + { "id": "mon_duck", "fg": 2228 }, + { "id": "mon_ant", "fg": 2236 }, + { "id": "mon_wasp", "fg": 2237 }, + { "id": "mon_rattlesnake", "fg": 2264 }, + { "id": "mon_rattlesnake_giant", "fg": 2265 }, + { "id": "mon_feral_human_pipe", "fg": 2269 }, + { "id": "mon_zombie_anklebiter", "fg": 2272 }, + { "id": "mon_zombie_crawler", "fg": 2274 }, + { "id": "mon_zombie_ears", "fg": 2276 }, + { "id": "mon_zombie_fat", "fg": 2277 }, + { "id": "mon_zombie_swat", "fg": 2288 }, + { "id": "mon_zombie_technician", "fg": 2289 }, + { "id": "mon_zombie_tough", "fg": 2290 } ] }, { "file": "expandedcreatures.png", - "//": "range 2288 to 2303", + "//": "range 2304 to 2319", "sprite_width": 48, "sprite_height": 48, "sprite_offset_x": -8, "sprite_offset_y": -16, "tiles": [ - { "id": "cowboy_hat_f", "fg": 2288 }, - { "id": "mon_hound_tindalos", "fg": 2289 }, - { "id": "mon_hound_tindalos_afterimage", "fg": 2289 }, - { "id": "mon_moose", "fg": 2290 }, - { "id": "mon_sludge_crawler", "fg": 2291 }, - { "id": "mon_darkman", "fg": 2292 } + { "id": "cowboy_hat_f", "fg": 2304 }, + { "id": "mon_hound_tindalos", "fg": 2305 }, + { "id": "mon_hound_tindalos_afterimage", "fg": 2305 }, + { "id": "mon_moose", "fg": 2306 }, + { "id": "mon_sludge_crawler", "fg": 2307 }, + { "id": "mon_darkman", "fg": 2308 } ] }, { "file": "tallexpandedcreatures.png", - "//": "range 2304 to 2319", + "//": "range 2320 to 2335", "sprite_width": 48, "sprite_height": 64, "sprite_offset_x": -8, "sprite_offset_y": -32, - "tiles": [ { "id": "mon_flaming_eye", "fg": 2304 } ] + "tiles": [ { "id": "mon_flaming_eye", "fg": 2320 } ] }, { "file": "fallback.png", diff --git a/gfx/MshockXotto+/tile_config.json b/gfx/MshockXotto+/tile_config.json index 3aa0a6e5ec196..3519600d27645 100644 --- a/gfx/MshockXotto+/tile_config.json +++ b/gfx/MshockXotto+/tile_config.json @@ -5,10 +5,10 @@ "tiles-new": [ { "file": "tiles.png", - "//": "range 1 to 4463", + "//": "range 1 to 4495", "tiles": [ - { "id": [ "player_female", "npc_female" ], "fg": 1, "rotates": false, "bg": 2676 }, - { "id": [ "player_male", "npc_male" ], "fg": 2, "rotates": false, "bg": 2676 }, + { "id": [ "player_female", "npc_female" ], "fg": 1, "rotates": false, "bg": 2708 }, + { "id": [ "player_male", "npc_male" ], "fg": 2, "rotates": false, "bg": 2708 }, { "id": "overlay_female_mutation_active_bio_ads", "fg": 3, "rotates": false }, { "id": "overlay_female_mutation_active_bio_alarm", "fg": 4, "rotates": false }, { "id": "overlay_female_mutation_active_bio_cloak", "fg": 5, "rotates": false }, @@ -1802,7 +1802,7 @@ { "id": "unconnected", "fg": [ 1060, 1060 ] } ] }, - { "id": "f_air_conditioner", "fg": 1061, "bg": 3229, "rotates": false }, + { "id": "f_air_conditioner", "fg": 1061, "bg": 3264, "rotates": false }, { "id": "f_arcade_machine", "fg": 1062, "rotates": false }, { "id": "f_armchair", "fg": 1063, "rotates": false }, { "id": [ "f_ash", "ash" ], "fg": 1064, "rotates": false }, @@ -1836,7 +1836,7 @@ { "id": "unconnected", "fg": 1078 } ] }, - { "id": "f_bench", "fg": 3730, "rotates": true }, + { "id": "f_bench", "fg": 3765, "rotates": true }, { "id": "f_bigmirror", "fg": 1079, "rotates": false }, { "id": "f_bigmirror_b", "fg": 1080, "rotates": false }, { "id": "f_blade", "fg": 1081, "rotates": false }, @@ -1861,7 +1861,7 @@ { "id": "f_canvas_wall", "fg": 1088, - "bg": 2852, + "bg": 2887, "rotates": false, "multitile": true, "additional_tiles": [ @@ -1935,7 +1935,7 @@ { "id": "f_fema_groundsheet", "fg": 1122, "rotates": false }, { "id": "f_file_cabinet", "fg": 1123, "rotates": false }, { "id": "f_fireplace", "fg": 1124, "rotates": false }, - { "id": "f_firering", "fg": 1209, "bg": 2852, "rotates": false }, + { "id": "f_firering", "fg": 1209, "bg": 2887, "rotates": false }, { "id": "f_floor_canvas", "fg": 1125, "rotates": false }, { "id": "f_flower_fungal", "bg": 1230, "rotates": false }, { "id": "f_forge_rock", "fg": 1124 }, @@ -1952,12 +1952,12 @@ { "id": "f_gunsafe_mj", "fg": 1134, "rotates": false }, { "id": "f_gunsafe_ml", "fg": 1135, "rotates": false }, { "id": "f_hay", "fg": 1137, "rotates": false }, - { "id": "f_home_furnace", "fg": 1138, "bg": 3229, "rotates": false }, + { "id": "f_home_furnace", "fg": 1138, "bg": 3264, "rotates": false }, { "id": "f_indoor_plant", "fg": 1139, "rotates": false }, { "id": "f_indoor_plant_y", "fg": 1140, "rotates": false }, { "id": "f_kiln_empty", "fg": 1141 }, { "id": "f_kiln_full", "fg": 1141, "rotates": false }, - { "id": "f_ladder", "fg": 2956, "rotates": false }, + { "id": "f_ladder", "fg": 2991, "rotates": false }, { "id": "f_lane", "fg": 1142, @@ -1975,7 +1975,7 @@ { "id": "f_large_canvas_wall", "fg": 1088, - "bg": 2852, + "bg": 2887, "multitile": true, "additional_tiles": [ { "id": "center", "fg": 1088 }, @@ -2009,10 +2009,10 @@ { "id": "f_oven", "fg": 1155, "rotates": false }, { "id": "f_piano", "fg": 1227, "rotates": false }, { "id": "f_pinball_machine", "fg": 1156, "rotates": false }, - { "id": "f_plant_harvest", "fg": 1157, "bg": 3236, "rotates": false }, - { "id": "f_plant_mature", "fg": 1158, "bg": 3236, "rotates": false }, - { "id": "f_plant_seed", "fg": 1159, "bg": 3236, "rotates": false }, - { "id": "f_plant_seedling", "fg": 1160, "bg": 3236, "rotates": false }, + { "id": "f_plant_harvest", "fg": 1157, "bg": 3271, "rotates": false }, + { "id": "f_plant_mature", "fg": 1158, "bg": 3271, "rotates": false }, + { "id": "f_plant_seed", "fg": 1159, "bg": 3271, "rotates": false }, + { "id": "f_plant_seedling", "fg": 1160, "bg": 3271, "rotates": false }, { "id": "f_pool_table", "fg": 1161, @@ -2036,7 +2036,7 @@ { "id": "t_connection", "fg": 1117 } ] }, - { "id": "f_robotic_arm", "fg": 2950, "rotates": false }, + { "id": "f_robotic_arm", "fg": 2985, "rotates": false }, { "id": "f_rubble", "fg": 1165, "rotates": false }, { "id": "f_rubble_landfill", @@ -2105,7 +2105,7 @@ { "id": "f_skin_wall", "fg": 1088, - "bg": 2852, + "bg": 2887, "rotates": false, "multitile": true, "additional_tiles": [ @@ -2132,7 +2132,7 @@ ] }, { "id": "f_spike", "fg": 1188, "rotates": false }, - { "id": "f_standing_tank", "fg": 2939 }, + { "id": "f_standing_tank", "fg": 2974 }, { "id": [ "f_statue", "t_sliding_brick_wall_control" ], "fg": 1189, "rotates": false }, { "id": "f_straw_bed", "fg": 1190, "rotates": false }, { @@ -2166,7 +2166,7 @@ { "id": "f_vending_reinforced", "fg": 1205, "rotates": false }, { "id": "f_wardrobe", "fg": 1229, "rotates": false }, { "id": "f_washer", "fg": 1206, "rotates": false }, - { "id": "f_water_heater", "fg": 2965, "rotates": true }, + { "id": "f_water_heater", "fg": 3000, "rotates": true }, { "id": "f_woodstove", "fg": 1207, "rotates": false }, { "id": "f_wreckage", "fg": 1208, "rotates": false }, { @@ -2258,7 +2258,7 @@ { "id": "art_crescent", "fg": 1398 }, { "id": "altered_teapot", "fg": 1395 }, { "id": "architect_cube", "fg": 1396 }, - { "id": "fire_ax", "fg": 1971 }, + { "id": "fire_ax", "fg": 1972 }, { "id": "ax", "fg": 1415 }, { "id": "hatchet", "fg": 1414 }, { "id": "backpack", "fg": 1416 }, @@ -2339,7 +2339,7 @@ { "id": "water", "fg": 1537 }, { "id": "water_clean", "fg": 1538 }, { "id": "gasoline", "fg": 1526 }, - { "id": "diesel", "fg": 1951 }, + { "id": "diesel", "fg": 1952 }, { "id": "biodiesel", "fg": 1522 }, { "id": "flamethrower_fuel", "fg": 1525 }, { "id": "avgas", "fg": 1521 }, @@ -2688,10 +2688,10 @@ { "id": "corpse_mon_fish_sbass", "fg": 1733, "rotates": false }, { "id": "corpse_mon_fish_trout", "fg": 1734, "rotates": false }, { "id": "corpse_mon_fish_whitefish", "fg": 1735, "rotates": false }, - { "id": "corpse_mon_fish_lbass", "fg": 2633, "rotates": false }, - { "id": "corpse_mon_fish_pbass", "fg": 2634, "rotates": false }, - { "id": "corpse_mon_fish_salmon", "fg": 2635, "rotates": false }, - { "id": "corpse_mon_fish_sunfish", "fg": 2636, "rotates": false }, + { "id": "corpse_mon_fish_lbass", "fg": 2665, "rotates": false }, + { "id": "corpse_mon_fish_pbass", "fg": 2666, "rotates": false }, + { "id": "corpse_mon_fish_salmon", "fg": 2667, "rotates": false }, + { "id": "corpse_mon_fish_sunfish", "fg": 2668, "rotates": false }, { "id": "corpse_mon_flaming_eye", "fg": 1736, "rotates": false }, { "id": "corpse_mon_fly", "fg": 1737, "rotates": false }, { "id": "corpse_mon_fox", "fg": 1738, "rotates": false }, @@ -2773,497 +2773,466 @@ { "id": "corpse_mon_zombie_waif", "fg": 1814, "rotates": false }, { "id": "corpse_mon_zoose", "fg": 1815, "rotates": false }, { "id": "corpse_mon_zougar", "fg": 1816, "rotates": false }, - { "id": [ "belt308_reusable", "belt308", "belt223" ], "fg": 1865, "rotates": false }, - { "id": [ "cutlass_inferior", "cutlass_fake" ], "fg": 1943, "rotates": false }, - { "id": [ "jian_fake", "jian_inferior" ], "fg": 2051, "rotates": false }, - { "id": [ "longsword_fake", "longsword_inferior" ], "fg": 2062, "rotates": false }, - { "id": [ "porkbelly", "raw_curing_fatty_meat" ], "fg": 2268, "rotates": false }, - { "id": "raw_cured_fatty_meat", "fg": 2269, "rotates": false }, - { "id": "bacon_uncut", "fg": 2266, "rotates": false }, - { "id": "meat_fatty_cooked", "fg": 2267, "rotates": false }, - { "id": "animation_bullet_flame", "fg": 2270, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 2271, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 2272 }, - { "id": "animation_hit", "fg": 2273 }, - { "id": "animation_line", "bg": 2271 }, + { "id": [ "belt308_reusable", "belt308", "belt223" ], "fg": 1868, "rotates": false }, + { "id": [ "cutlass_inferior", "cutlass_fake" ], "fg": 1945, "rotates": false }, + { "id": [ "jian_fake", "jian_inferior" ], "fg": 2052, "rotates": false }, + { "id": [ "longsword_fake", "longsword_inferior" ], "fg": 2063, "rotates": false }, + { "id": [ "porkbelly", "raw_curing_fatty_meat" ], "fg": 2270, "rotates": false }, + { "id": "raw_cured_fatty_meat", "fg": 2271, "rotates": false }, + { "id": "bacon_uncut", "fg": 2268, "rotates": false }, + { "id": "meat_fatty_cooked", "fg": 2269, "rotates": false }, + { "id": [ "garnet_gold_ring", "ruby_gold_ring" ], "fg": 2287 }, + { "id": [ "garnet_silver_ring", "ruby_silver_ring" ], "fg": 2289 }, + { "id": [ "garnet_platinum_ring", "ruby_platinum_ring" ], "fg": 2288 }, + { "id": [ "sapphire_gold_ring", "alexandrite_gold_ring" ], "fg": 2296 }, + { "id": [ "sapphire_silver_ring", "alexandrite_silver_ring" ], "fg": 2298 }, + { "id": [ "sapphire_platinum_ring", "alexandrite_platinum_ring" ], "fg": 2297 }, + { "id": [ "opal_gold_ring", "pearl_gold_ring" ], "fg": 2290 }, + { "id": [ "opal_silver_ring", "pearl_silver_ring" ], "fg": 2292 }, + { "id": [ "opal_platinum_ring", "pearl_platinum_ring" ], "fg": 2291 }, + { "id": "animation_bullet_flame", "fg": 2303, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 2304, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 2305 }, + { "id": "animation_hit", "fg": 2306 }, + { "id": "animation_line", "bg": 2304 }, { "id": "craft", "animated": true, - "fg": [ { "weight": 15, "sprite": 2294 }, { "weight": 15, "sprite": 2295 } ] + "fg": [ { "weight": 15, "sprite": 2327 }, { "weight": 15, "sprite": 2328 } ] }, - { "id": "cursor", "fg": 2274, "rotates": false }, + { "id": "cursor", "fg": 2307, "rotates": false }, { "id": "disassembly", "animated": true, - "fg": [ { "weight": 15, "sprite": 2296 }, { "weight": 15, "sprite": 2297 } ] + "fg": [ { "weight": 15, "sprite": 2329 }, { "weight": 15, "sprite": 2330 } ] }, { "id": [ "explosion", "explosion_medium", "explosion_weak" ], - "fg": 2298, + "fg": 2331, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2298 }, - { "id": "corner", "fg": 2275 }, - { "id": "edge", "fg": 2276 }, - { "id": "end_piece", "fg": 2299 }, - { "id": "t_connection", "fg": 2300 }, - { "id": "unconnected", "fg": 2298 } - ] - }, - { "id": "footstep", "fg": 2277, "rotates": false }, - { "id": "highlight", "fg": 2274, "rotates": false }, - { "id": "highlight_item", "fg": 2278, "rotates": false }, - { "id": "infrared_creature", "fg": 2302, "rotates": false }, - { "id": "lighting_boomered_dark", "fg": 2279, "rotates": false }, - { "id": "lighting_boomered_light", "fg": 2280, "rotates": false }, - { "id": "lighting_hidden", "fg": 2283, "rotates": false }, - { "id": "lighting_lowlight_dark", "fg": 2281, "rotates": false }, - { "id": "lighting_lowlight_light", "fg": 2282, "rotates": false }, - { "id": "line_target", "bg": 2274, "rotates": false }, - { "id": "line_trail", "bg": 2274, "rotates": false }, - { "id": "night_filter1", "fg": 2288 }, - { "id": "night_filter2", "fg": 2289 }, - { "id": "night_filter3", "fg": 2290 }, - { "id": "night_filter4", "fg": 2291 }, - { "id": "night_filter", "fg": 2284 }, - { "id": "nv_filter", "fg": 2286 }, - { "id": "nv_over_filter", "fg": 2287 }, - { "id": "shadow_filter", "fg": 2285 }, + { "id": "center", "fg": 2331 }, + { "id": "corner", "fg": 2308 }, + { "id": "edge", "fg": 2309 }, + { "id": "end_piece", "fg": 2332 }, + { "id": "t_connection", "fg": 2333 }, + { "id": "unconnected", "fg": 2331 } + ] + }, + { "id": "footstep", "fg": 2310, "rotates": false }, + { "id": "highlight", "fg": 2307, "rotates": false }, + { "id": "highlight_item", "fg": 2311, "rotates": false }, + { "id": "infrared_creature", "fg": 2335, "rotates": false }, + { "id": "lighting_boomered_dark", "fg": 2312, "rotates": false }, + { "id": "lighting_boomered_light", "fg": 2313, "rotates": false }, + { "id": "lighting_hidden", "fg": 2316, "rotates": false }, + { "id": "lighting_lowlight_dark", "fg": 2314, "rotates": false }, + { "id": "lighting_lowlight_light", "fg": 2315, "rotates": false }, + { "id": "line_target", "bg": 2307, "rotates": false }, + { "id": "line_trail", "bg": 2307, "rotates": false }, + { "id": "night_filter1", "fg": 2321 }, + { "id": "night_filter2", "fg": 2322 }, + { "id": "night_filter3", "fg": 2323 }, + { "id": "night_filter4", "fg": 2324 }, + { "id": "night_filter", "fg": 2317 }, + { "id": "nv_filter", "fg": 2319 }, + { "id": "nv_over_filter", "fg": 2320 }, + { "id": "shadow_filter", "fg": 2318 }, { "id": "tr_unfinished_construction", "animated": true, - "fg": [ { "weight": 15, "sprite": 2303 }, { "weight": 15, "sprite": 2304 } ] - }, - { "id": "unknown", "fg": 2305, "rotates": false }, - { "id": "weather_rain_drop", "fg": 2292, "rotates": false }, - { "id": "weather_snowflake", "fg": 2293, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 2341, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 2324, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 2339, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 2322, "rotates": false }, - { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 2340, "rotates": false }, - { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 2323, "rotates": false }, + "fg": [ { "weight": 15, "sprite": 2336 }, { "weight": 15, "sprite": 2337 } ] + }, + { "id": "unknown", "fg": 2338, "rotates": false }, + { "id": "weather_rain_drop", "fg": 2325, "rotates": false }, + { "id": "weather_snowflake", "fg": 2326, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:FISH" ], "fg": 2374, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:FISH" ], "fg": 2357, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:BEAR" ], "fg": 2372, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:BEAR" ], "fg": 2355, "rotates": false }, + { "id": [ "overlay_male_mutation_WILDSHAPE:DEER" ], "fg": 2373, "rotates": false }, + { "id": [ "overlay_female_mutation_WILDSHAPE:DEER" ], "fg": 2356, "rotates": false }, { "id": "mon_demon_spiderling", "animated": true, "fg": [ - { "weight": 15, "sprite": 2389 }, - { "weight": 15, "sprite": 2390 }, - { "weight": 15, "sprite": 2391 }, - { "weight": 15, "sprite": 2390 } + { "weight": 15, "sprite": 2422 }, + { "weight": 15, "sprite": 2423 }, + { "weight": 15, "sprite": 2424 }, + { "weight": 15, "sprite": 2423 } ], "rotates": false }, { "id": "mon_marshmallow_kid", - "fg": [ { "weight": 1, "sprite": 2395 }, { "weight": 1, "sprite": 2396 } ], + "fg": [ { "weight": 1, "sprite": 2428 }, { "weight": 1, "sprite": 2429 } ], "bg": [ ], "rotates": false }, { "id": "mon_necco", "fg": [ - { "weight": 1, "sprite": 2398 }, - { "weight": 1, "sprite": 2399 }, - { "weight": 1, "sprite": 2400 }, - { "weight": 1, "sprite": 2401 }, - { "weight": 1, "sprite": 2402 }, - { "weight": 1, "sprite": 2403 }, - { "weight": 1, "sprite": 2397 } + { "weight": 1, "sprite": 2431 }, + { "weight": 1, "sprite": 2432 }, + { "weight": 1, "sprite": 2433 }, + { "weight": 1, "sprite": 2434 }, + { "weight": 1, "sprite": 2435 }, + { "weight": 1, "sprite": 2436 }, + { "weight": 1, "sprite": 2430 } ], "bg": [ ], "rotates": false }, - { "id": "debug_mon", "fg": 2404 }, - { "id": "mon_EMP_hack", "fg": 2480 }, - { "id": "mon_albino_penguin", "fg": 2405, "bg": 2676, "rotates": false }, - { "id": "mon_alpha_razorclaw", "fg": 2406, "bg": 2676 }, - { "id": "mon_ant", "fg": 2407, "bg": 2676, "rotates": false }, - { "id": "mon_ant_acid", "fg": 2631, "bg": 2676, "rotates": false }, - { "id": "mon_ant_acid_larva", "fg": 2630, "bg": 2676, "rotates": false }, - { "id": "mon_ant_acid_queen", "fg": 2632, "bg": 2676, "rotates": false }, - { "id": "mon_ant_acid_soldier", "fg": 2629, "rotates": false }, - { "id": "mon_ant_fungus", "fg": 2408, "bg": 2676, "rotates": false }, - { "id": "mon_ant_larva", "fg": 2409, "bg": 2676, "rotates": false }, - { "id": "mon_ant_queen", "fg": 2410, "bg": 2676, "rotates": false }, - { "id": "mon_ant_soldier", "fg": 2411, "bg": 2676, "rotates": false }, - { "id": "mon_bat", "fg": 2412, "bg": 2676, "rotates": false }, - { "id": "mon_bear", "fg": 2413, "bg": 2676, "rotates": false }, - { "id": "mon_bear_cub", "fg": 2414, "bg": 2676, "rotates": false }, - { "id": "mon_bear_smoky", "fg": 2415, "bg": 2676, "rotates": false }, - { "id": "mon_bee", "fg": 2416, "bg": 2676, "rotates": false }, - { "id": "mon_bee_mega", "fg": 2418, "rotates": false }, - { "id": "mon_bee_small", "fg": 2419, "rotates": false }, - { "id": "mon_beekeeper", "fg": 2417, "bg": 2676, "rotates": false }, - { "id": "mon_biollante", "fg": 2420, "bg": 2676, "rotates": false }, - { "id": "mon_black_rat", "fg": 2536, "rotates": false }, - { "id": "mon_blank", "fg": 2421, "bg": 2676, "rotates": false }, - { "id": "mon_blob", "fg": 2422, "bg": 2676, "rotates": false }, - { "id": "mon_blob_large", "fg": 2423, "rotates": false }, - { "id": "mon_blob_small", "fg": 2424, "rotates": false }, - { "id": "mon_bobcat", "fg": 2425, "bg": 2676, "rotates": false }, - { "id": "mon_boomer", "fg": 2426, "bg": 2676, "rotates": false }, - { "id": "mon_boomer_fungus", "fg": 2427, "bg": 2676, "rotates": false }, - { "id": "mon_breather", "fg": 2428, "rotates": false }, - { "id": "mon_breather_hub", "fg": 2429, "bg": 2676, "rotates": false }, - { "id": "mon_c4_hack", "fg": 2430, "bg": 2676, "rotates": false }, - { "id": "mon_cat", "fg": 2425, "bg": 2676, "rotates": false }, - { "id": "mon_centipede", "fg": 2431, "rotates": false }, - { "id": "mon_centipede_giant", "fg": 2432, "bg": 2676, "rotates": false }, - { "id": "mon_charred_nightmare", "fg": 2433, "rotates": false }, - { "id": "mon_chicken", "fg": 2434, "bg": 2676, "rotates": false }, - { "id": "mon_chipmunk", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_chud", "fg": 2436, "bg": 2676, "rotates": false }, - { "id": "mon_compsognathus", "fg": 2437, "bg": 2676, "rotates": false }, - { "id": "mon_cougar", "fg": 2438, "bg": 2676, "rotates": false }, - { "id": "mon_coyote", "fg": 2439, "bg": 2676, "rotates": false }, - { "id": "mon_coyote_wolf", "fg": 2440, "bg": 2676, "rotates": false }, - { "id": "mon_crawler", "fg": 2441, "bg": 2676, "rotates": false }, - { "id": "mon_creeper_hub", "fg": 2442, "bg": 2676, "rotates": false }, - { "id": "mon_creeper_vine", "fg": 2443, "bg": 2676, "rotates": false }, - { "id": "mon_crow", "fg": 2444, "bg": 2676, "rotates": false }, - { "id": "mon_darkman", "fg": 2445, "bg": 2676, "rotates": false }, - { "id": "mon_deer", "fg": 2446, "bg": 2676, "rotates": false }, - { "id": "mon_deer_mouse", "fg": 2536, "rotates": false }, - { "id": "mon_deinonychus", "fg": 2447, "bg": 2676, "rotates": false }, - { "id": "mon_dementia", "fg": 2448, "bg": 2676, "rotates": false }, - { "id": "mon_dermatik", "fg": 2449, "bg": 2676, "rotates": false }, - { "id": "mon_dermatik_larva", "fg": 2450, "rotates": false }, - { "id": "mon_dilophosaurus", "fg": 2447, "bg": 2676, "rotates": false }, - { "id": "mon_dimorphodon", "fg": 2451, "bg": 2676, "rotates": false }, - { "id": "mon_dog", "fg": 2452, "bg": 2676, "rotates": false }, - { "id": "mon_dog_skeleton", "fg": 2453, "bg": 2676, "rotates": false }, - { "id": "mon_dog_thing", "fg": 2454, "bg": 2676, "rotates": false }, - { "id": "mon_dog_zombie_cop", "fg": 2455, "bg": 2676, "rotates": false }, - { "id": "mon_dog_zombie_rot", "fg": 2456, "bg": [ ], "rotates": false }, - { "id": "mon_dragonfly_giant", "fg": 2458, "bg": 2676, "rotates": false }, - { "id": "mon_dragonfly_small", "fg": 2457, "rotates": false }, - { "id": "mon_duck", "fg": 2459, "bg": 2676, "rotates": false }, - { "id": "mon_eoraptor", "fg": 2437, "bg": 2676, "rotates": false }, - { "id": "mon_eyebot", "fg": 2460, "bg": 2676, "rotates": false }, - { "id": "mon_fant", "fg": 2461, "rotates": false }, - { "id": "mon_fish_blinky", "fg": 2462, "rotates": false }, - { "id": "mon_fish_bluegill", "fg": 2463, "rotates": false }, - { "id": "mon_fish_bowfin", "fg": 2464, "rotates": false }, - { "id": "mon_fish_bullhead", "fg": 2465, "rotates": false }, - { "id": "mon_fish_carp", "fg": 2466, "rotates": false }, - { "id": "mon_fish_crayfish", "fg": 2467, "rotates": false }, - { "id": "mon_fish_lbass", "fg": 2468, "rotates": false }, - { "id": "mon_fish_lobster", "fg": 2469, "rotates": false }, - { "id": "mon_fish_pbass", "fg": 2470, "rotates": false }, - { "id": "mon_fish_perch", "fg": 2471, "rotates": false }, - { "id": "mon_fish_pickerel", "fg": 2472, "rotates": false }, - { "id": "mon_fish_pike", "fg": 2473, "rotates": false }, - { "id": "mon_fish_salmon", "fg": 2474, "rotates": false }, - { "id": "mon_fish_sbass", "fg": 2475, "rotates": false }, - { "id": "mon_fish_sunfish", "fg": 2476, "rotates": false }, - { "id": "mon_fish_trout", "fg": 2477, "rotates": false }, - { "id": "mon_fish_whitefish", "fg": 2478, "rotates": false }, - { "id": "mon_flaming_eye", "fg": 2479, "bg": 2676, "rotates": false }, - { "id": "mon_flashbang_hack", "fg": 2480, "bg": 2676, "rotates": false }, - { "id": "mon_fly", "fg": 2481, "bg": 2676, "rotates": false }, - { "id": "mon_fox_gray", "fg": 2482, "bg": 2676, "rotates": false }, - { "id": "mon_fox_red", "fg": 2482, "bg": 2676, "rotates": false }, - { "id": "mon_frog_giant", "fg": 2484, "bg": 2676, "rotates": false }, - { "id": "mon_frog_small", "fg": 2483, "rotates": false }, - { "id": "mon_fungal_blossom", "fg": 2487, "bg": 2676, "rotates": false }, - { "id": "mon_fungal_fighter", "fg": 2488, "bg": 2676, "rotates": false }, - { "id": "mon_fungal_hedgerow", "fg": 2489, "bg": 2676, "rotates": false }, - { "id": "mon_fungal_tendril", "fg": 2490, "bg": 2676, "rotates": false }, - { "id": "mon_fungal_wall", "fg": 2491, "bg": 2676, "rotates": false }, - { "id": "mon_fungaloid", "fg": 2485, "bg": 2676, "rotates": false }, - { "id": "mon_fungaloid_dormant", "fg": 2620, "bg": 2676, "rotates": false }, - { "id": "mon_fungaloid_young", "fg": 2486, "bg": 2676, "rotates": false }, - { "id": "mon_gallimimus", "fg": 2492, "bg": 2676, "rotates": false }, - { "id": "mon_gasbomb_hack", "fg": 2493, "bg": 2676, "rotates": false }, - { "id": "mon_gator", "fg": 2494, "rotates": false }, - { "id": "mon_gelatin", "fg": 2495, "bg": 2676, "rotates": false }, - { "id": "mon_generator", "fg": 2496, "bg": 2676, "rotates": false }, - { "id": "mon_giant_cockroach", "fg": 2497, "rotates": false }, - { "id": "mon_giant_cockroach_nymph", "fg": 2498, "rotates": false }, - { "id": "mon_goat", "fg": 2499, "rotates": false }, - { "id": "mon_gozu", "fg": 2500, "bg": 2676, "rotates": false }, - { "id": "mon_graboid", "fg": 2501, "bg": 2676, "rotates": false }, - { "id": "mon_grenade_hack", "fg": 2502, "bg": 2676, "rotates": false }, - { "id": "mon_groundhog", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_halfworm", "fg": 2503, "bg": 2676, "rotates": false }, - { "id": "mon_hallu_mom", "fg": 2504, "bg": 2676, "rotates": false }, - { "id": "mon_hare", "fg": 2505, "bg": 2676, "rotates": false }, - { "id": "mon_hare_season_winter", "fg": 2506, "bg": 2676, "rotates": false }, - { "id": "mon_headless_dog_thing", "fg": 2507, "bg": 2676, "rotates": false }, - { "id": "mon_hologram", "fg": 2621, "rotates": false }, - { "id": "mon_human_snail", "fg": 2508, "bg": 2676, "rotates": false }, - { "id": "mon_irradiated_wanderer_1", "fg": 2509, "bg": 2676 }, - { "id": "mon_irradiated_wanderer_2", "fg": 2510, "bg": 2676, "rotates": false }, - { "id": "mon_irradiated_wanderer_3", "fg": 2511, "bg": 2676 }, - { "id": "mon_irradiated_wanderer_4", "fg": 2512, "bg": 2676 }, - { "id": "mon_kreck", "fg": 2513, "bg": 2676, "rotates": false }, - { "id": "mon_laserturret", "fg": 2514, "bg": 2676, "rotates": false }, - { "id": "mon_lemming", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_manhack", "fg": 2515, "bg": 2676, "rotates": false }, - { "id": "mon_manhack_acid", "fg": 2516, "rotates": false }, - { "id": "mon_mi_go", "fg": 2518, "bg": 2676, "rotates": false }, - { "id": "mon_mininuke_hack", "fg": 2517, "bg": 2676, "rotates": false }, - { "id": "mon_mink", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_moose", "fg": 2519, "bg": 2676, "rotates": false }, - { "id": "mon_mosquito", "fg": 2520, "rotates": false }, - { "id": "mon_mosquito_giant", "fg": 2521, "bg": 2676, "rotates": false }, - { "id": "mon_muskrat", "fg": 2536, "rotates": false }, - { "id": "mon_mutant_carp", "fg": 2522, "rotates": false }, - { "id": "mon_mutant_salmon", "fg": 2523, "rotates": false }, - { "id": "mon_one_eye", "fg": 2524, "bg": 2676, "rotates": false }, - { "id": "mon_otter", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_player_blob", "fg": 2525, "bg": 2676, "rotates": false }, - { "id": "mon_pregnant_giant_cockroach", "fg": 2526, "rotates": false }, - { "id": "mon_prototype_cyborg", "fg": 2651, "bg": 2676, "rotates": false }, - { "id": "mon_rabbit", "fg": 2527, "bg": 2676, "rotates": false }, - { "id": "mon_raccoon", "fg": 2528, "bg": 2676, "rotates": false }, - { "id": "mon_rat_king", "fg": 2531, "bg": 2676, "rotates": false }, - { "id": "mon_rattlesnake", "fg": 2529, "bg": 2676, "rotates": false }, - { "id": "mon_rattlesnake_giant", "fg": 2530, "bg": 2676, "rotates": false }, - { "id": "mon_razorclaw", "fg": 2532, "bg": 2676 }, - { "id": "mon_riotbot", "fg": 2533, "bg": 2676, "rotates": false }, - { "id": "mon_secubot", "fg": 2534, "bg": 2676, "rotates": false }, - { "id": "mon_sewer_fish", "fg": 2535, "bg": 2676, "rotates": false }, - { "id": "mon_sewer_rat", "fg": 2536, "bg": 2676, "rotates": false }, - { "id": "mon_sewer_snake", "fg": 2537, "bg": 2676, "rotates": false }, - { "id": "mon_shadow", "fg": 2538, "rotates": false }, - { "id": "mon_shadow_snake", "fg": 2539, "rotates": false }, - { "id": "mon_skeleton", "fg": 2540, "bg": 2676, "rotates": false }, - { "id": "mon_skeleton_electric", "fg": 2654, "bg": 2676, "rotates": false }, - { "id": "mon_skitterbot", "fg": 2541, "bg": 2676, "rotates": false }, - { "id": "mon_sludge_crawler", "fg": 2542, "bg": 2676, "rotates": false }, - { "id": "mon_spider_cellar_giant", "fg": 2543, "bg": 2676, "rotates": false }, - { "id": "mon_spider_cellar_giant_s", "fg": 2544, "bg": 2676, "rotates": false }, - { "id": "mon_spider_jumping_giant", "fg": 2546, "bg": 2676, "rotates": false }, - { "id": "mon_spider_jumping_giant_mega", "fg": 2547, "rotates": false }, - { "id": "mon_spider_jumping_small", "fg": 2545, "bg": 2676, "rotates": false }, - { "id": "mon_spider_trapdoor", "fg": 2548, "bg": 2676, "rotates": false }, - { "id": "mon_spider_trapdoor_giant", "fg": 2549, "bg": 2676, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_mega", "fg": 2550, "rotates": false }, - { "id": "mon_spider_trapdoor_giant_small", "fg": 2551, "rotates": false }, - { "id": "mon_spider_web", "fg": 2552, "bg": 2676, "rotates": false }, - { "id": "mon_spider_web_giant", "fg": 2552, "bg": 2676, "rotates": false }, - { "id": "mon_spider_web_mega", "fg": 2553, "rotates": false }, - { "id": "mon_spider_web_s", "fg": 2554, "bg": 2676, "rotates": false }, - { "id": "mon_spider_widow_giant", "fg": 2556, "bg": 2676, "rotates": false }, - { "id": "mon_spider_widow_giant_s", "fg": 2557, "bg": 2676, "rotates": false }, - { "id": "mon_spider_widow_small", "fg": 2555, "bg": 2676, "rotates": false }, - { "id": "mon_spider_wolf_giant", "fg": 2559, "bg": 2676, "rotates": false }, - { "id": "mon_spider_wolf_small", "fg": 2558, "bg": 2676, "rotates": false }, - { "id": "mon_spore", "fg": 2560, "bg": 2676, "rotates": false }, - { "id": "mon_squirrel", "fg": 2561, "bg": 2676, "rotates": false }, - { "id": "mon_squirrel_red", "fg": 2561, "bg": 2676, "rotates": false }, - { "id": "mon_titanis", "fg": 2562, "bg": 2676, "rotates": false }, - { "id": "mon_turkey", "fg": 2563, "bg": 2676, "rotates": false }, - { "id": "mon_velociraptor", "fg": 2564, "bg": 2676, "rotates": false }, - { "id": "mon_vinebeast", "fg": 2565, "bg": 2676, "rotates": false }, - { "id": "mon_vortex", "fg": 2566, "bg": 2676, "rotates": false }, - { "id": "mon_w11b10", "fg": 2623, "rotates": false }, - { "id": "mon_w11b20b4", "fg": 2624, "rotates": false }, - { "id": "mon_w11h10", "fg": 2626, "rotates": false }, - { "id": "mon_w12b10", "fg": 2625, "rotates": false }, - { "id": "mon_w12n10", "fg": 2627, "rotates": false }, - { "id": "mon_wasp", "fg": 2567, "bg": 2676, "rotates": false }, - { "id": "mon_wasp_larvae", "fg": 2450 }, - { "id": "mon_wasp_mega", "fg": 2568 }, - { "id": "mon_wasp_small", "fg": 2569, "rotates": false }, - { "id": "mon_weasel", "fg": 2435, "bg": 2676, "rotates": false }, - { "id": "mon_wolf", "fg": 2570, "bg": 2676, "rotates": false }, - { "id": "mon_worm", "fg": 2571, "bg": 2676, "rotates": false }, - { "id": "mon_zhark", "fg": 2572 }, - { "id": "mon_zolf", "fg": 2573, "bg": 2676, "rotates": false }, - { "id": "mon_zolf_shady", "fg": 2574, "rotates": false }, - { "id": "mon_zombear", "fg": 2575, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_acidic", "fg": 2576, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_anklebiter", "fg": 2577, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_armored", "fg": 2578, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_bio_op", "fg": 2579, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_biter", "fg": 2580, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_blind", "fg": 2581, "rotates": false }, - { "id": "mon_zombie_brainless", "fg": 2658, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_brute", "fg": 2582, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_brute_grappler", "fg": 2583, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_brute_ninja", "fg": 2584, "bg": 2676 }, - { "id": "mon_zombie_brute_shocker", "fg": 2585, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_child_fungus", "fg": 2628, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_child_scorched", "fg": 2586, "bg": 2676 }, - { "id": "mon_zombie_child_scorched_2", "fg": 2587, "rotates": false }, - { "id": "mon_zombie_cop", "fg": 2588, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_crawler", "fg": 2589, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_creepy", "fg": 2590, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_dancer", "fg": 2591, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_dog", "fg": 2592, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_ears", "fg": 2659, "bg": 2676 }, - { "id": "mon_zombie_electric", "fg": 2593, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_fiend", "fg": 2660, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_fireman", "fg": 2594, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_fungus", "fg": [ 2595, 2661 ], "bg": 2676, "rotates": false }, - { "id": "mon_zombie_gasbag", "fg": 2596, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_grappler", "fg": 2597, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_hazmat", "fg": 2598, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_hollow", "fg": 2599, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_hunter", "fg": 2600, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_jackson", "fg": 2601, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_kevlar_1", "fg": 2665, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_mancroc", "fg": 2602, "bg": 2676 }, - { "id": "mon_zombie_master", "fg": 2603, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_military_pilot", "fg": 2622, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_necro", "fg": 2604, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_predator", "fg": 2605, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_rot", "fg": 2606, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_scorched", "fg": 2607, "bg": 2676 }, - { "id": "mon_zombie_shady", "fg": 2608, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_shady_ghost", "fg": 2609, "rotates": false }, - { "id": "mon_zombie_shriekling", "fg": 2610, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_skull", "fg": 2667, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_smoker", "fg": 2611, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_snotgobbler", "fg": 2612, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_soldier", "fg": 2613, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_soldier_acid_1", "fg": 2668, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_soldier_acid_2", "fg": 2669, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_1", "fg": 2670, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_soldier_blackops_2", "fg": 2671, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_spitter", "fg": 2614, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_sproglodyte", "fg": 2615, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_static", "fg": 2672, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_swimmer", "fg": 2616, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_thorny", "fg": 2673, "rotates": false, "bg": 2676 }, - { "id": "mon_zombie_waif", "fg": 2617, "bg": 2676, "rotates": false }, - { "id": "mon_zombie_wretched", "fg": 2674, "bg": 2676, "rotates": false }, - { "id": "mon_zoose", "fg": 2618, "bg": 2676, "rotates": false }, - { "id": "mon_zougar", "fg": 2619, "bg": 2676, "rotates": false }, - { "id": "mon_triffid", "fg": 2655, "bg": 2676 }, - { "id": "mon_triffid_sprig", "fg": 2656, "bg": 2676 }, - { "id": "mon_triffid_young", "fg": 2657, "bg": 2676 }, + { "id": "debug_mon", "fg": 2437 }, + { "id": "mon_EMP_hack", "fg": 2512 }, + { "id": "mon_albino_penguin", "fg": 2438, "bg": 2708, "rotates": false }, + { "id": "mon_alpha_razorclaw", "fg": 2439, "bg": 2708 }, + { "id": "mon_ant", "fg": 2440, "bg": 2708, "rotates": false }, + { "id": "mon_ant_acid", "fg": 2663, "bg": 2708, "rotates": false }, + { "id": "mon_ant_acid_larva", "fg": 2662, "bg": 2708, "rotates": false }, + { "id": "mon_ant_acid_queen", "fg": 2664, "bg": 2708, "rotates": false }, + { "id": "mon_ant_acid_soldier", "fg": 2661, "rotates": false }, + { "id": "mon_ant_fungus", "fg": 2441, "bg": 2708, "rotates": false }, + { "id": "mon_ant_larva", "fg": 2442, "bg": 2708, "rotates": false }, + { "id": "mon_ant_queen", "fg": 2443, "bg": 2708, "rotates": false }, + { "id": "mon_ant_soldier", "fg": 2444, "bg": 2708, "rotates": false }, + { "id": "mon_bat", "fg": 2445, "bg": 2708, "rotates": false }, + { "id": "mon_bear", "fg": 2446, "bg": 2708, "rotates": false }, + { "id": "mon_bear_cub", "fg": 2447, "bg": 2708, "rotates": false }, + { "id": "mon_bear_smoky", "fg": 2448, "bg": 2708, "rotates": false }, + { "id": "mon_bee", "fg": 2449, "bg": 2708, "rotates": false }, + { "id": "mon_bee_mega", "fg": 2451, "rotates": false }, + { "id": "mon_bee_small", "fg": 2452, "rotates": false }, + { "id": "mon_beekeeper", "fg": 2450, "bg": 2708, "rotates": false }, + { "id": "mon_biollante", "fg": 2453, "bg": 2708, "rotates": false }, + { "id": "mon_black_rat", "fg": 2568, "rotates": false }, + { "id": "mon_blank", "fg": 2454, "bg": 2708, "rotates": false }, + { "id": "mon_blob", "fg": 2455, "bg": 2708, "rotates": false }, + { "id": "mon_blob_large", "fg": 2456, "rotates": false }, + { "id": "mon_blob_small", "fg": 2457, "rotates": false }, + { "id": "mon_bobcat", "fg": 2458, "bg": 2708, "rotates": false }, + { "id": "mon_boomer", "fg": 2459, "bg": 2708, "rotates": false }, + { "id": "mon_boomer_fungus", "fg": 2460, "bg": 2708, "rotates": false }, + { "id": "mon_breather", "fg": 2461, "rotates": false }, + { "id": "mon_breather_hub", "fg": 2462, "bg": 2708, "rotates": false }, + { "id": "mon_c4_hack", "fg": 2463, "bg": 2708, "rotates": false }, + { "id": "mon_cat", "fg": 2458, "bg": 2708, "rotates": false }, + { "id": "mon_centipede", "fg": 2464, "rotates": false }, + { "id": "mon_centipede_giant", "fg": 2465, "bg": 2708, "rotates": false }, + { "id": "mon_charred_nightmare", "fg": 2466, "rotates": false }, + { "id": "mon_chicken", "fg": 2467, "bg": 2708, "rotates": false }, + { "id": "mon_chipmunk", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_chud", "fg": 2469, "bg": 2708, "rotates": false }, + { "id": "mon_compsognathus", "fg": 2470, "bg": 2708, "rotates": false }, + { "id": "mon_cougar", "fg": 2471, "bg": 2708, "rotates": false }, + { "id": "mon_coyote", "fg": 2472, "bg": 2708, "rotates": false }, + { "id": "mon_coyote_wolf", "fg": 2473, "bg": 2708, "rotates": false }, + { "id": "mon_crawler", "fg": 2474, "bg": 2708, "rotates": false }, + { "id": "mon_creeper_hub", "fg": 2475, "bg": 2708, "rotates": false }, + { "id": "mon_creeper_vine", "fg": 2476, "bg": 2708, "rotates": false }, + { "id": "mon_crow", "fg": 2477, "bg": 2708, "rotates": false }, + { "id": "mon_darkman", "fg": 2478, "bg": 2708, "rotates": false }, + { "id": "mon_deer", "fg": 2479, "bg": 2708, "rotates": false }, + { "id": "mon_deer_mouse", "fg": 2568, "rotates": false }, + { "id": "mon_deinonychus", "fg": 2480, "bg": 2708, "rotates": false }, + { "id": "mon_dementia", "fg": 2481, "bg": 2708, "rotates": false }, + { "id": "mon_dermatik", "fg": 2482, "bg": 2708, "rotates": false }, + { "id": "mon_dermatik_larva", "fg": 2483, "rotates": false }, + { "id": "mon_dilophosaurus", "fg": 2480, "bg": 2708, "rotates": false }, + { "id": "mon_dimorphodon", "fg": 2484, "bg": 2708, "rotates": false }, + { "id": "mon_dog", "fg": 2485, "bg": 2708, "rotates": false }, + { "id": "mon_dog_skeleton", "fg": 2486, "bg": 2708, "rotates": false }, + { "id": "mon_dog_thing", "fg": 2487, "bg": 2708, "rotates": false }, + { "id": "mon_dog_zombie_cop", "fg": 2488, "bg": 2708, "rotates": false }, + { "id": "mon_dog_zombie_rot", "fg": 2489, "bg": [ ], "rotates": false }, + { "id": "mon_dragonfly_giant", "fg": 2491, "bg": 2708, "rotates": false }, + { "id": "mon_dragonfly_small", "fg": 2490, "rotates": false }, + { "id": "mon_duck", "fg": 2492, "bg": 2708, "rotates": false }, + { "id": "mon_eoraptor", "fg": 2470, "bg": 2708, "rotates": false }, + { "id": "mon_fant", "fg": 2493, "rotates": false }, + { "id": "mon_fish_blinky", "fg": 2494, "rotates": false }, + { "id": "mon_fish_bluegill", "fg": 2495, "rotates": false }, + { "id": "mon_fish_bowfin", "fg": 2496, "rotates": false }, + { "id": "mon_fish_bullhead", "fg": 2497, "rotates": false }, + { "id": "mon_fish_carp", "fg": 2498, "rotates": false }, + { "id": "mon_fish_crayfish", "fg": 2499, "rotates": false }, + { "id": "mon_fish_lbass", "fg": 2500, "rotates": false }, + { "id": "mon_fish_lobster", "fg": 2501, "rotates": false }, + { "id": "mon_fish_pbass", "fg": 2502, "rotates": false }, + { "id": "mon_fish_perch", "fg": 2503, "rotates": false }, + { "id": "mon_fish_pickerel", "fg": 2504, "rotates": false }, + { "id": "mon_fish_pike", "fg": 2505, "rotates": false }, + { "id": "mon_fish_salmon", "fg": 2506, "rotates": false }, + { "id": "mon_fish_sbass", "fg": 2507, "rotates": false }, + { "id": "mon_fish_sunfish", "fg": 2508, "rotates": false }, + { "id": "mon_fish_trout", "fg": 2509, "rotates": false }, + { "id": "mon_fish_whitefish", "fg": 2510, "rotates": false }, + { "id": "mon_flaming_eye", "fg": 2511, "bg": 2708, "rotates": false }, + { "id": "mon_flashbang_hack", "fg": 2512, "bg": 2708, "rotates": false }, + { "id": "mon_fly", "fg": 2513, "bg": 2708, "rotates": false }, + { "id": "mon_fox_gray", "fg": 2514, "bg": 2708, "rotates": false }, + { "id": "mon_fox_red", "fg": 2514, "bg": 2708, "rotates": false }, + { "id": "mon_frog_giant", "fg": 2516, "bg": 2708, "rotates": false }, + { "id": "mon_frog_small", "fg": 2515, "rotates": false }, + { "id": "mon_fungal_blossom", "fg": 2519, "bg": 2708, "rotates": false }, + { "id": "mon_fungal_fighter", "fg": 2520, "bg": 2708, "rotates": false }, + { "id": "mon_fungal_hedgerow", "fg": 2521, "bg": 2708, "rotates": false }, + { "id": "mon_fungal_tendril", "fg": 2522, "bg": 2708, "rotates": false }, + { "id": "mon_fungal_wall", "fg": 2523, "bg": 2708, "rotates": false }, + { "id": "mon_fungaloid", "fg": 2517, "bg": 2708, "rotates": false }, + { "id": "mon_fungaloid_dormant", "fg": 2652, "bg": 2708, "rotates": false }, + { "id": "mon_fungaloid_young", "fg": 2518, "bg": 2708, "rotates": false }, + { "id": "mon_gallimimus", "fg": 2524, "bg": 2708, "rotates": false }, + { "id": "mon_gasbomb_hack", "fg": 2525, "bg": 2708, "rotates": false }, + { "id": "mon_gator", "fg": 2526, "rotates": false }, + { "id": "mon_gelatin", "fg": 2527, "bg": 2708, "rotates": false }, + { "id": "mon_generator", "fg": 2528, "bg": 2708, "rotates": false }, + { "id": "mon_giant_cockroach", "fg": 2529, "rotates": false }, + { "id": "mon_giant_cockroach_nymph", "fg": 2530, "rotates": false }, + { "id": "mon_goat", "fg": 2531, "rotates": false }, + { "id": "mon_gozu", "fg": 2532, "bg": 2708, "rotates": false }, + { "id": "mon_graboid", "fg": 2533, "bg": 2708, "rotates": false }, + { "id": "mon_grenade_hack", "fg": 2534, "bg": 2708, "rotates": false }, + { "id": "mon_groundhog", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_halfworm", "fg": 2535, "bg": 2708, "rotates": false }, + { "id": "mon_hallu_mom", "fg": 2536, "bg": 2708, "rotates": false }, + { "id": "mon_hare", "fg": 2537, "bg": 2708, "rotates": false }, + { "id": "mon_hare_season_winter", "fg": 2538, "bg": 2708, "rotates": false }, + { "id": "mon_headless_dog_thing", "fg": 2539, "bg": 2708, "rotates": false }, + { "id": "mon_hologram", "fg": 2653, "rotates": false }, + { "id": "mon_human_snail", "fg": 2540, "bg": 2708, "rotates": false }, + { "id": "mon_irradiated_wanderer_1", "fg": 2541, "bg": 2708 }, + { "id": "mon_irradiated_wanderer_2", "fg": 2542, "bg": 2708, "rotates": false }, + { "id": "mon_irradiated_wanderer_3", "fg": 2543, "bg": 2708 }, + { "id": "mon_irradiated_wanderer_4", "fg": 2544, "bg": 2708 }, + { "id": "mon_kreck", "fg": 2545, "bg": 2708, "rotates": false }, + { "id": "mon_laserturret", "fg": 2546, "bg": 2708, "rotates": false }, + { "id": "mon_lemming", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_manhack", "fg": 2547, "bg": 2708, "rotates": false }, + { "id": "mon_manhack_acid", "fg": 2548, "rotates": false }, + { "id": "mon_mi_go", "fg": 2550, "bg": 2708, "rotates": false }, + { "id": "mon_mininuke_hack", "fg": 2549, "bg": 2708, "rotates": false }, + { "id": "mon_mink", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_moose", "fg": 2551, "bg": 2708, "rotates": false }, + { "id": "mon_mosquito", "fg": 2552, "rotates": false }, + { "id": "mon_mosquito_giant", "fg": 2553, "bg": 2708, "rotates": false }, + { "id": "mon_muskrat", "fg": 2568, "rotates": false }, + { "id": "mon_mutant_carp", "fg": 2554, "rotates": false }, + { "id": "mon_mutant_salmon", "fg": 2555, "rotates": false }, + { "id": "mon_one_eye", "fg": 2556, "bg": 2708, "rotates": false }, + { "id": "mon_otter", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_player_blob", "fg": 2557, "bg": 2708, "rotates": false }, + { "id": "mon_pregnant_giant_cockroach", "fg": 2558, "rotates": false }, + { "id": "mon_prototype_cyborg", "fg": 2683, "bg": 2708, "rotates": false }, + { "id": "mon_rabbit", "fg": 2559, "bg": 2708, "rotates": false }, + { "id": "mon_raccoon", "fg": 2560, "bg": 2708, "rotates": false }, + { "id": "mon_rat_king", "fg": 2563, "bg": 2708, "rotates": false }, + { "id": "mon_rattlesnake", "fg": 2561, "bg": 2708, "rotates": false }, + { "id": "mon_rattlesnake_giant", "fg": 2562, "bg": 2708, "rotates": false }, + { "id": "mon_razorclaw", "fg": 2564, "bg": 2708 }, + { "id": "mon_riotbot", "fg": 2565, "bg": 2708, "rotates": false }, + { "id": "mon_secubot", "fg": 2566, "bg": 2708, "rotates": false }, + { "id": "mon_sewer_fish", "fg": 2567, "bg": 2708, "rotates": false }, + { "id": "mon_sewer_rat", "fg": 2568, "bg": 2708, "rotates": false }, + { "id": "mon_sewer_snake", "fg": 2569, "bg": 2708, "rotates": false }, + { "id": "mon_shadow", "fg": 2570, "rotates": false }, + { "id": "mon_shadow_snake", "fg": 2571, "rotates": false }, + { "id": "mon_skeleton", "fg": 2572, "bg": 2708, "rotates": false }, + { "id": "mon_skeleton_electric", "fg": 2686, "bg": 2708, "rotates": false }, + { "id": "mon_skitterbot", "fg": 2573, "bg": 2708, "rotates": false }, + { "id": "mon_sludge_crawler", "fg": 2574, "bg": 2708, "rotates": false }, + { "id": "mon_spider_cellar_giant", "fg": 2575, "bg": 2708, "rotates": false }, + { "id": "mon_spider_cellar_giant_s", "fg": 2576, "bg": 2708, "rotates": false }, + { "id": "mon_spider_jumping_giant", "fg": 2578, "bg": 2708, "rotates": false }, + { "id": "mon_spider_jumping_giant_mega", "fg": 2579, "rotates": false }, + { "id": "mon_spider_jumping_small", "fg": 2577, "bg": 2708, "rotates": false }, + { "id": "mon_spider_trapdoor", "fg": 2580, "bg": 2708, "rotates": false }, + { "id": "mon_spider_trapdoor_giant", "fg": 2581, "bg": 2708, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_mega", "fg": 2582, "rotates": false }, + { "id": "mon_spider_trapdoor_giant_small", "fg": 2583, "rotates": false }, + { "id": "mon_spider_web", "fg": 2584, "bg": 2708, "rotates": false }, + { "id": "mon_spider_web_giant", "fg": 2584, "bg": 2708, "rotates": false }, + { "id": "mon_spider_web_mega", "fg": 2585, "rotates": false }, + { "id": "mon_spider_web_s", "fg": 2586, "bg": 2708, "rotates": false }, + { "id": "mon_spider_widow_giant", "fg": 2588, "bg": 2708, "rotates": false }, + { "id": "mon_spider_widow_giant_s", "fg": 2589, "bg": 2708, "rotates": false }, + { "id": "mon_spider_widow_small", "fg": 2587, "bg": 2708, "rotates": false }, + { "id": "mon_spider_wolf_giant", "fg": 2591, "bg": 2708, "rotates": false }, + { "id": "mon_spider_wolf_small", "fg": 2590, "bg": 2708, "rotates": false }, + { "id": "mon_spore", "fg": 2592, "bg": 2708, "rotates": false }, + { "id": "mon_squirrel", "fg": 2593, "bg": 2708, "rotates": false }, + { "id": "mon_squirrel_red", "fg": 2593, "bg": 2708, "rotates": false }, + { "id": "mon_titanis", "fg": 2594, "bg": 2708, "rotates": false }, + { "id": "mon_turkey", "fg": 2595, "bg": 2708, "rotates": false }, + { "id": "mon_velociraptor", "fg": 2596, "bg": 2708, "rotates": false }, + { "id": "mon_vinebeast", "fg": 2597, "bg": 2708, "rotates": false }, + { "id": "mon_vortex", "fg": 2598, "bg": 2708, "rotates": false }, + { "id": "mon_w11b10", "fg": 2655, "rotates": false }, + { "id": "mon_w11b20b4", "fg": 2656, "rotates": false }, + { "id": "mon_w11h10", "fg": 2658, "rotates": false }, + { "id": "mon_w12b10", "fg": 2657, "rotates": false }, + { "id": "mon_w12n10", "fg": 2659, "rotates": false }, + { "id": "mon_wasp", "fg": 2599, "bg": 2708, "rotates": false }, + { "id": "mon_wasp_larvae", "fg": 2483 }, + { "id": "mon_wasp_mega", "fg": 2600 }, + { "id": "mon_wasp_small", "fg": 2601, "rotates": false }, + { "id": "mon_weasel", "fg": 2468, "bg": 2708, "rotates": false }, + { "id": "mon_wolf", "fg": 2602, "bg": 2708, "rotates": false }, + { "id": "mon_worm", "fg": 2603, "bg": 2708, "rotates": false }, + { "id": "mon_zhark", "fg": 2604 }, + { "id": "mon_zolf", "fg": 2605, "bg": 2708, "rotates": false }, + { "id": "mon_zolf_shady", "fg": 2606, "rotates": false }, + { "id": "mon_zombear", "fg": 2607, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_acidic", "fg": 2608, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_anklebiter", "fg": 2609, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_armored", "fg": 2610, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_bio_op", "fg": 2611, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_biter", "fg": 2612, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_blind", "fg": 2613, "rotates": false }, + { "id": "mon_zombie_brainless", "fg": 2690, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_brute", "fg": 2614, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_brute_grappler", "fg": 2615, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_brute_ninja", "fg": 2616, "bg": 2708 }, + { "id": "mon_zombie_brute_shocker", "fg": 2617, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_child_fungus", "fg": 2660, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_child_scorched", "fg": 2618, "bg": 2708 }, + { "id": "mon_zombie_child_scorched_2", "fg": 2619, "rotates": false }, + { "id": "mon_zombie_cop", "fg": 2620, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_crawler", "fg": 2621, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_creepy", "fg": 2622, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_dancer", "fg": 2623, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_dog", "fg": 2624, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_ears", "fg": 2691, "bg": 2708 }, + { "id": "mon_zombie_electric", "fg": 2625, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_fiend", "fg": 2692, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_fireman", "fg": 2626, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_fungus", "fg": [ 2627, 2693 ], "bg": 2708, "rotates": false }, + { "id": "mon_zombie_gasbag", "fg": 2628, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_grappler", "fg": 2629, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_hazmat", "fg": 2630, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_hollow", "fg": 2631, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_hunter", "fg": 2632, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_jackson", "fg": 2633, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_kevlar_1", "fg": 2697, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_mancroc", "fg": 2634, "bg": 2708 }, + { "id": "mon_zombie_master", "fg": 2635, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_military_pilot", "fg": 2654, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_necro", "fg": 2636, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_predator", "fg": 2637, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_rot", "fg": 2638, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_scorched", "fg": 2639, "bg": 2708 }, + { "id": "mon_zombie_shady", "fg": 2640, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_shady_ghost", "fg": 2641, "rotates": false }, + { "id": "mon_zombie_shriekling", "fg": 2642, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_skull", "fg": 2699, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_smoker", "fg": 2643, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_snotgobbler", "fg": 2644, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_soldier", "fg": 2645, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_soldier_acid_1", "fg": 2700, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_soldier_acid_2", "fg": 2701, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_1", "fg": 2702, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_soldier_blackops_2", "fg": 2703, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_spitter", "fg": 2646, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_sproglodyte", "fg": 2647, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_static", "fg": 2704, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_swimmer", "fg": 2648, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_thorny", "fg": 2705, "rotates": false, "bg": 2708 }, + { "id": "mon_zombie_waif", "fg": 2649, "bg": 2708, "rotates": false }, + { "id": "mon_zombie_wretched", "fg": 2706, "bg": 2708, "rotates": false }, + { "id": "mon_zoose", "fg": 2650, "bg": 2708, "rotates": false }, + { "id": "mon_zougar", "fg": 2651, "bg": 2708, "rotates": false }, + { "id": "mon_triffid", "fg": 2687, "bg": 2708 }, + { "id": "mon_triffid_sprig", "fg": 2688, "bg": 2708 }, + { "id": "mon_triffid_young", "fg": 2689, "bg": 2708 }, { "id": "mon_broken_cyborg", "fg": [ - { "weight": 1, "sprite": 2678 }, - { "weight": 1, "sprite": 2679 }, - { "weight": 1, "sprite": 2680 }, - { "weight": 1, "sprite": 2681 }, - { "weight": 1, "sprite": 2682 }, - { "weight": 1, "sprite": 2683 } + { "weight": 1, "sprite": 2710 }, + { "weight": 1, "sprite": 2711 }, + { "weight": 1, "sprite": 2712 }, + { "weight": 1, "sprite": 2713 }, + { "weight": 1, "sprite": 2714 }, + { "weight": 1, "sprite": 2715 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_feral_human_crowbar", "fg": [ - { "weight": 1, "sprite": 2692 }, - { "weight": 1, "sprite": 2693 }, - { "weight": 1, "sprite": 2694 }, - { "weight": 1, "sprite": 2695 }, - { "weight": 1, "sprite": 2696 }, - { "weight": 1, "sprite": 2697 }, - { "weight": 1, "sprite": 2698 }, - { "weight": 1, "sprite": 2699 } + { "weight": 1, "sprite": 2724 }, + { "weight": 1, "sprite": 2725 }, + { "weight": 1, "sprite": 2726 }, + { "weight": 1, "sprite": 2727 }, + { "weight": 1, "sprite": 2728 }, + { "weight": 1, "sprite": 2729 }, + { "weight": 1, "sprite": 2730 }, + { "weight": 1, "sprite": 2731 } ], - "bg": 2676 + "bg": 2708 }, { "id": "mon_feral_human_pipe", "fg": [ - { "weight": 1, "sprite": 2700 }, - { "weight": 1, "sprite": 2701 }, - { "weight": 1, "sprite": 2702 }, - { "weight": 1, "sprite": 2703 }, - { "weight": 1, "sprite": 2704 }, - { "weight": 1, "sprite": 2705 }, - { "weight": 1, "sprite": 2706 }, - { "weight": 1, "sprite": 2707 } + { "weight": 1, "sprite": 2732 }, + { "weight": 1, "sprite": 2733 }, + { "weight": 1, "sprite": 2734 }, + { "weight": 1, "sprite": 2735 }, + { "weight": 1, "sprite": 2736 }, + { "weight": 1, "sprite": 2737 }, + { "weight": 1, "sprite": 2738 }, + { "weight": 1, "sprite": 2739 } ], - "bg": 2676 + "bg": 2708 }, { "id": "mon_feral_human_axe", "fg": [ - { "weight": 1, "sprite": 2684 }, - { "weight": 1, "sprite": 2685 }, - { "weight": 1, "sprite": 2686 }, - { "weight": 1, "sprite": 2687 }, - { "weight": 1, "sprite": 2688 }, - { "weight": 1, "sprite": 2689 }, - { "weight": 1, "sprite": 2690 }, - { "weight": 1, "sprite": 2691 } + { "weight": 1, "sprite": 2716 }, + { "weight": 1, "sprite": 2717 }, + { "weight": 1, "sprite": 2718 }, + { "weight": 1, "sprite": 2719 }, + { "weight": 1, "sprite": 2720 }, + { "weight": 1, "sprite": 2721 }, + { "weight": 1, "sprite": 2722 }, + { "weight": 1, "sprite": 2723 } ], - "bg": 2676 + "bg": 2708 }, { "id": "mon_zombie_giant_heart", "animated": true, "fg": [ - { "weight": 15, "sprite": 2708 }, - { "weight": 15, "sprite": 2709 }, - { "weight": 15, "sprite": 2708 }, - { "weight": 15, "sprite": 2710 } + { "weight": 15, "sprite": 2743 }, + { "weight": 15, "sprite": 2744 }, + { "weight": 15, "sprite": 2743 }, + { "weight": 15, "sprite": 2745 } ], "rotates": false, - "bg": 2676 + "bg": 2708 }, { "id": "mon_twisted_body", - "fg": [ { "weight": 1, "sprite": 2711 }, { "weight": 1, "sprite": 2712 }, { "weight": 1, "sprite": 2713 } ], - "bg": 2676, + "fg": [ { "weight": 1, "sprite": 2746 }, { "weight": 1, "sprite": 2747 }, { "weight": 1, "sprite": 2748 } ], + "bg": 2708, "rotates": false }, { "id": "mon_zombie", "fg": [ - { "weight": 1, "sprite": 2724 }, - { "weight": 1, "sprite": 2735 }, - { "weight": 1, "sprite": 2742 }, - { "weight": 1, "sprite": 2743 }, - { "weight": 1, "sprite": 2744 }, - { "weight": 1, "sprite": 2745 }, - { "weight": 1, "sprite": 2746 }, - { "weight": 1, "sprite": 2747 }, - { "weight": 1, "sprite": 2748 }, - { "weight": 1, "sprite": 2714 }, - { "weight": 1, "sprite": 2715 }, - { "weight": 1, "sprite": 2716 }, - { "weight": 1, "sprite": 2717 }, - { "weight": 1, "sprite": 2718 }, - { "weight": 1, "sprite": 2719 }, - { "weight": 1, "sprite": 2720 }, - { "weight": 1, "sprite": 2721 }, - { "weight": 1, "sprite": 2722 }, - { "weight": 1, "sprite": 2723 }, - { "weight": 1, "sprite": 2725 }, - { "weight": 1, "sprite": 2726 }, - { "weight": 1, "sprite": 2727 }, - { "weight": 1, "sprite": 2728 }, - { "weight": 1, "sprite": 2729 }, - { "weight": 1, "sprite": 2730 }, - { "weight": 1, "sprite": 2731 }, - { "weight": 1, "sprite": 2732 }, - { "weight": 1, "sprite": 2733 }, - { "weight": 1, "sprite": 2734 }, - { "weight": 1, "sprite": 2736 }, - { "weight": 1, "sprite": 2737 }, - { "weight": 1, "sprite": 2738 }, - { "weight": 1, "sprite": 2739 }, - { "weight": 1, "sprite": 2740 }, - { "weight": 1, "sprite": 2741 } - ], - "bg": 2676, - "rotates": false - }, - { - "id": "mon_zombie_child", - "fg": [ + { "weight": 1, "sprite": 2759 }, + { "weight": 1, "sprite": 2770 }, + { "weight": 1, "sprite": 2777 }, + { "weight": 1, "sprite": 2778 }, + { "weight": 1, "sprite": 2779 }, + { "weight": 1, "sprite": 2780 }, + { "weight": 1, "sprite": 2781 }, + { "weight": 1, "sprite": 2782 }, + { "weight": 1, "sprite": 2783 }, { "weight": 1, "sprite": 2749 }, { "weight": 1, "sprite": 2750 }, { "weight": 1, "sprite": 2751 }, - { "weight": 1, "sprite": 2760 }, - { "weight": 1, "sprite": 2761 }, - { "weight": 1, "sprite": 2762 }, - { "weight": 1, "sprite": 2763 }, - { "weight": 1, "sprite": 2764 }, - { "weight": 1, "sprite": 2765 }, { "weight": 1, "sprite": 2752 }, { "weight": 1, "sprite": 2753 }, { "weight": 1, "sprite": 2754 }, @@ -3271,333 +3240,372 @@ { "weight": 1, "sprite": 2756 }, { "weight": 1, "sprite": 2757 }, { "weight": 1, "sprite": 2758 }, - { "weight": 1, "sprite": 2759 } - ], - "bg": 2676, - "rotates": false - }, - { - "id": "mon_zombie_fat", - "fg": [ + { "weight": 1, "sprite": 2760 }, + { "weight": 1, "sprite": 2761 }, + { "weight": 1, "sprite": 2762 }, + { "weight": 1, "sprite": 2763 }, + { "weight": 1, "sprite": 2764 }, + { "weight": 1, "sprite": 2765 }, { "weight": 1, "sprite": 2766 }, { "weight": 1, "sprite": 2767 }, { "weight": 1, "sprite": 2768 }, - { "weight": 1, "sprite": 2776 }, - { "weight": 1, "sprite": 2777 }, - { "weight": 1, "sprite": 2778 }, - { "weight": 1, "sprite": 2779 }, - { "weight": 1, "sprite": 2780 }, - { "weight": 1, "sprite": 2781 }, { "weight": 1, "sprite": 2769 }, - { "weight": 1, "sprite": 2770 }, { "weight": 1, "sprite": 2771 }, { "weight": 1, "sprite": 2772 }, { "weight": 1, "sprite": 2773 }, { "weight": 1, "sprite": 2774 }, - { "weight": 1, "sprite": 2775 } + { "weight": 1, "sprite": 2775 }, + { "weight": 1, "sprite": 2776 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { - "id": "mon_zombie_grabber", + "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 2782 }, - { "weight": 1, "sprite": 2783 }, { "weight": 1, "sprite": 2784 }, { "weight": 1, "sprite": 2785 }, { "weight": 1, "sprite": 2786 }, + { "weight": 1, "sprite": 2795 }, + { "weight": 1, "sprite": 2796 }, + { "weight": 1, "sprite": 2797 }, + { "weight": 1, "sprite": 2798 }, + { "weight": 1, "sprite": 2799 }, + { "weight": 1, "sprite": 2800 }, { "weight": 1, "sprite": 2787 }, { "weight": 1, "sprite": 2788 }, { "weight": 1, "sprite": 2789 }, - { "weight": 1, "sprite": 2790 } + { "weight": 1, "sprite": 2790 }, + { "weight": 1, "sprite": 2791 }, + { "weight": 1, "sprite": 2792 }, + { "weight": 1, "sprite": 2793 }, + { "weight": 1, "sprite": 2794 } ], - "bg": 2676, + "bg": 2708, + "rotates": false + }, + { + "id": "mon_zombie_fat", + "fg": [ + { "weight": 1, "sprite": 2801 }, + { "weight": 1, "sprite": 2802 }, + { "weight": 1, "sprite": 2803 }, + { "weight": 1, "sprite": 2811 }, + { "weight": 1, "sprite": 2812 }, + { "weight": 1, "sprite": 2813 }, + { "weight": 1, "sprite": 2814 }, + { "weight": 1, "sprite": 2815 }, + { "weight": 1, "sprite": 2816 }, + { "weight": 1, "sprite": 2804 }, + { "weight": 1, "sprite": 2805 }, + { "weight": 1, "sprite": 2806 }, + { "weight": 1, "sprite": 2807 }, + { "weight": 1, "sprite": 2808 }, + { "weight": 1, "sprite": 2809 }, + { "weight": 1, "sprite": 2810 } + ], + "bg": 2708, + "rotates": false + }, + { + "id": "mon_zombie_grabber", + "fg": [ + { "weight": 1, "sprite": 2817 }, + { "weight": 1, "sprite": 2818 }, + { "weight": 1, "sprite": 2819 }, + { "weight": 1, "sprite": 2820 }, + { "weight": 1, "sprite": 2821 }, + { "weight": 1, "sprite": 2822 }, + { "weight": 1, "sprite": 2823 }, + { "weight": 1, "sprite": 2824 }, + { "weight": 1, "sprite": 2825 } + ], + "bg": 2708, "rotates": false }, { "id": "mon_zombie_labsecurity", "fg": [ - { "weight": 1, "sprite": 2791 }, - { "weight": 1, "sprite": 2792 }, - { "weight": 1, "sprite": 2793 }, - { "weight": 1, "sprite": 2794 }, - { "weight": 1, "sprite": 2795 }, - { "weight": 1, "sprite": 2796 } + { "weight": 1, "sprite": 2826 }, + { "weight": 1, "sprite": 2827 }, + { "weight": 1, "sprite": 2828 }, + { "weight": 1, "sprite": 2829 }, + { "weight": 1, "sprite": 2830 }, + { "weight": 1, "sprite": 2831 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_prisoner", "fg": [ - { "weight": 1, "sprite": 2797 }, - { "weight": 1, "sprite": 2798 }, - { "weight": 1, "sprite": 2799 }, - { "weight": 1, "sprite": 2800 }, - { "weight": 1, "sprite": 2801 }, - { "weight": 1, "sprite": 2802 } + { "weight": 1, "sprite": 2832 }, + { "weight": 1, "sprite": 2833 }, + { "weight": 1, "sprite": 2834 }, + { "weight": 1, "sprite": 2835 }, + { "weight": 1, "sprite": 2836 }, + { "weight": 1, "sprite": 2837 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_runner", "fg": [ - { "weight": 1, "sprite": 2803 }, - { "weight": 1, "sprite": 2804 }, - { "weight": 1, "sprite": 2805 }, - { "weight": 1, "sprite": 2806 }, - { "weight": 1, "sprite": 2807 } + { "weight": 1, "sprite": 2838 }, + { "weight": 1, "sprite": 2839 }, + { "weight": 1, "sprite": 2840 }, + { "weight": 1, "sprite": 2841 }, + { "weight": 1, "sprite": 2842 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_scientist", "fg": [ - { "weight": 1, "sprite": 2808 }, - { "weight": 1, "sprite": 2811 }, - { "weight": 1, "sprite": 2812 }, - { "weight": 1, "sprite": 2813 }, - { "weight": 1, "sprite": 2814 }, - { "weight": 1, "sprite": 2815 }, - { "weight": 1, "sprite": 2816 }, - { "weight": 1, "sprite": 2817 }, - { "weight": 1, "sprite": 2818 }, - { "weight": 1, "sprite": 2809 }, - { "weight": 1, "sprite": 2810 } + { "weight": 1, "sprite": 2843 }, + { "weight": 1, "sprite": 2846 }, + { "weight": 1, "sprite": 2847 }, + { "weight": 1, "sprite": 2848 }, + { "weight": 1, "sprite": 2849 }, + { "weight": 1, "sprite": 2850 }, + { "weight": 1, "sprite": 2851 }, + { "weight": 1, "sprite": 2852 }, + { "weight": 1, "sprite": 2853 }, + { "weight": 1, "sprite": 2844 }, + { "weight": 1, "sprite": 2845 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_screecher", "fg": [ - { "weight": 1, "sprite": 2819 }, - { "weight": 1, "sprite": 2820 }, - { "weight": 1, "sprite": 2821 }, - { "weight": 1, "sprite": 2822 } + { "weight": 1, "sprite": 2854 }, + { "weight": 1, "sprite": 2855 }, + { "weight": 1, "sprite": 2856 }, + { "weight": 1, "sprite": 2857 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_shrieker", "fg": [ - { "weight": 1, "sprite": 2823 }, - { "weight": 1, "sprite": 2824 }, - { "weight": 1, "sprite": 2825 }, - { "weight": 1, "sprite": 2826 } + { "weight": 1, "sprite": 2858 }, + { "weight": 1, "sprite": 2859 }, + { "weight": 1, "sprite": 2860 }, + { "weight": 1, "sprite": 2861 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_survivor", - "fg": [ { "weight": 1, "sprite": 2827 }, { "weight": 1, "sprite": 2828 } ], - "bg": 2676, + "fg": [ { "weight": 1, "sprite": 2862 }, { "weight": 1, "sprite": 2863 } ], + "bg": 2708, "rotates": false }, { "id": "mon_zombie_survivor_elite", - "fg": [ { "weight": 1, "sprite": 2829 }, { "weight": 1, "sprite": 2830 }, { "weight": 1, "sprite": 2831 } ], - "bg": 2676, + "fg": [ { "weight": 1, "sprite": 2864 }, { "weight": 1, "sprite": 2865 }, { "weight": 1, "sprite": 2866 } ], + "bg": 2708, "rotates": false }, { "id": "mon_zombie_technician", "fg": [ - { "weight": 1, "sprite": 2832 }, - { "weight": 1, "sprite": 2833 }, - { "weight": 1, "sprite": 2834 }, - { "weight": 1, "sprite": 2835 } + { "weight": 1, "sprite": 2867 }, + { "weight": 1, "sprite": 2868 }, + { "weight": 1, "sprite": 2869 }, + { "weight": 1, "sprite": 2870 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, { "id": "mon_zombie_tough", "fg": [ - { "weight": 1, "sprite": 2836 }, - { "weight": 1, "sprite": 2837 }, - { "weight": 1, "sprite": 2838 }, - { "weight": 1, "sprite": 2845 }, - { "weight": 1, "sprite": 2846 }, - { "weight": 1, "sprite": 2847 }, - { "weight": 1, "sprite": 2848 }, - { "weight": 1, "sprite": 2849 }, - { "weight": 1, "sprite": 2850 }, - { "weight": 1, "sprite": 2839 }, - { "weight": 1, "sprite": 2840 }, - { "weight": 1, "sprite": 2841 }, - { "weight": 1, "sprite": 2842 }, - { "weight": 1, "sprite": 2843 }, - { "weight": 1, "sprite": 2844 } + { "weight": 1, "sprite": 2871 }, + { "weight": 1, "sprite": 2872 }, + { "weight": 1, "sprite": 2873 }, + { "weight": 1, "sprite": 2880 }, + { "weight": 1, "sprite": 2881 }, + { "weight": 1, "sprite": 2882 }, + { "weight": 1, "sprite": 2883 }, + { "weight": 1, "sprite": 2884 }, + { "weight": 1, "sprite": 2885 }, + { "weight": 1, "sprite": 2874 }, + { "weight": 1, "sprite": 2875 }, + { "weight": 1, "sprite": 2876 }, + { "weight": 1, "sprite": 2877 }, + { "weight": 1, "sprite": 2878 }, + { "weight": 1, "sprite": 2879 } ], - "bg": 2676, + "bg": 2708, "rotates": false }, - { "id": "f_aut_gas_console", "fg": 2887 }, - { "id": "f_aut_gas_console_o", "fg": 2888 }, - { "id": "t_atm", "fg": 2853, "bg": 3229, "rotates": false }, - { "id": [ "t_backboard", "t_backboard_in" ], "fg": 2854, "bg": 3222, "rotates": false }, - { "id": "t_barndoor", "fg": 2855, "bg": 3339, "rotates": false }, - { "id": "t_barndoor_season_autumn", "fg": 2855, "bg": 3343 }, - { "id": "t_barndoor_season_summer", "fg": 2855, "bg": 3347 }, - { "id": "t_barndoor_season_winter", "fg": 2855, "bg": 3296 }, - { "id": "t_bars", "fg": 2856, "bg": 3229, "rotates": false }, - { "id": "t_brick_wall_halfway", "fg": 2862, "bg": 3223 }, + { "id": "f_aut_gas_console", "fg": 2922 }, + { "id": "f_aut_gas_console_o", "fg": 2923 }, + { "id": "t_atm", "fg": 2888, "bg": 3264, "rotates": false }, + { "id": [ "t_backboard", "t_backboard_in" ], "fg": 2889, "bg": 3257, "rotates": false }, + { "id": "t_barndoor", "fg": 2890, "bg": 3374, "rotates": false }, + { "id": "t_barndoor_season_autumn", "fg": 2890, "bg": 3378 }, + { "id": "t_barndoor_season_summer", "fg": 2890, "bg": 3382 }, + { "id": "t_barndoor_season_winter", "fg": 2890, "bg": 3331 }, + { "id": "t_bars", "fg": 2891, "bg": 3264, "rotates": false }, + { "id": "t_brick_wall_halfway", "fg": 2897, "bg": 3258 }, { "id": "t_brick_wall_line", - "fg": 2857, - "bg": 3223, + "fg": 2892, + "bg": 3258, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 2857 }, - { "id": "center", "fg": 2858 }, - { "id": "corner", "fg": 2859 }, - { "id": "edge", "fg": 2860 }, - { "id": "end_piece", "fg": 2861 }, - { "id": "t_connection", "fg": 2863 } + { "id": "unconnected", "fg": 2892 }, + { "id": "center", "fg": 2893 }, + { "id": "corner", "fg": 2894 }, + { "id": "edge", "fg": 2895 }, + { "id": "end_piece", "fg": 2896 }, + { "id": "t_connection", "fg": 2898 } ] }, { "id": [ "t_brick_wall", "t_secretdoor_brick_wall_c", "t_sliding_brick_wall_c" ], - "fg": 2857, - "bg": 3223, + "fg": 2892, + "bg": 3258, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 2857 }, - { "id": "center", "fg": 2858 }, - { "id": "corner", "fg": 2859 }, - { "id": "edge", "fg": 2860 }, - { "id": "end_piece", "fg": 2861 }, - { "id": "t_connection", "fg": 2863 } + { "id": "unconnected", "fg": 2892 }, + { "id": "center", "fg": 2893 }, + { "id": "corner", "fg": 2894 }, + { "id": "edge", "fg": 2895 }, + { "id": "end_piece", "fg": 2896 }, + { "id": "t_connection", "fg": 2898 } ] }, - { "id": "t_bridge", "fg": 2864, "rotates": false }, - { "id": "t_card_military", "fg": 2865, "bg": 3229, "rotates": false }, - { "id": "t_card_reader_broken", "fg": 2866, "bg": 3229, "rotates": false }, - { "id": "t_card_science", "fg": 2865, "bg": 3229, "rotates": false }, - { "id": "t_carpet_green", "fg": 2867, "rotates": false }, - { "id": "t_carpet_purple", "fg": 2868, "rotates": false }, - { "id": "t_carpet_red", "fg": 2869, "rotates": false }, - { "id": "t_carpet_yellow", "fg": 2870, "rotates": false }, - { "id": "t_chainfence_posts", "fg": 2877, "bg": 3339, "rotates": false }, + { "id": "t_bridge", "fg": 2899, "rotates": false }, + { "id": "t_card_military", "fg": 2900, "bg": 3264, "rotates": false }, + { "id": "t_card_reader_broken", "fg": 2901, "bg": 3264, "rotates": false }, + { "id": "t_card_science", "fg": 2900, "bg": 3264, "rotates": false }, + { "id": "t_carpet_green", "fg": 2902, "rotates": false }, + { "id": "t_carpet_purple", "fg": 2903, "rotates": false }, + { "id": "t_carpet_red", "fg": 2904, "rotates": false }, + { "id": "t_carpet_yellow", "fg": 2905, "rotates": false }, + { "id": "t_chainfence_posts", "fg": 2912, "bg": 3374, "rotates": false }, { "id": [ "t_chainfence", "t_chainfence_h" ], - "fg": 2871, - "bg": 3222, + "fg": 2906, + "bg": 3257, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2872, "bg": 3222 }, - { "id": "edge", "fg": 2873, "bg": 3222 }, - { "id": "t_connection", "fg": 2875, "bg": 3222 }, - { "id": "center", "fg": 2871, "bg": 3222 }, - { "id": "unconnected", "fg": 2876, "bg": 3222 }, - { "id": "end_piece", "fg": 2874, "bg": 3222 } + { "id": "corner", "fg": 2907, "bg": 3257 }, + { "id": "edge", "fg": 2908, "bg": 3257 }, + { "id": "t_connection", "fg": 2910, "bg": 3257 }, + { "id": "center", "fg": 2906, "bg": 3257 }, + { "id": "unconnected", "fg": 2911, "bg": 3257 }, + { "id": "end_piece", "fg": 2909, "bg": 3257 } ] }, { "id": "t_chainfence_v", - "fg": 2871, - "bg": 3222, + "fg": 2906, + "bg": 3257, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2872, "bg": 3222 }, - { "id": "edge", "fg": 2873, "bg": 3222 }, - { "id": "t_connection", "fg": 2875, "bg": 3222 }, - { "id": "center", "fg": 2871, "bg": 3222 }, - { "id": "unconnected", "fg": 2876, "bg": 3222 }, - { "id": "end_piece", "fg": 2874, "bg": 3222 } + { "id": "corner", "fg": 2907, "bg": 3257 }, + { "id": "edge", "fg": 2908, "bg": 3257 }, + { "id": "t_connection", "fg": 2910, "bg": 3257 }, + { "id": "center", "fg": 2906, "bg": 3257 }, + { "id": "unconnected", "fg": 2911, "bg": 3257 }, + { "id": "end_piece", "fg": 2909, "bg": 3257 } ] }, - { "id": "t_chaingate_c", "fg": 2878, "bg": 3222, "rotates": false }, - { "id": "t_chaingate_l", "fg": 2878, "bg": 3222, "rotates": false }, - { "id": "t_chaingate_o", "fg": 2879, "bg": 3222, "rotates": false }, - { "id": [ "t_claymound", "t_clay" ], "fg": 3233, "bg": 3339 }, - { "id": [ "t_claymound_season_autumn", "t_clay_season_autumn" ], "fg": 3233, "bg": 3343 }, - { "id": [ "t_claymound_season_summer", "t_clay_season_summer" ], "fg": 3233, "bg": 3347 }, - { "id": "t_column", "fg": 2880, "rotates": false }, - { "id": "t_concrete", "fg": 3229, "rotates": false }, - { "id": "t_concrete_floor", "fg": 3229, "rotates": false }, + { "id": "t_chaingate_c", "fg": 2913, "bg": 3257, "rotates": false }, + { "id": "t_chaingate_l", "fg": 2913, "bg": 3257, "rotates": false }, + { "id": "t_chaingate_o", "fg": 2914, "bg": 3257, "rotates": false }, + { "id": [ "t_claymound", "t_clay" ], "fg": 3268, "bg": 3374 }, + { "id": [ "t_claymound_season_autumn", "t_clay_season_autumn" ], "fg": 3268, "bg": 3378 }, + { "id": [ "t_claymound_season_summer", "t_clay_season_summer" ], "fg": 3268, "bg": 3382 }, + { "id": "t_column", "fg": 2915, "rotates": false }, + { "id": "t_concrete", "fg": 3264, "rotates": false }, + { "id": "t_concrete_floor", "fg": 3264, "rotates": false }, { "id": [ "t_concrete_wall", "t_secretdoor_concrete_wall_c", "t_sliding_concrete_wall_c" ], - "fg": 2881, - "bg": 3229, + "fg": 2916, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2881, "bg": 3229 }, - { "id": "corner", "fg": 2882, "bg": 3229 }, - { "id": "edge", "fg": 2883, "bg": 3229 }, - { "id": "t_connection", "fg": 2885, "bg": 3229 }, - { "id": "end_piece", "fg": 2884, "bg": 3229 }, - { "id": "unconnected", "fg": 2886, "bg": 3229 } + { "id": "center", "fg": 2916, "bg": 3264 }, + { "id": "corner", "fg": 2917, "bg": 3264 }, + { "id": "edge", "fg": 2918, "bg": 3264 }, + { "id": "t_connection", "fg": 2920, "bg": 3264 }, + { "id": "end_piece", "fg": 2919, "bg": 3264 }, + { "id": "unconnected", "fg": 2921, "bg": 3264 } ] }, - { "id": "t_console", "fg": 2887, "rotates": false }, - { "id": [ "t_console_broken", "t_sliding_concrete_wall_control" ], "fg": 2888, "rotates": false }, + { "id": "t_console", "fg": 2922, "rotates": false }, + { "id": [ "t_console_broken", "t_sliding_concrete_wall_control" ], "fg": 2923, "rotates": false }, { "id": "t_conveyor", - "fg": 2889, - "bg": 3229, + "fg": 2924, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "edge", "fg": 2889 }, - { "id": "end_piece", "fg": 2889 }, - { "id": "corner", "fg": 2890 }, - { "id": "t_connection", "fg": 2891 } + { "id": "edge", "fg": 2924 }, + { "id": "end_piece", "fg": 2924 }, + { "id": "corner", "fg": 2925 }, + { "id": "t_connection", "fg": 2926 } ] }, - { "id": "t_covered_well", "fg": 2892, "bg": 3229, "rotates": false }, - { "id": "t_current_trans", "fg": 2893, "bg": 3229, "rotates": false }, - { "id": "t_curtains", "fg": 2894, "rotates": false }, + { "id": "t_covered_well", "fg": 2927, "bg": 3264, "rotates": false }, + { "id": "t_current_trans", "fg": 2928, "bg": 3264, "rotates": false }, + { "id": "t_curtains", "fg": 2929, "rotates": false }, { "id": "t_cvdbody", - "fg": 2895, + "fg": 2930, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2896, "bg": 3222 }, - { "id": "t_connection", "fg": 2898, "bg": 3222 }, - { "id": "end_piece", "fg": 2897, "bg": 3222 }, - { "id": "unconnected", "fg": 2895 }, - { "id": "edge", "fg": 2895 }, - { "id": "center", "fg": 2895 } + { "id": "corner", "fg": 2931, "bg": 3257 }, + { "id": "t_connection", "fg": 2933, "bg": 3257 }, + { "id": "end_piece", "fg": 2932, "bg": 3257 }, + { "id": "unconnected", "fg": 2930 }, + { "id": "edge", "fg": 2930 }, + { "id": "center", "fg": 2930 } ] }, - { "id": "t_cvdmachine", "fg": 2899, "bg": 3222 }, - { "id": "t_diesel_pump", "fg": 2900, "bg": 3222 }, - { "id": "t_diesel_pump_smashed", "fg": 2901, "bg": 3222, "rotates": false }, - { "id": "t_dirtfloor", "fg": 3223, "rotates": false }, - { "id": [ "t_dirtmound", "t_dirtmoundfloor" ], "fg": 3236, "bg": 2852, "rotates": false }, - { "id": "t_door_b_peep", "fg": 3726, "rotates": false }, + { "id": "t_cvdmachine", "fg": 2934, "bg": 3257 }, + { "id": "t_diesel_pump", "fg": 2935, "bg": 3257 }, + { "id": "t_diesel_pump_smashed", "fg": 2936, "bg": 3257, "rotates": false }, + { "id": "t_dirtfloor", "fg": 3258, "rotates": false }, + { "id": [ "t_dirtmound", "t_dirtmoundfloor" ], "fg": 3271, "bg": 2887, "rotates": false }, + { "id": "t_door_b_peep", "fg": 3761, "rotates": false }, { "id": [ "t_door_b", "t_door_lab_b", "t_door_red_b", "t_door_green_b", "t_door_white_b", "t_door_gray_b" ], - "fg": 3728, + "fg": 3763, "rotates": false }, - { "id": "t_door_bar_c", "fg": 2902, "bg": 3229, "rotates": false }, - { "id": "t_door_bar_locked", "fg": 2902, "bg": 3229, "rotates": false }, - { "id": "t_door_bar_o", "fg": 2903, "bg": 3229, "rotates": false }, - { "id": "t_door_boarded", "fg": 2904, "rotates": false }, - { "id": "t_door_boarded_damaged", "fg": 2905, "rotates": false }, - { "id": "t_door_boarded_damaged_peep", "fg": 2906, "rotates": false }, - { "id": "t_door_boarded_peep", "fg": 2907, "rotates": false }, - { "id": "t_door_c_peep", "fg": 3725, "rotates": false }, + { "id": "t_door_bar_c", "fg": 2937, "bg": 3264, "rotates": false }, + { "id": "t_door_bar_locked", "fg": 2937, "bg": 3264, "rotates": false }, + { "id": "t_door_bar_o", "fg": 2938, "bg": 3264, "rotates": false }, + { "id": "t_door_boarded", "fg": 2939, "rotates": false }, + { "id": "t_door_boarded_damaged", "fg": 2940, "rotates": false }, + { "id": "t_door_boarded_damaged_peep", "fg": 2941, "rotates": false }, + { "id": "t_door_boarded_peep", "fg": 2942, "rotates": false }, + { "id": "t_door_c_peep", "fg": 3760, "rotates": false }, { "id": [ "t_door_c", "t_door_lab_c", "t_door_red_c", "t_door_green_c", "t_door_white_c", "t_door_gray_c" ], - "fg": 3727, + "fg": 3762, "rotates": false }, - { "id": "t_door_curtain_c", "fg": 2908, "rotates": false }, - { "id": "t_door_curtain_o", "fg": 2909, "rotates": false }, - { "id": "t_door_frame", "fg": 2910, "bg": 3224, "rotates": false }, + { "id": "t_door_curtain_c", "fg": 2943, "rotates": false }, + { "id": "t_door_curtain_o", "fg": 2944, "rotates": false }, + { "id": "t_door_frame", "fg": 2945, "bg": 3259, "rotates": false }, { "id": [ "t_door_glass_c", @@ -3609,78 +3617,78 @@ "t_door_glass_white_c", "t_door_glass_gray_c" ], - "fg": 2911, + "fg": 2946, "rotates": false }, - { "id": "t_door_glass_gray_o", "fg": 2912, "bg": 2959, "rotates": false }, - { "id": "t_door_glass_green_o", "fg": 2912, "bg": 2867, "rotates": false }, - { "id": [ "t_door_glass_lab_o", "t_door_glass_frosted_lab_o" ], "fg": 2912, "bg": 3229, "rotates": false }, - { "id": [ "t_door_glass_o", "t_door_glass_frosted_o" ], "fg": 2912, "bg": 3224, "rotates": false }, - { "id": "t_door_glass_red_o", "fg": 2912, "bg": 2869, "rotates": false }, - { "id": "t_door_glass_white_o", "fg": 2912, "bg": 2960, "rotates": false }, - { "id": "t_door_gray_frame", "fg": 2910, "bg": 2959, "rotates": false }, - { "id": "t_door_gray_o", "fg": 2919, "bg": 2959, "rotates": false }, - { "id": "t_door_green_frame", "fg": 2910, "bg": 2867, "rotates": false }, - { "id": "t_door_green_o", "fg": 2919, "bg": 2867, "rotates": false }, - { "id": "t_door_lab_frame", "fg": 2910, "bg": 3229, "rotates": false }, - { "id": "t_door_lab_o", "fg": 2919, "bg": 3229, "rotates": false }, - { "id": "t_door_locked", "fg": 3727, "rotates": false }, - { "id": "t_door_locked_alarm", "fg": 3727, "rotates": false }, - { "id": "t_door_locked_interior", "fg": 3727, "rotates": false }, - { "id": "t_door_locked_peep", "fg": 3725 }, - { "id": "t_door_makeshift_c", "fg": 2913, "rotates": false }, - { "id": "t_door_makeshift_o", "fg": 2914, "bg": 3224, "rotates": false }, - { "id": "t_door_metal_c_peep", "fg": 2916, "rotates": false }, - { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 2915, "rotates": true }, - { "id": "t_door_metal_locked", "fg": 2915, "rotates": false }, - { "id": "t_door_metal_o_peep", "fg": 2917, "bg": 3229, "rotates": false }, - { "id": [ "t_door_metal_o", "t_door_metal_lab_o" ], "fg": 2917, "bg": 3229, "rotates": false }, - { "id": "t_door_metal_pickable", "fg": 2918 }, - { "id": "t_door_o", "fg": 2919, "bg": 3224, "rotates": false }, - { "id": "t_door_o_peep", "fg": 2919, "bg": 3224 }, - { "id": "t_door_red_frame", "fg": 2910, "bg": 2869, "rotates": false }, - { "id": "t_door_red_o", "fg": 2919, "bg": 2869, "rotates": false }, - { "id": "t_door_white_frame", "fg": 2910, "bg": 2960, "rotates": false }, - { "id": "t_door_white_o", "fg": 2919, "bg": 2960, "rotates": false }, - { "id": "t_elevator", "fg": 2920, "rotates": false }, - { "id": "t_elevator_control", "fg": 2887, "rotates": false }, - { "id": "t_elevator_control_off", "fg": 2888, "rotates": false }, - { "id": "t_emergency_light", "bg": 3229, "rotates": false }, - { "id": "t_emergency_light_flicker", "bg": 3229, "rotates": false }, - { "id": "t_fault", "fg": 2921, "rotates": false }, - { "id": "t_fence_barbed", "fg": 2924, "bg": 3339, "rotates": false }, - { "id": "t_fence_barbed_season_autumn", "fg": 2924, "bg": 3343 }, - { "id": "t_fence_barbed_season_summer", "fg": 2924, "bg": 3347 }, - { "id": "t_fence_barbed_season_winter", "fg": 2924, "bg": 3296 }, - { "id": "t_fence_post", "fg": 2925, "bg": 3339, "rotates": false }, - { "id": "t_fence_post_season_autumn", "fg": 2925, "bg": 3343 }, - { "id": "t_fence_post_season_summer", "fg": 2925, "bg": 3347 }, - { "id": "t_fence_post_season_winter", "fg": 2925, "bg": 3296 }, - { "id": [ "t_fence_season_autumn" ], "fg": 2926, "bg": 3343 }, - { "id": [ "t_fence_season_summer", "t_fence_h_season_summer" ], "fg": 2926, "bg": 3347 }, - { "id": [ "t_fence_season_winter", "t_fence_h_season_winter" ], "fg": 2926, "bg": 3296 }, - { "id": [ "t_fence", "t_fence_h" ], "fg": 2926, "bg": 3339, "rotates": true }, - { "id": "t_fence_v", "fg": 2926, "bg": 3339 }, - { "id": "t_fence_v_season_autumn", "fg": 2926, "bg": 3343 }, - { "id": "t_fence_v_season_summer", "fg": 2926, "bg": 3347 }, - { "id": "t_fence_v_season_winter", "fg": 2926, "bg": 3296 }, - { "id": "t_fence_wire", "fg": 2927, "bg": 3339, "rotates": false }, - { "id": "t_fence_wire_season_autumn", "fg": 2927, "bg": 3343 }, - { "id": "t_fence_wire_season_summer", "fg": 2927, "bg": 3347 }, - { "id": "t_fence_wire_season_winter", "fg": 2927, "bg": 3296 }, - { "id": "t_fencegate_c", "fg": 2922, "bg": 3339, "rotates": false }, - { "id": "t_fencegate_c_season_autumn", "fg": 2922, "bg": 3343 }, - { "id": "t_fencegate_c_season_summer", "fg": 2922, "bg": 3347 }, - { "id": "t_fencegate_c_season_winter", "fg": 2922, "bg": 3296 }, - { "id": "t_fencegate_o", "fg": 2923, "bg": 3339, "rotates": false }, - { "id": "t_fencegate_o_season_autumn", "fg": 2923, "bg": 3343 }, - { "id": "t_fencegate_o_season_summer", "fg": 2923, "bg": 3347 }, - { "id": "t_fencegate_o_season_winter", "fg": 2923, "bg": 3296 }, - { "id": "t_flat_roof", "bg": 3225, "rotates": false }, - { "id": "t_floor_blue", "fg": 3237, "rotates": false }, - { "id": "t_floor_green", "fg": 3238, "rotates": false }, - { "id": "t_floor_olight", "fg": 3239, "rotates": false }, - { "id": "t_floor_red", "fg": 3240, "rotates": false }, + { "id": "t_door_glass_gray_o", "fg": 2947, "bg": 2994, "rotates": false }, + { "id": "t_door_glass_green_o", "fg": 2947, "bg": 2902, "rotates": false }, + { "id": [ "t_door_glass_lab_o", "t_door_glass_frosted_lab_o" ], "fg": 2947, "bg": 3264, "rotates": false }, + { "id": [ "t_door_glass_o", "t_door_glass_frosted_o" ], "fg": 2947, "bg": 3259, "rotates": false }, + { "id": "t_door_glass_red_o", "fg": 2947, "bg": 2904, "rotates": false }, + { "id": "t_door_glass_white_o", "fg": 2947, "bg": 2995, "rotates": false }, + { "id": "t_door_gray_frame", "fg": 2945, "bg": 2994, "rotates": false }, + { "id": "t_door_gray_o", "fg": 2954, "bg": 2994, "rotates": false }, + { "id": "t_door_green_frame", "fg": 2945, "bg": 2902, "rotates": false }, + { "id": "t_door_green_o", "fg": 2954, "bg": 2902, "rotates": false }, + { "id": "t_door_lab_frame", "fg": 2945, "bg": 3264, "rotates": false }, + { "id": "t_door_lab_o", "fg": 2954, "bg": 3264, "rotates": false }, + { "id": "t_door_locked", "fg": 3762, "rotates": false }, + { "id": "t_door_locked_alarm", "fg": 3762, "rotates": false }, + { "id": "t_door_locked_interior", "fg": 3762, "rotates": false }, + { "id": "t_door_locked_peep", "fg": 3760 }, + { "id": "t_door_makeshift_c", "fg": 2948, "rotates": false }, + { "id": "t_door_makeshift_o", "fg": 2949, "bg": 3259, "rotates": false }, + { "id": "t_door_metal_c_peep", "fg": 2951, "rotates": false }, + { "id": [ "t_door_metal_c", "t_door_metal_lab_c" ], "fg": 2950, "rotates": true }, + { "id": "t_door_metal_locked", "fg": 2950, "rotates": false }, + { "id": "t_door_metal_o_peep", "fg": 2952, "bg": 3264, "rotates": false }, + { "id": [ "t_door_metal_o", "t_door_metal_lab_o" ], "fg": 2952, "bg": 3264, "rotates": false }, + { "id": "t_door_metal_pickable", "fg": 2953 }, + { "id": "t_door_o", "fg": 2954, "bg": 3259, "rotates": false }, + { "id": "t_door_o_peep", "fg": 2954, "bg": 3259 }, + { "id": "t_door_red_frame", "fg": 2945, "bg": 2904, "rotates": false }, + { "id": "t_door_red_o", "fg": 2954, "bg": 2904, "rotates": false }, + { "id": "t_door_white_frame", "fg": 2945, "bg": 2995, "rotates": false }, + { "id": "t_door_white_o", "fg": 2954, "bg": 2995, "rotates": false }, + { "id": "t_elevator", "fg": 2955, "rotates": false }, + { "id": "t_elevator_control", "fg": 2922, "rotates": false }, + { "id": "t_elevator_control_off", "fg": 2923, "rotates": false }, + { "id": "t_emergency_light", "bg": 3264, "rotates": false }, + { "id": "t_emergency_light_flicker", "bg": 3264, "rotates": false }, + { "id": "t_fault", "fg": 2956, "rotates": false }, + { "id": "t_fence_barbed", "fg": 2959, "bg": 3374, "rotates": false }, + { "id": "t_fence_barbed_season_autumn", "fg": 2959, "bg": 3378 }, + { "id": "t_fence_barbed_season_summer", "fg": 2959, "bg": 3382 }, + { "id": "t_fence_barbed_season_winter", "fg": 2959, "bg": 3331 }, + { "id": "t_fence_post", "fg": 2960, "bg": 3374, "rotates": false }, + { "id": "t_fence_post_season_autumn", "fg": 2960, "bg": 3378 }, + { "id": "t_fence_post_season_summer", "fg": 2960, "bg": 3382 }, + { "id": "t_fence_post_season_winter", "fg": 2960, "bg": 3331 }, + { "id": [ "t_fence_season_autumn" ], "fg": 2961, "bg": 3378 }, + { "id": [ "t_fence_season_summer", "t_fence_h_season_summer" ], "fg": 2961, "bg": 3382 }, + { "id": [ "t_fence_season_winter", "t_fence_h_season_winter" ], "fg": 2961, "bg": 3331 }, + { "id": [ "t_fence", "t_fence_h" ], "fg": 2961, "bg": 3374, "rotates": true }, + { "id": "t_fence_v", "fg": 2961, "bg": 3374 }, + { "id": "t_fence_v_season_autumn", "fg": 2961, "bg": 3378 }, + { "id": "t_fence_v_season_summer", "fg": 2961, "bg": 3382 }, + { "id": "t_fence_v_season_winter", "fg": 2961, "bg": 3331 }, + { "id": "t_fence_wire", "fg": 2962, "bg": 3374, "rotates": false }, + { "id": "t_fence_wire_season_autumn", "fg": 2962, "bg": 3378 }, + { "id": "t_fence_wire_season_summer", "fg": 2962, "bg": 3382 }, + { "id": "t_fence_wire_season_winter", "fg": 2962, "bg": 3331 }, + { "id": "t_fencegate_c", "fg": 2957, "bg": 3374, "rotates": false }, + { "id": "t_fencegate_c_season_autumn", "fg": 2957, "bg": 3378 }, + { "id": "t_fencegate_c_season_summer", "fg": 2957, "bg": 3382 }, + { "id": "t_fencegate_c_season_winter", "fg": 2957, "bg": 3331 }, + { "id": "t_fencegate_o", "fg": 2958, "bg": 3374, "rotates": false }, + { "id": "t_fencegate_o_season_autumn", "fg": 2958, "bg": 3378 }, + { "id": "t_fencegate_o_season_summer", "fg": 2958, "bg": 3382 }, + { "id": "t_fencegate_o_season_winter", "fg": 2958, "bg": 3331 }, + { "id": "t_flat_roof", "bg": 3260, "rotates": false }, + { "id": "t_floor_blue", "fg": 3272, "rotates": false }, + { "id": "t_floor_green", "fg": 3273, "rotates": false }, + { "id": "t_floor_olight", "fg": 3274, "rotates": false }, + { "id": "t_floor_red", "fg": 3275, "rotates": false }, { "id": [ "t_floor", @@ -3689,2271 +3697,2271 @@ "t_secretdoor_concrete_wall_o", "t_secretdoor_bookcase_o" ], - "bg": 3224, + "bg": 3259, "rotates": false }, - { "id": "t_floor_wax", "fg": 2928 }, - { "id": "t_floor_waxed", "fg": 2929, "rotates": false }, - { "id": "t_floor_waxed_y", "fg": 3221, "rotates": false }, + { "id": "t_floor_wax", "fg": 2963 }, + { "id": "t_floor_waxed", "fg": 2964, "rotates": false }, + { "id": "t_floor_waxed_y", "fg": 3256, "rotates": false }, { "id": "t_fungus", "bg": 1230, "rotates": false }, - { "id": "t_fungus_floor_in", "bg": 3226, "rotates": false }, - { "id": "t_fungus_floor_out", "bg": 3227, "rotates": false }, - { "id": "t_fungus_floor_sup", "bg": 3228, "rotates": false }, - { "id": "t_fungus_mound", "fg": 2930, "bg": 1230, "rotates": false }, + { "id": "t_fungus_floor_in", "bg": 3261, "rotates": false }, + { "id": "t_fungus_floor_out", "bg": 3262, "rotates": false }, + { "id": "t_fungus_floor_sup", "bg": 3263, "rotates": false }, + { "id": "t_fungus_mound", "fg": 2965, "bg": 1230, "rotates": false }, { "id": "t_fungus_wall", - "fg": 2931, - "bg": 3228, + "fg": 2966, + "bg": 3263, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2932, "bg": 3228 }, - { "id": "corner", "fg": 2933, "bg": 3228 }, - { "id": "edge", "fg": 2934, "bg": 3228 }, - { "id": "t_connection", "fg": 2936, "bg": 3228 }, - { "id": "end_piece", "fg": 2935, "bg": 3228 }, - { "id": "unconnected", "fg": 2931, "bg": 3228 } + { "id": "center", "fg": 2967, "bg": 3263 }, + { "id": "corner", "fg": 2968, "bg": 3263 }, + { "id": "edge", "fg": 2969, "bg": 3263 }, + { "id": "t_connection", "fg": 2971, "bg": 3263 }, + { "id": "end_piece", "fg": 2970, "bg": 3263 }, + { "id": "unconnected", "fg": 2966, "bg": 3263 } ] }, { "id": "t_fungus_wall_transformed", - "fg": 2973, - "bg": 2932, - "multitile": true, - "additional_tiles": [ - { "id": "corner", "fg": 2989, "bg": 2932 }, - { "id": "edge", "fg": 2990, "bg": 2932 }, - { "id": "t_connection", "fg": 2992, "bg": 2932 }, - { "id": "center", "fg": 2988, "bg": 2932 }, - { "id": "end_piece", "fg": 2991, "bg": 2932 }, - { "id": "unconnected", "fg": 2973, "bg": 2932 } - ] - }, - { "id": "t_gas_pump", "fg": 2937, "bg": 3222, "rotates": false }, - { "id": "t_gas_pump_a", "fg": 2937, "bg": 3222 }, - { "id": "t_gas_pump_smashed", "fg": 2938, "bg": 3222, "rotates": false }, - { "id": "t_gas_tank", "fg": 2939, "bg": 3222 }, - { "id": "t_gates_control_brick", "fg": 3242, "rotates": false }, - { "id": "t_gates_control_brick_lab", "fg": 3243, "rotates": false }, - { "id": "t_gates_control_concrete", "fg": 3244, "rotates": false }, - { "id": "t_gates_control_concrete_lab", "fg": 3245, "rotates": false }, - { "id": "t_gates_control_metal", "fg": 3246, "rotates": false }, - { "id": "t_gates_control_metal_lab", "fg": 3247, "rotates": false }, - { "id": "t_gates_mech_control", "fg": 3248, "bg": 2970, "rotates": false }, - { "id": "t_gates_mech_control_lab", "fg": 3249, "bg": 2970, "rotates": false }, + "fg": 3008, + "bg": 2967, + "multitile": true, + "additional_tiles": [ + { "id": "corner", "fg": 3024, "bg": 2967 }, + { "id": "edge", "fg": 3025, "bg": 2967 }, + { "id": "t_connection", "fg": 3027, "bg": 2967 }, + { "id": "center", "fg": 3023, "bg": 2967 }, + { "id": "end_piece", "fg": 3026, "bg": 2967 }, + { "id": "unconnected", "fg": 3008, "bg": 2967 } + ] + }, + { "id": "t_gas_pump", "fg": 2972, "bg": 3257, "rotates": false }, + { "id": "t_gas_pump_a", "fg": 2972, "bg": 3257 }, + { "id": "t_gas_pump_smashed", "fg": 2973, "bg": 3257, "rotates": false }, + { "id": "t_gas_tank", "fg": 2974, "bg": 3257 }, + { "id": "t_gates_control_brick", "fg": 3277, "rotates": false }, + { "id": "t_gates_control_brick_lab", "fg": 3278, "rotates": false }, + { "id": "t_gates_control_concrete", "fg": 3279, "rotates": false }, + { "id": "t_gates_control_concrete_lab", "fg": 3280, "rotates": false }, + { "id": "t_gates_control_metal", "fg": 3281, "rotates": false }, + { "id": "t_gates_control_metal_lab", "fg": 3282, "rotates": false }, + { "id": "t_gates_mech_control", "fg": 3283, "bg": 3005, "rotates": false }, + { "id": "t_gates_mech_control_lab", "fg": 3284, "bg": 3005, "rotates": false }, { "id": "t_generator_broken", - "fg": 2940, + "fg": 2975, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "t_connection", "fg": 2941 } ] + "additional_tiles": [ { "id": "t_connection", "fg": 2976 } ] }, - { "id": "t_grate", "fg": 2920, "rotates": false }, + { "id": "t_grate", "fg": 2955, "rotates": false }, { "id": "t_guardrail_bg_dp", - "fg": 3001, - "bg": 3229, + "fg": 3036, + "bg": 3264, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3002, "bg": 3229 }, - { "id": "center", "fg": 3001, "bg": 3229 }, - { "id": "end_piece", "fg": 3004, "bg": 3229 }, - { "id": "t_connection", "fg": 3005, "bg": 3229 }, - { "id": "unconnected", "fg": 3006, "bg": 3229 }, - { "id": "edge", "fg": 3003, "bg": 3229 } + { "id": "corner", "fg": 3037, "bg": 3264 }, + { "id": "center", "fg": 3036, "bg": 3264 }, + { "id": "end_piece", "fg": 3039, "bg": 3264 }, + { "id": "t_connection", "fg": 3040, "bg": 3264 }, + { "id": "unconnected", "fg": 3041, "bg": 3264 }, + { "id": "edge", "fg": 3038, "bg": 3264 } ] }, { "id": "t_hole", - "fg": 2943, + "fg": 2978, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 2943 }, - { "id": "center", "fg": 2944 }, - { "id": "corner", "fg": 2945 }, - { "id": "edge", "fg": 2946 }, - { "id": "end_piece", "fg": 2947 }, - { "id": "t_connection", "fg": 2948 } + { "id": "unconnected", "fg": 2978 }, + { "id": "center", "fg": 2979 }, + { "id": "corner", "fg": 2980 }, + { "id": "edge", "fg": 2981 }, + { "id": "end_piece", "fg": 2982 }, + { "id": "t_connection", "fg": 2983 } ] }, - { "id": "t_improvised_shelter", "fg": 2949, "bg": 3339, "rotates": false }, - { "id": "t_improvised_shelter_season_autumn", "fg": 2949, "bg": 3343, "rotates": false }, - { "id": "t_improvised_shelter_season_summer", "fg": 2949, "bg": 3347, "rotates": false }, - { "id": "t_improvised_shelter_season_winter", "fg": 2949, "bg": 3296, "rotates": false }, - { "id": "t_ind_assembler", "fg": 2950, "bg": 3225 }, - { "id": "t_ind_drill", "fg": 2951, "bg": 2851, "rotates": false }, - { "id": "t_ind_furnace", "fg": 2952, "bg": 3222, "rotates": false }, - { "id": "t_ind_lathe", "fg": 2953, "rotates": false }, - { "id": "t_ind_mixer", "fg": 2954, "bg": 2851, "rotates": false }, + { "id": "t_improvised_shelter", "fg": 2984, "bg": 3374, "rotates": false }, + { "id": "t_improvised_shelter_season_autumn", "fg": 2984, "bg": 3378, "rotates": false }, + { "id": "t_improvised_shelter_season_summer", "fg": 2984, "bg": 3382, "rotates": false }, + { "id": "t_improvised_shelter_season_winter", "fg": 2984, "bg": 3331, "rotates": false }, + { "id": "t_ind_assembler", "fg": 2985, "bg": 3260 }, + { "id": "t_ind_drill", "fg": 2986, "bg": 2886, "rotates": false }, + { "id": "t_ind_furnace", "fg": 2987, "bg": 3257, "rotates": false }, + { "id": "t_ind_lathe", "fg": 2988, "rotates": false }, + { "id": "t_ind_mixer", "fg": 2989, "bg": 2886, "rotates": false }, { "id": "t_ind_pipe", - "fg": 3067, - "bg": 3229, + "fg": 3102, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3068, "bg": 3229 }, - { "id": "corner", "fg": 3069, "bg": 3229 }, - { "id": "edge", "fg": 3070, "bg": 3229 }, - { "id": "t_connection", "fg": 3072, "bg": 3229 }, - { "id": "end_piece", "fg": 3071, "bg": 3229 }, - { "id": "unconnected", "fg": 3067, "bg": 3229 } - ] - }, - { "id": "t_ind_press", "fg": 2963 }, - { "id": "t_ladder_down", "fg": 2955, "bg": 3339, "rotates": false }, - { "id": "t_ladder_down_season_autumn", "fg": 2955, "bg": 3343 }, - { "id": "t_ladder_down_season_summer", "fg": 2955, "bg": 3347 }, - { "id": "t_ladder_down_season_winter", "fg": 2955, "bg": 3296 }, - { "id": "t_ladder_up", "fg": 2956, "bg": 3222, "rotates": false }, - { "id": "t_lava", "fg": 2957, "rotates": false }, - { "id": "t_lgtn_arrest", "fg": 2958, "bg": 3229, "rotates": false }, - { "id": "t_linoleum_gray", "fg": 2959, "rotates": false }, - { "id": "t_linoleum_white", "fg": 2960, "rotates": false }, - { "id": "t_little_column", "fg": 2961, "bg": 3222, "rotates": false }, - { "id": "t_low_stairs_begin", "fg": 3090, "rotates": false }, - { "id": "t_low_stairs_end", "fg": 2962, "bg": 3222, "rotates": false }, - { "id": "t_m_frame", "fg": 2980, "bg": 3222, "rotates": false }, - { "id": "t_machinery_electronic", "fg": 2964, "bg": 3229, "rotates": false }, - { "id": "t_machinery_heavy", "fg": 2963, "bg": 3229, "rotates": false }, - { "id": "t_machinery_light", "fg": 2964, "bg": 3229, "rotates": false }, - { "id": "t_machinery_old", "fg": 2965, "bg": 3229, "rotates": false }, - { "id": "t_manhole", "fg": 2966, "bg": 3222, "rotates": false }, - { "id": "t_manhole_cover", "fg": 2967, "bg": 3222, "rotates": false }, - { "id": "t_marloss", "fg": 2968, "bg": 1230, "rotates": false }, - { "id": "t_mdoor_frame", "fg": 2969, "bg": 3224, "rotates": false }, - { "id": "t_mdoor_lab_frame", "fg": 2969, "bg": 3229, "rotates": false }, - { "id": "t_metal", "fg": 3209, "bg": 3025, "rotates": false }, - { "id": "t_metal_floor", "fg": 2970, "rotates": false }, - { "id": "t_metal_floor_olight", "fg": 3250, "rotates": false }, - { "id": "t_milking_machine", "fg": 2964, "bg": 3229, "rotates": false }, + { "id": "center", "fg": 3103, "bg": 3264 }, + { "id": "corner", "fg": 3104, "bg": 3264 }, + { "id": "edge", "fg": 3105, "bg": 3264 }, + { "id": "t_connection", "fg": 3107, "bg": 3264 }, + { "id": "end_piece", "fg": 3106, "bg": 3264 }, + { "id": "unconnected", "fg": 3102, "bg": 3264 } + ] + }, + { "id": "t_ind_press", "fg": 2998 }, + { "id": "t_ladder_down", "fg": 2990, "bg": 3374, "rotates": false }, + { "id": "t_ladder_down_season_autumn", "fg": 2990, "bg": 3378 }, + { "id": "t_ladder_down_season_summer", "fg": 2990, "bg": 3382 }, + { "id": "t_ladder_down_season_winter", "fg": 2990, "bg": 3331 }, + { "id": "t_ladder_up", "fg": 2991, "bg": 3257, "rotates": false }, + { "id": "t_lava", "fg": 2992, "rotates": false }, + { "id": "t_lgtn_arrest", "fg": 2993, "bg": 3264, "rotates": false }, + { "id": "t_linoleum_gray", "fg": 2994, "rotates": false }, + { "id": "t_linoleum_white", "fg": 2995, "rotates": false }, + { "id": "t_little_column", "fg": 2996, "bg": 3257, "rotates": false }, + { "id": "t_low_stairs_begin", "fg": 3125, "rotates": false }, + { "id": "t_low_stairs_end", "fg": 2997, "bg": 3257, "rotates": false }, + { "id": "t_m_frame", "fg": 3015, "bg": 3257, "rotates": false }, + { "id": "t_machinery_electronic", "fg": 2999, "bg": 3264, "rotates": false }, + { "id": "t_machinery_heavy", "fg": 2998, "bg": 3264, "rotates": false }, + { "id": "t_machinery_light", "fg": 2999, "bg": 3264, "rotates": false }, + { "id": "t_machinery_old", "fg": 3000, "bg": 3264, "rotates": false }, + { "id": "t_manhole", "fg": 3001, "bg": 3257, "rotates": false }, + { "id": "t_manhole_cover", "fg": 3002, "bg": 3257, "rotates": false }, + { "id": "t_marloss", "fg": 3003, "bg": 1230, "rotates": false }, + { "id": "t_mdoor_frame", "fg": 3004, "bg": 3259, "rotates": false }, + { "id": "t_mdoor_lab_frame", "fg": 3004, "bg": 3264, "rotates": false }, + { "id": "t_metal", "fg": 3244, "bg": 3060, "rotates": false }, + { "id": "t_metal_floor", "fg": 3005, "rotates": false }, + { "id": "t_metal_floor_olight", "fg": 3285, "rotates": false }, + { "id": "t_milking_machine", "fg": 2999, "bg": 3264, "rotates": false }, { "id": "t_missile", - "fg": 2971, - "bg": 3222, + "fg": 3006, + "bg": 3257, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 2972, "bg": 3222 }, { "id": "center", "fg": 2971 }, { "id": "t_connection", "fg": 2976 } ] + "additional_tiles": [ { "id": "corner", "fg": 3007, "bg": 3257 }, { "id": "center", "fg": 3006 }, { "id": "t_connection", "fg": 3011 } ] }, { "id": "t_missile_exploded", - "bg": 3222, + "bg": 3257, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2974, "bg": 3222 }, - { "id": "center", "fg": 2973, "bg": 3229 }, - { "id": "t_connection", "fg": 2975 } + { "id": "corner", "fg": 3009, "bg": 3257 }, + { "id": "center", "fg": 3008, "bg": 3264 }, + { "id": "t_connection", "fg": 3010 } ] }, { "id": "t_monkey_bars", - "fg": 2977, - "bg": 3424, + "fg": 3012, + "bg": 3459, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2977, "bg": 3424 }, - { "id": "corner", "fg": 2978, "bg": 3424 }, - { "id": "t_connection", "fg": 2979, "bg": 3424 } + { "id": "center", "fg": 3012, "bg": 3459 }, + { "id": "corner", "fg": 3013, "bg": 3459 }, + { "id": "t_connection", "fg": 3014, "bg": 3459 } ] }, { "id": "t_monkey_bars_season_autumn", - "fg": 2977, - "bg": 3343, + "fg": 3012, + "bg": 3378, "multitile": true, "additional_tiles": [ - { "id": "edge", "bg": 3343 }, - { "id": "corner", "fg": 2978, "bg": 3343 }, - { "id": "center", "fg": 2977, "bg": 3343 }, - { "id": "t_connection", "fg": 2979, "bg": 3343 } + { "id": "edge", "bg": 3378 }, + { "id": "corner", "fg": 3013, "bg": 3378 }, + { "id": "center", "fg": 3012, "bg": 3378 }, + { "id": "t_connection", "fg": 3014, "bg": 3378 } ] }, { "id": "t_monkey_bars_season_summer", - "fg": 2977, - "bg": 3347, + "fg": 3012, + "bg": 3382, "multitile": true, "additional_tiles": [ - { "id": "edge", "bg": 3347 }, - { "id": "corner", "fg": 2978, "bg": 3347 }, - { "id": "center", "fg": 2977, "bg": 3347 }, - { "id": "t_connection", "fg": 2979, "bg": 3347 } + { "id": "edge", "bg": 3382 }, + { "id": "corner", "fg": 3013, "bg": 3382 }, + { "id": "center", "fg": 3012, "bg": 3382 }, + { "id": "t_connection", "fg": 3014, "bg": 3382 } ] }, { "id": "t_monkey_bars_season_winter", - "fg": 2977, - "bg": 3296, - "multitile": true, - "additional_tiles": [ - { "id": "edge", "bg": 3296 }, - { "id": "corner", "fg": 2978, "bg": 3296 }, - { "id": "center", "fg": 2977, "bg": 3296 }, - { "id": "t_connection", "fg": 2979, "bg": 3296 } - ] - }, - { "id": "t_oil_circ_brkr_l", "fg": 2981, "bg": 3229, "rotates": false }, - { "id": "t_oil_circ_brkr_s", "fg": 2982, "bg": 3229, "rotates": false }, - { "id": "t_open_air", "bg": 3230, "rotates": false }, - { "id": "t_open_air_rooved", "bg": 3230 }, - { "id": "t_ov_reb_cage", "fg": 2983, "bg": 3229 }, - { "id": "t_ov_smreb_cage", "fg": 2984, "rotates": false }, - { "id": "t_palisade", "fg": 2985, "bg": 3339 }, - { "id": "t_palisade_gate", "fg": 2986, "bg": 3339 }, - { "id": "t_palisade_gate_o", "fg": 2987, "bg": 3339 }, - { "id": "t_palisade_gate_o_season_autumn", "fg": 2987, "bg": 3343 }, - { "id": "t_palisade_gate_o_season_summer", "fg": 2987, "bg": 3347 }, - { "id": "t_palisade_gate_o_season_winter", "fg": 2987, "bg": 3296 }, - { "id": "t_palisade_gate_season_autumn", "fg": 2986, "bg": 3343 }, - { "id": "t_palisade_gate_season_summer", "fg": 2986, "bg": 3347 }, - { "id": "t_palisade_gate_season_winter", "fg": 2986, "bg": 3296 }, - { "id": "t_palisade_pulley", "fg": 2855, "bg": 3339, "rotates": false }, - { "id": "t_palisade_pulley_season_autumn", "fg": 2855, "bg": 3343 }, - { "id": "t_palisade_pulley_season_summer", "fg": 2855, "bg": 3347 }, - { "id": "t_palisade_pulley_season_winter", "fg": 2855, "bg": 3296 }, - { "id": "t_palisade_season_autumn", "fg": 2987, "bg": 3343 }, - { "id": "t_palisade_season_summer", "fg": 2987, "bg": 3347 }, - { "id": "t_palisade_season_winter", "fg": 2987, "bg": 3296 }, - { "id": "t_pavement", "bg": 3222, "rotates": false }, - { "id": "t_pavement_bg_dp", "bg": 3222 }, - { "id": "t_pavement_y", "fg": 2993, "bg": 3222, "rotates": false }, - { "id": "t_pavement_y_bg_dp", "fg": 2993, "bg": 3222 }, - { "id": "t_pedestal_temple", "fg": 2994, "bg": 3339, "rotates": false }, - { "id": "t_pedestal_wyrm", "fg": 2995, "bg": 3229 }, - { "id": "t_pit", "fg": 3251, "bg": 3339, "rotates": false }, - { "id": "t_pit_corpsed", "fg": 3252, "bg": 3339, "rotates": false }, - { "id": "t_pit_corpsed_season_autumn", "fg": 3252, "bg": 3343 }, - { "id": "t_pit_corpsed_season_summer", "fg": 3252, "bg": 3347 }, - { "id": "t_pit_corpsed_season_winter", "fg": 3252, "bg": 3296 }, - { "id": "t_pit_covered", "fg": 3253, "bg": 3339, "rotates": false }, - { "id": "t_pit_covered_season_autumn", "fg": 3253, "bg": 3343 }, - { "id": "t_pit_covered_season_summer", "fg": 3253, "bg": 3347 }, - { "id": "t_pit_covered_season_winter", "fg": 3254, "bg": 3296 }, - { "id": "t_pit_glass", "fg": 3255, "bg": 3339, "rotates": false }, - { "id": "t_pit_glass_covered", "fg": 3253, "bg": 3339 }, - { "id": "t_pit_glass_covered_season_autumn", "fg": 3253, "bg": 3343 }, - { "id": "t_pit_glass_covered_season_summer", "fg": 3253, "bg": 3347 }, - { "id": "t_pit_glass_covered_season_winter", "fg": 3254, "bg": 3296 }, - { "id": "t_pit_glass_season_autumn", "fg": 3255, "bg": 3343, "rotates": false }, - { "id": "t_pit_glass_season_summer", "fg": 3255, "bg": 3347, "rotates": false }, - { "id": "t_pit_glass_season_winter", "fg": 3255, "bg": 3296, "rotates": false }, - { "id": "t_pit_season_autumn", "fg": 3251, "bg": 3343 }, - { "id": "t_pit_season_summer", "fg": 3251, "bg": 3347 }, - { "id": "t_pit_season_winter", "fg": 3251, "bg": 3296 }, - { "id": "t_pit_shallow", "fg": 3256, "bg": 3339, "rotates": false }, - { "id": "t_pit_shallow_season_autumn", "fg": 3256, "bg": 3343 }, - { "id": "t_pit_shallow_season_summer", "fg": 3256, "bg": 3347 }, - { "id": "t_pit_shallow_season_winter", "fg": 3257, "bg": 3296 }, - { "id": "t_pit_spiked", "fg": 3258, "bg": 3339, "rotates": false }, - { "id": "t_pit_spiked_covered", "fg": 3253, "bg": 3339, "rotates": false }, - { "id": "t_pit_spiked_covered_season_autumn", "fg": 3253, "bg": 3343 }, - { "id": "t_pit_spiked_covered_season_summer", "fg": 3253, "bg": 3347 }, - { "id": "t_pit_spiked_covered_season_winter", "fg": 3254, "bg": 3296 }, - { "id": "t_pit_spiked_season_autumn", "fg": 3258, "bg": 3343 }, - { "id": "t_pit_spiked_season_summer", "fg": 3258, "bg": 3347 }, - { "id": "t_pit_spiked_season_winter", "fg": 3258, "bg": 3296 }, - { "id": "t_plut_generator", "fg": 2996, "bg": 3229 }, - { "id": "t_portcullis", "fg": 2997, "bg": 3225 }, - { "id": "t_potential_trans", "fg": 2998, "bg": 3229, "rotates": false }, - { "id": "t_radio_controls", "fg": 2888, "rotates": false }, + "fg": 3012, + "bg": 3331, + "multitile": true, + "additional_tiles": [ + { "id": "edge", "bg": 3331 }, + { "id": "corner", "fg": 3013, "bg": 3331 }, + { "id": "center", "fg": 3012, "bg": 3331 }, + { "id": "t_connection", "fg": 3014, "bg": 3331 } + ] + }, + { "id": "t_oil_circ_brkr_l", "fg": 3016, "bg": 3264, "rotates": false }, + { "id": "t_oil_circ_brkr_s", "fg": 3017, "bg": 3264, "rotates": false }, + { "id": "t_open_air", "bg": 3265, "rotates": false }, + { "id": "t_open_air_rooved", "bg": 3265 }, + { "id": "t_ov_reb_cage", "fg": 3018, "bg": 3264 }, + { "id": "t_ov_smreb_cage", "fg": 3019, "rotates": false }, + { "id": "t_palisade", "fg": 3020, "bg": 3374 }, + { "id": "t_palisade_gate", "fg": 3021, "bg": 3374 }, + { "id": "t_palisade_gate_o", "fg": 3022, "bg": 3374 }, + { "id": "t_palisade_gate_o_season_autumn", "fg": 3022, "bg": 3378 }, + { "id": "t_palisade_gate_o_season_summer", "fg": 3022, "bg": 3382 }, + { "id": "t_palisade_gate_o_season_winter", "fg": 3022, "bg": 3331 }, + { "id": "t_palisade_gate_season_autumn", "fg": 3021, "bg": 3378 }, + { "id": "t_palisade_gate_season_summer", "fg": 3021, "bg": 3382 }, + { "id": "t_palisade_gate_season_winter", "fg": 3021, "bg": 3331 }, + { "id": "t_palisade_pulley", "fg": 2890, "bg": 3374, "rotates": false }, + { "id": "t_palisade_pulley_season_autumn", "fg": 2890, "bg": 3378 }, + { "id": "t_palisade_pulley_season_summer", "fg": 2890, "bg": 3382 }, + { "id": "t_palisade_pulley_season_winter", "fg": 2890, "bg": 3331 }, + { "id": "t_palisade_season_autumn", "fg": 3022, "bg": 3378 }, + { "id": "t_palisade_season_summer", "fg": 3022, "bg": 3382 }, + { "id": "t_palisade_season_winter", "fg": 3022, "bg": 3331 }, + { "id": "t_pavement", "bg": 3257, "rotates": false }, + { "id": "t_pavement_bg_dp", "bg": 3257 }, + { "id": "t_pavement_y", "fg": 3028, "bg": 3257, "rotates": false }, + { "id": "t_pavement_y_bg_dp", "fg": 3028, "bg": 3257 }, + { "id": "t_pedestal_temple", "fg": 3029, "bg": 3374, "rotates": false }, + { "id": "t_pedestal_wyrm", "fg": 3030, "bg": 3264 }, + { "id": "t_pit", "fg": 3286, "bg": 3374, "rotates": false }, + { "id": "t_pit_corpsed", "fg": 3287, "bg": 3374, "rotates": false }, + { "id": "t_pit_corpsed_season_autumn", "fg": 3287, "bg": 3378 }, + { "id": "t_pit_corpsed_season_summer", "fg": 3287, "bg": 3382 }, + { "id": "t_pit_corpsed_season_winter", "fg": 3287, "bg": 3331 }, + { "id": "t_pit_covered", "fg": 3288, "bg": 3374, "rotates": false }, + { "id": "t_pit_covered_season_autumn", "fg": 3288, "bg": 3378 }, + { "id": "t_pit_covered_season_summer", "fg": 3288, "bg": 3382 }, + { "id": "t_pit_covered_season_winter", "fg": 3289, "bg": 3331 }, + { "id": "t_pit_glass", "fg": 3290, "bg": 3374, "rotates": false }, + { "id": "t_pit_glass_covered", "fg": 3288, "bg": 3374 }, + { "id": "t_pit_glass_covered_season_autumn", "fg": 3288, "bg": 3378 }, + { "id": "t_pit_glass_covered_season_summer", "fg": 3288, "bg": 3382 }, + { "id": "t_pit_glass_covered_season_winter", "fg": 3289, "bg": 3331 }, + { "id": "t_pit_glass_season_autumn", "fg": 3290, "bg": 3378, "rotates": false }, + { "id": "t_pit_glass_season_summer", "fg": 3290, "bg": 3382, "rotates": false }, + { "id": "t_pit_glass_season_winter", "fg": 3290, "bg": 3331, "rotates": false }, + { "id": "t_pit_season_autumn", "fg": 3286, "bg": 3378 }, + { "id": "t_pit_season_summer", "fg": 3286, "bg": 3382 }, + { "id": "t_pit_season_winter", "fg": 3286, "bg": 3331 }, + { "id": "t_pit_shallow", "fg": 3291, "bg": 3374, "rotates": false }, + { "id": "t_pit_shallow_season_autumn", "fg": 3291, "bg": 3378 }, + { "id": "t_pit_shallow_season_summer", "fg": 3291, "bg": 3382 }, + { "id": "t_pit_shallow_season_winter", "fg": 3292, "bg": 3331 }, + { "id": "t_pit_spiked", "fg": 3293, "bg": 3374, "rotates": false }, + { "id": "t_pit_spiked_covered", "fg": 3288, "bg": 3374, "rotates": false }, + { "id": "t_pit_spiked_covered_season_autumn", "fg": 3288, "bg": 3378 }, + { "id": "t_pit_spiked_covered_season_summer", "fg": 3288, "bg": 3382 }, + { "id": "t_pit_spiked_covered_season_winter", "fg": 3289, "bg": 3331 }, + { "id": "t_pit_spiked_season_autumn", "fg": 3293, "bg": 3378 }, + { "id": "t_pit_spiked_season_summer", "fg": 3293, "bg": 3382 }, + { "id": "t_pit_spiked_season_winter", "fg": 3293, "bg": 3331 }, + { "id": "t_plut_generator", "fg": 3031, "bg": 3264 }, + { "id": "t_portcullis", "fg": 3032, "bg": 3260 }, + { "id": "t_potential_trans", "fg": 3033, "bg": 3264, "rotates": false }, + { "id": "t_radio_controls", "fg": 2923, "rotates": false }, { "id": "t_radio_tower", - "fg": 2999, - "bg": 3222, + "fg": 3034, + "bg": 3257, "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3000, "bg": 3222 } ] + "additional_tiles": [ { "id": "center", "fg": 3035, "bg": 3257 } ] }, { "id": [ "t_railing", "t_railing_h" ], - "fg": 3001, - "bg": 3229, + "fg": 3036, + "bg": 3264, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3001, "bg": 3229 }, - { "id": "corner", "fg": 3002, "bg": 3229 }, - { "id": "edge", "fg": 3003, "bg": 3229 }, - { "id": "t_connection", "fg": 3005, "bg": 3229 }, - { "id": "end_piece", "fg": 3004, "bg": 3229 }, - { "id": "unconnected", "fg": 3006, "bg": 3229 } + { "id": "center", "fg": 3036, "bg": 3264 }, + { "id": "corner", "fg": 3037, "bg": 3264 }, + { "id": "edge", "fg": 3038, "bg": 3264 }, + { "id": "t_connection", "fg": 3040, "bg": 3264 }, + { "id": "end_piece", "fg": 3039, "bg": 3264 }, + { "id": "unconnected", "fg": 3041, "bg": 3264 } ] }, { "id": "t_railing_v", - "fg": 3001, - "bg": 3229, + "fg": 3036, + "bg": 3264, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3001, "bg": 3229 }, - { "id": "corner", "fg": 3002, "bg": 3229 }, - { "id": "edge", "fg": 3003, "bg": 3229 }, - { "id": "t_connection", "fg": 3005, "bg": 3229 }, - { "id": "end_piece", "fg": 3004, "bg": 3229 }, - { "id": "unconnected", "fg": 3006, "bg": 3229 } + { "id": "center", "fg": 3036, "bg": 3264 }, + { "id": "corner", "fg": 3037, "bg": 3264 }, + { "id": "edge", "fg": 3038, "bg": 3264 }, + { "id": "t_connection", "fg": 3040, "bg": 3264 }, + { "id": "end_piece", "fg": 3039, "bg": 3264 }, + { "id": "unconnected", "fg": 3041, "bg": 3264 } ] }, - { "id": "t_railroad_rubble", "bg": 3212, "rotates": true }, + { "id": "t_railroad_rubble", "bg": 3247, "rotates": true }, { "id": "t_railroad_tie", - "fg": [ 3218, 3219, 3218, 3219 ], + "fg": [ 3253, 3254, 3253, 3254 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "unconnected", "fg": 3212 } ] + "additional_tiles": [ { "id": "unconnected", "fg": 3247 } ] }, - { "id": "t_railroad_tie_h", "fg": 3219, "rotates": false }, - { "id": "t_railroad_tie_v", "fg": 3218, "rotates": false }, + { "id": "t_railroad_tie_h", "fg": 3254, "rotates": false }, + { "id": "t_railroad_tie_v", "fg": 3253, "rotates": false }, { "id": "t_railroad_track", - "fg": [ 3213, 3214, 3213, 3214 ], - "rotates": true, - "multitile": true, - "additional_tiles": [ { "id": "center", "fg": 3220 } ] - }, - { "id": "t_railroad_track_d", "fg": 3215, "bg": 3212, "rotates": true }, - { "id": "t_railroad_track_on_tie", "fg": [ 3217, 3216, 3217, 3216 ], "rotates": true }, - { "id": "t_raincatcher", "fg": 3007, "bg": 1122, "rotates": false }, - { "id": "t_rdoor_b", "fg": 3008, "bg": 3224, "rotates": false }, - { "id": "t_rdoor_boarded", "fg": 3009, "rotates": false }, - { "id": "t_rdoor_boarded_damaged", "fg": 3010, "rotates": false }, - { "id": "t_rdoor_c", "fg": 3011, "bg": 3224, "rotates": false }, - { "id": "t_rdoor_o", "fg": 3012, "bg": 3224, "rotates": false }, - { "id": "t_reb_cage", "fg": 3013, "bg": 3229 }, - { "id": "t_recycler", "fg": 3014, "bg": 3229, "rotates": false }, - { "id": "t_reinforced_door_glass_c", "fg": 3015, "bg": 3222 }, - { "id": "t_reinforced_door_glass_lab_c", "fg": 3015, "bg": 3229 }, - { "id": "t_reinforced_door_glass_lab_o", "fg": 3016, "bg": 3229 }, - { "id": "t_reinforced_door_glass_o", "fg": 3016, "bg": 3222 }, + "fg": [ 3248, 3249, 3248, 3249 ], + "rotates": true, + "multitile": true, + "additional_tiles": [ { "id": "center", "fg": 3255 } ] + }, + { "id": "t_railroad_track_d", "fg": 3250, "bg": 3247, "rotates": true }, + { "id": "t_railroad_track_on_tie", "fg": [ 3252, 3251, 3252, 3251 ], "rotates": true }, + { "id": "t_raincatcher", "fg": 3042, "bg": 1122, "rotates": false }, + { "id": "t_rdoor_b", "fg": 3043, "bg": 3259, "rotates": false }, + { "id": "t_rdoor_boarded", "fg": 3044, "rotates": false }, + { "id": "t_rdoor_boarded_damaged", "fg": 3045, "rotates": false }, + { "id": "t_rdoor_c", "fg": 3046, "bg": 3259, "rotates": false }, + { "id": "t_rdoor_o", "fg": 3047, "bg": 3259, "rotates": false }, + { "id": "t_reb_cage", "fg": 3048, "bg": 3264 }, + { "id": "t_recycler", "fg": 3049, "bg": 3264, "rotates": false }, + { "id": "t_reinforced_door_glass_c", "fg": 3050, "bg": 3257 }, + { "id": "t_reinforced_door_glass_lab_c", "fg": 3050, "bg": 3264 }, + { "id": "t_reinforced_door_glass_lab_o", "fg": 3051, "bg": 3264 }, + { "id": "t_reinforced_door_glass_o", "fg": 3051, "bg": 3257 }, { "id": "t_reinforced_glass", - "fg": 3017, - "bg": 3222, + "fg": 3052, + "bg": 3257, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3018, "bg": 3222 }, - { "id": "edge", "fg": 3019, "bg": 3222 }, - { "id": "t_connection", "fg": 3023, "bg": 3222 }, - { "id": "center", "fg": 3017, "bg": 3222 }, - { "id": "unconnected", "fg": 3024, "bg": 3222 }, - { "id": "end_piece", "fg": 3020, "bg": 3222 } + { "id": "corner", "fg": 3053, "bg": 3257 }, + { "id": "edge", "fg": 3054, "bg": 3257 }, + { "id": "t_connection", "fg": 3058, "bg": 3257 }, + { "id": "center", "fg": 3052, "bg": 3257 }, + { "id": "unconnected", "fg": 3059, "bg": 3257 }, + { "id": "end_piece", "fg": 3055, "bg": 3257 } ] }, - { "id": "t_reinforced_glass_shutter", "fg": 3021, "bg": 3222, "rotates": false }, - { "id": "t_reinforced_glass_shutter_open", "fg": 3022, "bg": 3222, "rotates": false }, + { "id": "t_reinforced_glass_shutter", "fg": 3056, "bg": 3257, "rotates": false }, + { "id": "t_reinforced_glass_shutter_open", "fg": 3057, "bg": 3257, "rotates": false }, { "id": "t_rock_blue", - "fg": 3116, + "fg": 3151, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3111 }, - { "id": "corner", "fg": 3112 }, - { "id": "edge", "fg": 3113 }, - { "id": "end_piece", "fg": 3114 }, - { "id": "t_connection", "fg": 3115 }, - { "id": "unconnected", "fg": 3116 } + { "id": "center", "fg": 3146 }, + { "id": "corner", "fg": 3147 }, + { "id": "edge", "fg": 3148 }, + { "id": "end_piece", "fg": 3149 }, + { "id": "t_connection", "fg": 3150 }, + { "id": "unconnected", "fg": 3151 } ] }, - { "id": "t_rock_floor", "bg": 3222, "rotates": false }, + { "id": "t_rock_floor", "bg": 3257, "rotates": false }, { "id": "t_rock_green", - "fg": 3131, + "fg": 3166, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3120 }, - { "id": "corner", "fg": 3127 }, - { "id": "edge", "fg": 3128 }, - { "id": "end_piece", "fg": 3129 }, - { "id": "t_connection", "fg": 3130 }, - { "id": "unconnected", "fg": 3131 } + { "id": "center", "fg": 3155 }, + { "id": "corner", "fg": 3162 }, + { "id": "edge", "fg": 3163 }, + { "id": "end_piece", "fg": 3164 }, + { "id": "t_connection", "fg": 3165 }, + { "id": "unconnected", "fg": 3166 } ] }, { "id": "t_rock_red", - "fg": 3168, + "fg": 3203, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3163 }, - { "id": "corner", "fg": 3164 }, - { "id": "edge", "fg": 3165 }, - { "id": "end_piece", "fg": 3166 }, - { "id": "t_connection", "fg": 3167 }, - { "id": "unconnected", "fg": 3168 } + { "id": "center", "fg": 3198 }, + { "id": "corner", "fg": 3199 }, + { "id": "edge", "fg": 3200 }, + { "id": "end_piece", "fg": 3201 }, + { "id": "t_connection", "fg": 3202 }, + { "id": "unconnected", "fg": 3203 } ] }, { "id": "t_rock_smooth", - "fg": 3029, + "fg": 3064, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3030 }, - { "id": "corner", "fg": 3031 }, - { "id": "edge", "fg": 3032 }, - { "id": "end_piece", "fg": 3033 }, - { "id": "t_connection", "fg": 3034 }, - { "id": "unconnected", "fg": 3035 } + { "id": "center", "fg": 3065 }, + { "id": "corner", "fg": 3066 }, + { "id": "edge", "fg": 3067 }, + { "id": "end_piece", "fg": 3068 }, + { "id": "t_connection", "fg": 3069 }, + { "id": "unconnected", "fg": 3070 } ] }, { "id": [ "t_rock", "t_border_rock" ], - "fg": 3025, + "fg": 3060, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3025 }, - { "id": "corner", "fg": 3026 }, - { "id": "edge", "fg": 3027 }, - { "id": "end_piece", "fg": 3028 }, - { "id": "t_connection", "fg": 3036 }, - { "id": "unconnected", "fg": 3037 } + { "id": "center", "fg": 3060 }, + { "id": "corner", "fg": 3061 }, + { "id": "edge", "fg": 3062 }, + { "id": "end_piece", "fg": 3063 }, + { "id": "t_connection", "fg": 3071 }, + { "id": "unconnected", "fg": 3072 } ] }, { "id": "t_rock_wall", - "fg": 2973, - "bg": 3231, + "fg": 3008, + "bg": 3266, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2989, "bg": 3231 }, - { "id": "center", "fg": 2988, "bg": 3231 }, - { "id": "t_connection", "fg": 2992, "bg": 3231 }, - { "id": "edge", "fg": 2990, "bg": 3231 }, - { "id": "unconnected", "fg": 2973, "bg": 3231 }, - { "id": "end_piece", "fg": 2991, "bg": 3231 } + { "id": "corner", "fg": 3024, "bg": 3266 }, + { "id": "center", "fg": 3023, "bg": 3266 }, + { "id": "t_connection", "fg": 3027, "bg": 3266 }, + { "id": "edge", "fg": 3025, "bg": 3266 }, + { "id": "unconnected", "fg": 3008, "bg": 3266 }, + { "id": "end_piece", "fg": 3026, "bg": 3266 } ] }, { "id": "t_rock_wall_half", - "fg": 3038, - "bg": 3339, + "fg": 3073, + "bg": 3374, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3038 }, - { "id": "center", "fg": 3039 }, - { "id": "corner", "fg": 3040 }, - { "id": "edge", "fg": 3041 }, - { "id": "end_piece", "fg": 3042 }, - { "id": "t_connection", "fg": 3043 } + { "id": "unconnected", "fg": 3073 }, + { "id": "center", "fg": 3074 }, + { "id": "corner", "fg": 3075 }, + { "id": "edge", "fg": 3076 }, + { "id": "end_piece", "fg": 3077 }, + { "id": "t_connection", "fg": 3078 } ] }, { "id": "t_root_wall", - "fg": 2988, - "bg": 3232, + "fg": 3023, + "bg": 3267, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2989, "bg": 3232 }, - { "id": "center", "fg": 2988, "bg": 3232 }, - { "id": "end_piece", "fg": 2991, "bg": 3232 }, - { "id": "unconnected", "fg": 2973, "bg": 3232 }, - { "id": "t_connection", "fg": 2992, "bg": 3232 }, - { "id": "edge", "fg": 2990, "bg": 3232 } + { "id": "corner", "fg": 3024, "bg": 3267 }, + { "id": "center", "fg": 3023, "bg": 3267 }, + { "id": "end_piece", "fg": 3026, "bg": 3267 }, + { "id": "unconnected", "fg": 3008, "bg": 3267 }, + { "id": "t_connection", "fg": 3027, "bg": 3267 }, + { "id": "edge", "fg": 3025, "bg": 3267 } ] }, - { "id": "t_rope_up", "fg": 3044, "bg": 3222, "rotates": false }, - { "id": "t_sai_box", "fg": 3045, "bg": 3229, "rotates": false }, - { "id": "t_sai_box_damaged", "fg": 3046, "bg": 3229, "rotates": false }, - { "id": "t_sand", "fg": 3048 }, + { "id": "t_rope_up", "fg": 3079, "bg": 3257, "rotates": false }, + { "id": "t_sai_box", "fg": 3080, "bg": 3264, "rotates": false }, + { "id": "t_sai_box_damaged", "fg": 3081, "bg": 3264, "rotates": false }, + { "id": "t_sand", "fg": 3083 }, { "id": "t_sandbox", - "fg": 3047, + "fg": 3082, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3047 }, - { "id": "center", "fg": 3048 }, - { "id": "edge", "fg": 3049 }, - { "id": "t_connection", "fg": 3049 }, - { "id": "unconnected", "fg": 3050 } + { "id": "corner", "fg": 3082 }, + { "id": "center", "fg": 3083 }, + { "id": "edge", "fg": 3084 }, + { "id": "t_connection", "fg": 3084 }, + { "id": "unconnected", "fg": 3085 } ] }, - { "id": "t_sandmound", "fg": 3051, "rotates": false }, - { "id": "t_sconc_wall", "fg": 3052, "bg": 3229 }, - { "id": "t_sconc_wall_halfway", "fg": 3053, "bg": 3229 }, - { "id": "t_scrap_floor", "fg": 2970, "rotates": false }, + { "id": "t_sandmound", "fg": 3086, "rotates": false }, + { "id": "t_sconc_wall", "fg": 3087, "bg": 3264 }, + { "id": "t_sconc_wall_halfway", "fg": 3088, "bg": 3264 }, + { "id": "t_scrap_floor", "fg": 3005, "rotates": false }, { "id": "t_scrap_wall", - "fg": 3054, - "bg": 3222, + "fg": 3089, + "bg": 3257, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3055, "bg": 3222 }, - { "id": "edge", "fg": 3056, "bg": 3222 }, - { "id": "t_connection", "fg": 3058, "bg": 3222 }, - { "id": "center", "fg": 3054, "bg": 3222 }, - { "id": "unconnected", "fg": 3059, "bg": 3222 }, - { "id": "end_piece", "fg": 3057, "bg": 3222 } + { "id": "corner", "fg": 3090, "bg": 3257 }, + { "id": "edge", "fg": 3091, "bg": 3257 }, + { "id": "t_connection", "fg": 3093, "bg": 3257 }, + { "id": "center", "fg": 3089, "bg": 3257 }, + { "id": "unconnected", "fg": 3094, "bg": 3257 }, + { "id": "end_piece", "fg": 3092, "bg": 3257 } ] }, { "id": "t_scrap_wall_halfway", - "fg": 3054, - "bg": 3225, + "fg": 3089, + "bg": 3260, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "t_connection", "fg": 3058, "bg": 3225 }, - { "id": "edge", "fg": 3056, "bg": 3225 }, - { "id": "corner", "fg": 3055, "bg": 3225 }, - { "id": "center", "fg": 3054, "bg": 3225 }, - { "id": "end_piece", "fg": 3057, "bg": 3229 }, - { "id": "unconnected", "fg": 3059, "bg": 3229 } + { "id": "t_connection", "fg": 3093, "bg": 3260 }, + { "id": "edge", "fg": 3091, "bg": 3260 }, + { "id": "corner", "fg": 3090, "bg": 3260 }, + { "id": "center", "fg": 3089, "bg": 3260 }, + { "id": "end_piece", "fg": 3092, "bg": 3264 }, + { "id": "unconnected", "fg": 3094, "bg": 3264 } ] }, { "id": "t_searth_test", - "fg": 3060, - "bg": 3048, + "fg": 3095, + "bg": 3083, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3060, "bg": 3048 }, - { "id": "corner", "fg": 3061, "bg": 3048 }, - { "id": "edge", "fg": 3062, "bg": 3048 }, - { "id": "t_connection", "fg": 3064, "bg": 3048 }, - { "id": "end_piece", "fg": 3063, "bg": 3048 }, - { "id": "unconnected", "fg": 3065, "bg": 3048 } + { "id": "center", "fg": 3095, "bg": 3083 }, + { "id": "corner", "fg": 3096, "bg": 3083 }, + { "id": "edge", "fg": 3097, "bg": 3083 }, + { "id": "t_connection", "fg": 3099, "bg": 3083 }, + { "id": "end_piece", "fg": 3098, "bg": 3083 }, + { "id": "unconnected", "fg": 3100, "bg": 3083 } ] }, - { "id": "t_sewage", "fg": 3066, "rotates": false }, + { "id": "t_sewage", "fg": 3101, "rotates": false }, { "id": "t_sewage_pipe", - "fg": 3067, - "bg": 3229, + "fg": 3102, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3068, "bg": 3229 }, - { "id": "corner", "fg": 3069, "bg": 3229 }, - { "id": "edge", "fg": 3070, "bg": 3229 }, - { "id": "t_connection", "fg": 3072, "bg": 3229 }, - { "id": "end_piece", "fg": 3071, "bg": 3229 }, - { "id": "unconnected", "fg": 3067, "bg": 3229 } + { "id": "center", "fg": 3103, "bg": 3264 }, + { "id": "corner", "fg": 3104, "bg": 3264 }, + { "id": "edge", "fg": 3105, "bg": 3264 }, + { "id": "t_connection", "fg": 3107, "bg": 3264 }, + { "id": "end_piece", "fg": 3106, "bg": 3264 }, + { "id": "unconnected", "fg": 3102, "bg": 3264 } ] }, { "id": "t_sewage_pump", - "bg": 3229, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3073, "bg": 3229 }, - { "id": "corner", "fg": 3074, "bg": 3229 }, - { "id": "edge", "fg": 3070, "bg": 3229 }, - { "id": "t_connection", "fg": 3073, "bg": 3229 }, - { "id": "end_piece", "fg": 3071, "bg": 3229 }, - { "id": "unconnected", "fg": 3073, "bg": 3229 } - ] - }, - { "id": "t_shrub", "fg": 3075, "bg": 3339, "rotates": false }, - { "id": "t_shrub_blueberry", "fg": 3076, "bg": 3339 }, - { "id": "t_shrub_blueberry_harvested", "fg": 3076, "bg": 3339 }, - { "id": "t_shrub_blueberry_harvested_season_autumn", "fg": 3076, "bg": 3343 }, - { "id": "t_shrub_blueberry_harvested_season_summer", "fg": 3076, "bg": 3347 }, - { "id": "t_shrub_blueberry_harvested_season_winter", "fg": 3080, "bg": 3296 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 2942, "bg": 3343 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 2942, "bg": 3347 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 3080, "bg": 3296 }, - { "id": "t_shrub_fungal", "fg": 3077, "bg": 1230, "rotates": false }, - { "id": "t_shrub_season_autumn", "fg": 3075, "bg": 3343 }, - { "id": "t_shrub_season_summer", "fg": 3075, "bg": 3347 }, - { "id": "t_shrub_season_winter", "fg": 3078, "bg": 3296 }, - { "id": "t_shrub_strawberry", "fg": 3076, "bg": 3339 }, - { "id": "t_shrub_strawberry_harvested", "fg": 3076, "bg": 3339 }, - { "id": "t_shrub_strawberry_harvested_season_autumn", "fg": 3076, "bg": 3343 }, - { "id": "t_shrub_strawberry_harvested_season_summer", "fg": 3076, "bg": 3347 }, - { "id": "t_shrub_strawberry_harvested_season_winter", "fg": 3080, "bg": 3296 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 3079, "bg": 3343 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 3079, "bg": 3347 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 3076, "bg": 3296 }, - { "id": "t_sidewalk", "fg": 3229, "rotates": false }, - { "id": "t_sidewalk_bg_dp", "fg": 3229 }, - { "id": "t_skylight", "bg": 3229, "rotates": false }, + { "id": "center", "fg": 3108, "bg": 3264 }, + { "id": "corner", "fg": 3109, "bg": 3264 }, + { "id": "edge", "fg": 3105, "bg": 3264 }, + { "id": "t_connection", "fg": 3108, "bg": 3264 }, + { "id": "end_piece", "fg": 3106, "bg": 3264 }, + { "id": "unconnected", "fg": 3108, "bg": 3264 } + ] + }, + { "id": "t_shrub", "fg": 3110, "bg": 3374, "rotates": false }, + { "id": "t_shrub_blueberry", "fg": 3111, "bg": 3374 }, + { "id": "t_shrub_blueberry_harvested", "fg": 3111, "bg": 3374 }, + { "id": "t_shrub_blueberry_harvested_season_autumn", "fg": 3111, "bg": 3378 }, + { "id": "t_shrub_blueberry_harvested_season_summer", "fg": 3111, "bg": 3382 }, + { "id": "t_shrub_blueberry_harvested_season_winter", "fg": 3115, "bg": 3331 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 2977, "bg": 3378 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 2977, "bg": 3382 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 3115, "bg": 3331 }, + { "id": "t_shrub_fungal", "fg": 3112, "bg": 1230, "rotates": false }, + { "id": "t_shrub_season_autumn", "fg": 3110, "bg": 3378 }, + { "id": "t_shrub_season_summer", "fg": 3110, "bg": 3382 }, + { "id": "t_shrub_season_winter", "fg": 3113, "bg": 3331 }, + { "id": "t_shrub_strawberry", "fg": 3111, "bg": 3374 }, + { "id": "t_shrub_strawberry_harvested", "fg": 3111, "bg": 3374 }, + { "id": "t_shrub_strawberry_harvested_season_autumn", "fg": 3111, "bg": 3378 }, + { "id": "t_shrub_strawberry_harvested_season_summer", "fg": 3111, "bg": 3382 }, + { "id": "t_shrub_strawberry_harvested_season_winter", "fg": 3115, "bg": 3331 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 3114, "bg": 3378 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 3114, "bg": 3382 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 3111, "bg": 3331 }, + { "id": "t_sidewalk", "fg": 3264, "rotates": false }, + { "id": "t_sidewalk_bg_dp", "fg": 3264 }, + { "id": "t_skylight", "bg": 3264, "rotates": false }, { "id": "t_slide", - "fg": 3081, - "bg": 3424, + "fg": 3116, + "bg": 3459, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3081, "bg": 3424 }, { "id": "end_piece", "fg": 3082, "bg": 3424 } ] + "additional_tiles": [ { "id": "edge", "fg": 3116, "bg": 3459 }, { "id": "end_piece", "fg": 3117, "bg": 3459 } ] }, { "id": "t_slide_season_autumn", - "fg": 3081, - "bg": 3343, + "fg": 3116, + "bg": 3378, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3081, "bg": 3343 }, { "id": "end_piece", "fg": 3082, "bg": 3343 } ] + "additional_tiles": [ { "id": "edge", "fg": 3116, "bg": 3378 }, { "id": "end_piece", "fg": 3117, "bg": 3378 } ] }, { "id": "t_slide_season_summer", - "fg": 3081, - "bg": 3347, + "fg": 3116, + "bg": 3382, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3081, "bg": 3347 }, { "id": "end_piece", "fg": 3082, "bg": 3347 } ] + "additional_tiles": [ { "id": "edge", "fg": 3116, "bg": 3382 }, { "id": "end_piece", "fg": 3117, "bg": 3382 } ] }, { "id": "t_slide_season_winter", - "fg": 3081, - "bg": 3296, + "fg": 3116, + "bg": 3331, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3081, "bg": 3296 }, { "id": "end_piece", "fg": 3082, "bg": 3296 } ] + "additional_tiles": [ { "id": "edge", "fg": 3116, "bg": 3331 }, { "id": "end_piece", "fg": 3117, "bg": 3331 } ] }, { "id": "t_slime", - "fg": 3083, - "bg": 3339, + "fg": 3118, + "bg": 3374, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3083, "bg": 3339 }, - { "id": "center", "fg": 3084, "bg": 3339 }, - { "id": "corner", "fg": 3085, "bg": 3339 }, - { "id": "edge", "fg": 3086, "bg": 3339 }, - { "id": "end_piece", "fg": 3087, "bg": 3339 }, - { "id": "t_connection", "fg": 3088, "bg": 3339 } + { "id": "unconnected", "fg": 3118, "bg": 3374 }, + { "id": "center", "fg": 3119, "bg": 3374 }, + { "id": "corner", "fg": 3120, "bg": 3374 }, + { "id": "edge", "fg": 3121, "bg": 3374 }, + { "id": "end_piece", "fg": 3122, "bg": 3374 }, + { "id": "t_connection", "fg": 3123, "bg": 3374 } ] }, { "id": "t_slime_season_autumn", - "fg": 3083, - "bg": 3343, + "fg": 3118, + "bg": 3378, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3083 }, - { "id": "center", "fg": 3084 }, - { "id": "corner", "fg": 3085 }, - { "id": "edge", "fg": 3086 }, - { "id": "end_piece", "fg": 3087 }, - { "id": "t_connection", "fg": 3088 } + { "id": "unconnected", "fg": 3118 }, + { "id": "center", "fg": 3119 }, + { "id": "corner", "fg": 3120 }, + { "id": "edge", "fg": 3121 }, + { "id": "end_piece", "fg": 3122 }, + { "id": "t_connection", "fg": 3123 } ] }, { "id": "t_slime_season_summer", - "fg": 3083, - "bg": 3347, + "fg": 3118, + "bg": 3382, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3083 }, - { "id": "center", "fg": 3084 }, - { "id": "corner", "fg": 3085 }, - { "id": "edge", "fg": 3086 }, - { "id": "end_piece", "fg": 3087 }, - { "id": "t_connection", "fg": 3088 } + { "id": "unconnected", "fg": 3118 }, + { "id": "center", "fg": 3119 }, + { "id": "corner", "fg": 3120 }, + { "id": "edge", "fg": 3121 }, + { "id": "end_piece", "fg": 3122 }, + { "id": "t_connection", "fg": 3123 } ] }, { "id": "t_slime_season_winter", - "fg": 3083, - "bg": 3296, + "fg": 3118, + "bg": 3331, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3083 }, - { "id": "center", "fg": 3084 }, - { "id": "corner", "fg": 3085 }, - { "id": "edge", "fg": 3086 }, - { "id": "end_piece", "fg": 3087 }, - { "id": "t_connection", "fg": 3088 } + { "id": "unconnected", "fg": 3118 }, + { "id": "center", "fg": 3119 }, + { "id": "corner", "fg": 3120 }, + { "id": "edge", "fg": 3121 }, + { "id": "end_piece", "fg": 3122 }, + { "id": "t_connection", "fg": 3123 } ] }, - { "id": "t_slope_down", "fg": 3089, "rotates": false }, - { "id": "t_slope_up", "fg": 3090, "rotates": false }, - { "id": "t_slot_machine", "fg": 3091, "bg": 3229 }, - { "id": [ "t_stairs_down", "t_wood_stairs_down" ], "fg": 3092, "bg": 3224, "rotates": false }, - { "id": [ "t_stairs_up", "t_wood_stairs_up" ], "fg": 3093, "bg": 3222, "rotates": false }, - { "id": "t_station_disc", "fg": 3094, "bg": 3229, "rotates": false }, + { "id": "t_slope_down", "fg": 3124, "rotates": false }, + { "id": "t_slope_up", "fg": 3125, "rotates": false }, + { "id": "t_slot_machine", "fg": 3126, "bg": 3264 }, + { "id": [ "t_stairs_down", "t_wood_stairs_down" ], "fg": 3127, "bg": 3259, "rotates": false }, + { "id": [ "t_stairs_up", "t_wood_stairs_up" ], "fg": 3128, "bg": 3257, "rotates": false }, + { "id": "t_station_disc", "fg": 3129, "bg": 3264, "rotates": false }, { "id": "t_stone_wall_line", - "fg": 2973, - "bg": 3231, + "fg": 3008, + "bg": 3266, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2989, "bg": 3231 }, - { "id": "center", "bg": 3231 }, - { "id": "t_connection", "fg": 2992, "bg": 3231 }, - { "id": "edge", "fg": 2990, "bg": 3231 }, - { "id": "end_piece", "fg": 2991, "bg": 3231 }, - { "id": "unconnected", "fg": 2973, "bg": 3231 } + { "id": "corner", "fg": 3024, "bg": 3266 }, + { "id": "center", "bg": 3266 }, + { "id": "t_connection", "fg": 3027, "bg": 3266 }, + { "id": "edge", "fg": 3025, "bg": 3266 }, + { "id": "end_piece", "fg": 3026, "bg": 3266 }, + { "id": "unconnected", "fg": 3008, "bg": 3266 } ] }, - { "id": "t_strconc_floor", "fg": 3229, "rotates": false }, - { "id": "t_strconc_floor_halfway", "fg": 3095 }, + { "id": "t_strconc_floor", "fg": 3264, "rotates": false }, + { "id": "t_strconc_floor_halfway", "fg": 3130 }, { "id": "t_strconc_wall", - "fg": 2881, - "bg": 3229, + "fg": 2916, + "bg": 3264, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 2882, "bg": 3229 }, - { "id": "edge", "fg": 2883, "bg": 3229 }, - { "id": "center", "fg": 2881, "bg": 3229 }, - { "id": "t_connection", "fg": 2885, "bg": 3229 }, - { "id": "end_piece", "fg": 2884, "bg": 3229 }, - { "id": "unconnected", "fg": 2886, "bg": 3229 } - ] - }, - { "id": "t_strconc_wall_halfway", "fg": 3096, "bg": 3229 }, - { "id": "t_stump", "fg": 3210, "rotates": false, "bg": 3339 }, - { "id": "t_stump_season_autumn", "fg": 3210, "rotates": false, "bg": 3343 }, - { "id": "t_stump_season_summer", "fg": 3210, "rotates": false, "bg": 3347 }, - { "id": "t_stump_season_winter", "fg": 3211, "rotates": false, "bg": 3296 }, - { "id": "t_support_l", "fg": 3097, "bg": 3229, "rotates": false }, - { "id": "t_support_s", "fg": 3098, "bg": 3229, "rotates": false }, - { "id": "t_switchgear_l", "fg": 3099, "bg": 3229, "rotates": false }, - { "id": "t_switchgear_s", "fg": 3100, "bg": 3229, "rotates": false }, - { "id": "t_tarptent", "fg": 3101, "bg": 3339, "rotates": false }, - { "id": "t_thconc_floor", "fg": 3229, "rotates": false }, - { "id": "t_thconc_floor_olight", "fg": 3268, "rotates": false }, - { "id": "t_trunk", "fg": 3102, "bg": 3339, "rotates": false }, - { "id": "t_trunk_season_autumn", "fg": 3102, "bg": 3343 }, - { "id": "t_trunk_season_summer", "fg": 3102, "bg": 3347 }, - { "id": "t_trunk_season_winter", "fg": 3103, "bg": 3296 }, - { "id": "t_underbrush", "fg": 3104, "bg": 3339, "rotates": false }, - { "id": "t_underbrush_harvested_autumn", "fg": 3105, "bg": 3343, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_autumn", "fg": 3105, "bg": 3343, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_summer", "fg": 3105, "bg": 3347, "rotates": false }, - { "id": "t_underbrush_harvested_autumn_season_winter", "fg": 3105, "bg": 3296, "rotates": false }, - { "id": "t_underbrush_harvested_spring", "fg": 3105, "bg": 3339, "rotates": false }, - { "id": "t_underbrush_harvested_spring_season_winter", "fg": 3105, "bg": 3296, "rotates": false }, - { "id": "t_underbrush_harvested_summer", "fg": 3105, "bg": 3347, "rotates": false }, - { "id": "t_underbrush_harvested_summer_season_winter", "fg": 3105, "bg": 3296, "rotates": false }, - { "id": "t_underbrush_harvested_winter", "fg": 3106, "bg": 3351, "rotates": false }, - { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3106, "bg": 3296, "rotates": false }, - { "id": "t_underbrush_season_winter", "fg": 3107, "bg": 3296, "rotates": false }, - { "id": "t_utility_light", "fg": 3108, "bg": 3229 }, - { "id": "t_vat", "fg": 3109, "bg": 3229, "rotates": false }, + { "id": "corner", "fg": 2917, "bg": 3264 }, + { "id": "edge", "fg": 2918, "bg": 3264 }, + { "id": "center", "fg": 2916, "bg": 3264 }, + { "id": "t_connection", "fg": 2920, "bg": 3264 }, + { "id": "end_piece", "fg": 2919, "bg": 3264 }, + { "id": "unconnected", "fg": 2921, "bg": 3264 } + ] + }, + { "id": "t_strconc_wall_halfway", "fg": 3131, "bg": 3264 }, + { "id": "t_stump", "fg": 3245, "rotates": false, "bg": 3374 }, + { "id": "t_stump_season_autumn", "fg": 3245, "rotates": false, "bg": 3378 }, + { "id": "t_stump_season_summer", "fg": 3245, "rotates": false, "bg": 3382 }, + { "id": "t_stump_season_winter", "fg": 3246, "rotates": false, "bg": 3331 }, + { "id": "t_support_l", "fg": 3132, "bg": 3264, "rotates": false }, + { "id": "t_support_s", "fg": 3133, "bg": 3264, "rotates": false }, + { "id": "t_switchgear_l", "fg": 3134, "bg": 3264, "rotates": false }, + { "id": "t_switchgear_s", "fg": 3135, "bg": 3264, "rotates": false }, + { "id": "t_tarptent", "fg": 3136, "bg": 3374, "rotates": false }, + { "id": "t_thconc_floor", "fg": 3264, "rotates": false }, + { "id": "t_thconc_floor_olight", "fg": 3303, "rotates": false }, + { "id": "t_trunk", "fg": 3137, "bg": 3374, "rotates": false }, + { "id": "t_trunk_season_autumn", "fg": 3137, "bg": 3378 }, + { "id": "t_trunk_season_summer", "fg": 3137, "bg": 3382 }, + { "id": "t_trunk_season_winter", "fg": 3138, "bg": 3331 }, + { "id": "t_underbrush", "fg": 3139, "bg": 3374, "rotates": false }, + { "id": "t_underbrush_harvested_autumn", "fg": 3140, "bg": 3378, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_autumn", "fg": 3140, "bg": 3378, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_summer", "fg": 3140, "bg": 3382, "rotates": false }, + { "id": "t_underbrush_harvested_autumn_season_winter", "fg": 3140, "bg": 3331, "rotates": false }, + { "id": "t_underbrush_harvested_spring", "fg": 3140, "bg": 3374, "rotates": false }, + { "id": "t_underbrush_harvested_spring_season_winter", "fg": 3140, "bg": 3331, "rotates": false }, + { "id": "t_underbrush_harvested_summer", "fg": 3140, "bg": 3382, "rotates": false }, + { "id": "t_underbrush_harvested_summer_season_winter", "fg": 3140, "bg": 3331, "rotates": false }, + { "id": "t_underbrush_harvested_winter", "fg": 3141, "bg": 3386, "rotates": false }, + { "id": "t_underbrush_harvested_winter_season_winter", "fg": 3141, "bg": 3331, "rotates": false }, + { "id": "t_underbrush_season_winter", "fg": 3142, "bg": 3331, "rotates": false }, + { "id": "t_utility_light", "fg": 3143, "bg": 3264 }, + { "id": "t_vat", "fg": 3144, "bg": 3264, "rotates": false }, { "id": "t_wall_b", - "fg": 3111, + "fg": 3146, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3111 }, - { "id": "corner", "fg": 3112 }, - { "id": "edge", "fg": 3113 }, - { "id": "end_piece", "fg": 3114 }, - { "id": "t_connection", "fg": 3115 }, - { "id": "unconnected", "fg": 3116 } + { "id": "center", "fg": 3146 }, + { "id": "corner", "fg": 3147 }, + { "id": "edge", "fg": 3148 }, + { "id": "end_piece", "fg": 3149 }, + { "id": "t_connection", "fg": 3150 }, + { "id": "unconnected", "fg": 3151 } ] }, { "id": "t_wall_g", - "fg": 3120, + "fg": 3155, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3120 }, - { "id": "corner", "fg": 3127 }, - { "id": "edge", "fg": 3128 }, - { "id": "end_piece", "fg": 3129 }, - { "id": "t_connection", "fg": 3130 }, - { "id": "unconnected", "fg": 3131 } + { "id": "center", "fg": 3155 }, + { "id": "corner", "fg": 3162 }, + { "id": "edge", "fg": 3163 }, + { "id": "end_piece", "fg": 3164 }, + { "id": "t_connection", "fg": 3165 }, + { "id": "unconnected", "fg": 3166 } ] }, { "id": "t_wall_glass", - "fg": 3121, + "fg": 3156, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3121, "bg": 3224 }, - { "id": "corner", "fg": 3122, "bg": 3224 }, - { "id": "edge", "fg": 3123, "bg": 3224 }, - { "id": "end_piece", "fg": 3124, "bg": 3224 }, - { "id": "t_connection", "fg": 3125, "bg": 3224 }, - { "id": "unconnected", "fg": 3126, "bg": 3224 } + { "id": "center", "fg": 3156, "bg": 3259 }, + { "id": "corner", "fg": 3157, "bg": 3259 }, + { "id": "edge", "fg": 3158, "bg": 3259 }, + { "id": "end_piece", "fg": 3159, "bg": 3259 }, + { "id": "t_connection", "fg": 3160, "bg": 3259 }, + { "id": "unconnected", "fg": 3161, "bg": 3259 } ] }, { "id": "t_wall_glass_alarm", - "fg": 3121, - "bg": 3224, + "fg": 3156, + "bg": 3259, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3121, "bg": 3224 }, - { "id": "center", "fg": 3121, "bg": 3224 }, - { "id": "corner", "fg": 3122, "bg": 3224 }, - { "id": "edge", "fg": 3123, "bg": 3224 }, - { "id": "end_piece", "fg": 3124, "bg": 3224 }, - { "id": "t_connection", "fg": 3125, "bg": 3224 } + { "id": "unconnected", "fg": 3156, "bg": 3259 }, + { "id": "center", "fg": 3156, "bg": 3259 }, + { "id": "corner", "fg": 3157, "bg": 3259 }, + { "id": "edge", "fg": 3158, "bg": 3259 }, + { "id": "end_piece", "fg": 3159, "bg": 3259 }, + { "id": "t_connection", "fg": 3160, "bg": 3259 } ] }, - { "id": "t_wall_half", "fg": 3132 }, - { "id": "t_wall_half_season_winter", "fg": 3132 }, + { "id": "t_wall_half", "fg": 3167 }, + { "id": "t_wall_half_season_winter", "fg": 3167 }, { "id": "t_wall_log", - "fg": 3133, + "fg": 3168, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3133 }, - { "id": "corner", "fg": 3146 }, - { "id": "edge", "fg": 3147 }, - { "id": "end_piece", "fg": 3148 }, - { "id": "t_connection", "fg": 3155 }, - { "id": "unconnected", "fg": 3156 } + { "id": "center", "fg": 3168 }, + { "id": "corner", "fg": 3181 }, + { "id": "edge", "fg": 3182 }, + { "id": "end_piece", "fg": 3183 }, + { "id": "t_connection", "fg": 3190 }, + { "id": "unconnected", "fg": 3191 } ] }, { "id": "t_wall_log_broken", - "fg": 3134, + "fg": 3169, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3134 }, - { "id": "corner", "fg": 3135 }, - { "id": "edge", "fg": 3136 }, - { "id": "end_piece", "fg": 3137 }, - { "id": "t_connection", "fg": 3138 }, - { "id": "unconnected", "fg": 3139 } + { "id": "center", "fg": 3169 }, + { "id": "corner", "fg": 3170 }, + { "id": "edge", "fg": 3171 }, + { "id": "end_piece", "fg": 3172 }, + { "id": "t_connection", "fg": 3173 }, + { "id": "unconnected", "fg": 3174 } ] }, { "id": "t_wall_log_chipped", - "fg": 3140, + "fg": 3175, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3140 }, - { "id": "corner", "fg": 3141 }, - { "id": "edge", "fg": 3142 }, - { "id": "end_piece", "fg": 3143 }, - { "id": "t_connection", "fg": 3144 }, - { "id": "unconnected", "fg": 3145 } + { "id": "center", "fg": 3175 }, + { "id": "corner", "fg": 3176 }, + { "id": "edge", "fg": 3177 }, + { "id": "end_piece", "fg": 3178 }, + { "id": "t_connection", "fg": 3179 }, + { "id": "unconnected", "fg": 3180 } ] }, { "id": "t_wall_log_half", - "fg": 3149, + "fg": 3184, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3149 }, - { "id": "corner", "fg": 3150 }, - { "id": "edge", "fg": 3151 }, - { "id": "end_piece", "fg": 3152 }, - { "id": "t_connection", "fg": 3153 }, - { "id": "unconnected", "fg": 3154 } + { "id": "center", "fg": 3184 }, + { "id": "corner", "fg": 3185 }, + { "id": "edge", "fg": 3186 }, + { "id": "end_piece", "fg": 3187 }, + { "id": "t_connection", "fg": 3188 }, + { "id": "unconnected", "fg": 3189 } ] }, { "id": "t_wall_metal", - "fg": 3054, - "bg": 3222, + "fg": 3089, + "bg": 3257, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3055, "bg": 3222 }, - { "id": "center", "fg": 3054, "bg": 3222 }, - { "id": "end_piece", "fg": 3057, "bg": 3222 }, - { "id": "unconnected", "fg": 3059, "bg": 3222 }, - { "id": "t_connection", "fg": 3058, "bg": 3222 }, - { "id": "edge", "fg": 3056, "bg": 3222 } + { "id": "corner", "fg": 3090, "bg": 3257 }, + { "id": "center", "fg": 3089, "bg": 3257 }, + { "id": "end_piece", "fg": 3092, "bg": 3257 }, + { "id": "unconnected", "fg": 3094, "bg": 3257 }, + { "id": "t_connection", "fg": 3093, "bg": 3257 }, + { "id": "edge", "fg": 3091, "bg": 3257 } ] }, { "id": "t_wall_p", - "fg": 3157, + "fg": 3192, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3157 }, - { "id": "corner", "fg": 3158 }, - { "id": "edge", "fg": 3159 }, - { "id": "end_piece", "fg": 3160 }, - { "id": "t_connection", "fg": 3161 }, - { "id": "unconnected", "fg": 3162 } + { "id": "center", "fg": 3192 }, + { "id": "corner", "fg": 3193 }, + { "id": "edge", "fg": 3194 }, + { "id": "end_piece", "fg": 3195 }, + { "id": "t_connection", "fg": 3196 }, + { "id": "unconnected", "fg": 3197 } ] }, { "id": "t_wall_r", - "fg": 3163, + "fg": 3198, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3163 }, - { "id": "corner", "fg": 3164 }, - { "id": "edge", "fg": 3165 }, - { "id": "end_piece", "fg": 3166 }, - { "id": "t_connection", "fg": 3167 }, - { "id": "unconnected", "fg": 3168 } + { "id": "center", "fg": 3198 }, + { "id": "corner", "fg": 3199 }, + { "id": "edge", "fg": 3200 }, + { "id": "end_piece", "fg": 3201 }, + { "id": "t_connection", "fg": 3202 }, + { "id": "unconnected", "fg": 3203 } ] }, { "id": [ "t_wall", "t_secretdoor_onetime", "t_secretdoor_wall_c", "t_sliding_wall_c" ], - "fg": 3110, - "bg": 3339, + "fg": 3145, + "bg": 3374, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3110 }, - { "id": "corner", "fg": 3117 }, - { "id": "edge", "fg": 3118 }, - { "id": "end_piece", "fg": 3119 }, - { "id": "t_connection", "fg": 3169 }, - { "id": "unconnected", "fg": 3170 } + { "id": "center", "fg": 3145 }, + { "id": "corner", "fg": 3152 }, + { "id": "edge", "fg": 3153 }, + { "id": "end_piece", "fg": 3154 }, + { "id": "t_connection", "fg": 3204 }, + { "id": "unconnected", "fg": 3205 } ] }, { "id": "t_wall_w", - "fg": 3171, + "fg": 3206, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 3052 }, - { "id": "center", "fg": 3171 }, - { "id": "corner", "fg": 3183 }, - { "id": "edge", "fg": 3184 }, - { "id": "end_piece", "fg": 3185 }, - { "id": "t_connection", "fg": 3186 } + { "id": "unconnected", "fg": 3087 }, + { "id": "center", "fg": 3206 }, + { "id": "corner", "fg": 3218 }, + { "id": "edge", "fg": 3219 }, + { "id": "end_piece", "fg": 3220 }, + { "id": "t_connection", "fg": 3221 } ] }, - { "id": "t_wall_wattle", "fg": 3172, "bg": 3339, "rotates": false }, - { "id": "t_wall_wattle_broken", "fg": 3173, "bg": 3339, "rotates": false }, - { "id": "t_wall_wattle_half", "fg": 3174, "bg": 3339, "rotates": false }, + { "id": "t_wall_wattle", "fg": 3207, "bg": 3374, "rotates": false }, + { "id": "t_wall_wattle_broken", "fg": 3208, "bg": 3374, "rotates": false }, + { "id": "t_wall_wattle_half", "fg": 3209, "bg": 3374, "rotates": false }, { "id": "t_wall_wood", - "fg": 3175, + "fg": 3210, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3175 }, - { "id": "corner", "fg": 3178 }, - { "id": "unconnected", "fg": 3179 }, - { "id": "edge", "fg": 3180 }, - { "id": "end_piece", "fg": 3181 }, - { "id": "t_connection", "fg": 3182 } + { "id": "center", "fg": 3210 }, + { "id": "corner", "fg": 3213 }, + { "id": "unconnected", "fg": 3214 }, + { "id": "edge", "fg": 3215 }, + { "id": "end_piece", "fg": 3216 }, + { "id": "t_connection", "fg": 3217 } ] }, - { "id": "t_wall_wood_broken", "fg": 3176 }, - { "id": "t_wall_wood_broken_season_winter", "fg": 3176 }, - { "id": "t_wall_wood_chipped", "fg": 3177 }, + { "id": "t_wall_wood_broken", "fg": 3211 }, + { "id": "t_wall_wood_broken_season_winter", "fg": 3211 }, + { "id": "t_wall_wood_chipped", "fg": 3212 }, { "id": "t_wall_wood_line", - "fg": 3179, - "bg": 3339, + "fg": 3214, + "bg": 3374, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3179 }, - { "id": "center", "fg": 3179 }, - { "id": "t_connection", "fg": 3179 }, - { "id": "unconnected", "fg": 3179 }, - { "id": "edge", "fg": 3180 }, - { "id": "end_piece", "fg": 3181 } + { "id": "corner", "fg": 3214 }, + { "id": "center", "fg": 3214 }, + { "id": "t_connection", "fg": 3214 }, + { "id": "unconnected", "fg": 3214 }, + { "id": "edge", "fg": 3215 }, + { "id": "end_piece", "fg": 3216 } ] }, { "id": "t_wall_wood_season_winter", - "fg": 3175, + "fg": 3210, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3175 }, - { "id": "corner", "fg": 3178 }, - { "id": "unconnected", "fg": 3179 }, - { "id": "edge", "fg": 3180 }, - { "id": "end_piece", "fg": 3181 }, - { "id": "t_connection", "fg": 3182 } + { "id": "center", "fg": 3210 }, + { "id": "corner", "fg": 3213 }, + { "id": "unconnected", "fg": 3214 }, + { "id": "edge", "fg": 3215 }, + { "id": "end_piece", "fg": 3216 }, + { "id": "t_connection", "fg": 3217 } ] }, { "id": "t_wall_y", - "fg": 3187, + "fg": 3222, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3187 }, - { "id": "corner", "fg": 3188 }, - { "id": "edge", "fg": 3189 }, - { "id": "end_piece", "fg": 3190 }, - { "id": "t_connection", "fg": 3191 }, - { "id": "unconnected", "fg": 3192 } + { "id": "center", "fg": 3222 }, + { "id": "corner", "fg": 3223 }, + { "id": "edge", "fg": 3224 }, + { "id": "end_piece", "fg": 3225 }, + { "id": "t_connection", "fg": 3226 }, + { "id": "unconnected", "fg": 3227 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], - "fg": 3262, + "fg": 3297, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3262, "bg": 3339 }, - { "id": "corner", "fg": 3263, "bg": 3339 }, - { "id": "edge", "fg": 3264, "bg": 3339 }, - { "id": "end_piece", "fg": 3265, "bg": 3339 }, - { "id": "unconnected", "fg": 3266, "bg": 3339 } + { "id": "center", "fg": 3297, "bg": 3374 }, + { "id": "corner", "fg": 3298, "bg": 3374 }, + { "id": "edge", "fg": 3299, "bg": 3374 }, + { "id": "end_piece", "fg": 3300, "bg": 3374 }, + { "id": "unconnected", "fg": 3301, "bg": 3374 } ], - "bg": 3339 + "bg": 3374 }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], - "fg": 3262, + "fg": 3297, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3262, "bg": 3343 }, - { "id": "corner", "fg": 3263, "bg": 3343 }, - { "id": "edge", "fg": 3264, "bg": 3343 }, - { "id": "end_piece", "fg": 3265, "bg": 3343 }, - { "id": "unconnected", "fg": 3266, "bg": 3343 } + { "id": "center", "fg": 3297, "bg": 3378 }, + { "id": "corner", "fg": 3298, "bg": 3378 }, + { "id": "edge", "fg": 3299, "bg": 3378 }, + { "id": "end_piece", "fg": 3300, "bg": 3378 }, + { "id": "unconnected", "fg": 3301, "bg": 3378 } ], - "bg": 3343 + "bg": 3378 }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], - "fg": 3262, + "fg": 3297, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3262, "bg": 3347 }, - { "id": "corner", "fg": 3263, "bg": 3347 }, - { "id": "edge", "fg": 3264, "bg": 3347 }, - { "id": "end_piece", "fg": 3265, "bg": 3347 }, - { "id": "unconnected", "fg": 3266, "bg": 3347 } + { "id": "center", "fg": 3297, "bg": 3382 }, + { "id": "corner", "fg": 3298, "bg": 3382 }, + { "id": "edge", "fg": 3299, "bg": 3382 }, + { "id": "end_piece", "fg": 3300, "bg": 3382 }, + { "id": "unconnected", "fg": 3301, "bg": 3382 } ], - "bg": 3347 + "bg": 3382 }, { "id": [ "t_water_season_winter_dp", "t_swater_season_winter_dp" ], - "fg": 3262, + "fg": 3297, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3262, "bg": 3296 }, - { "id": "corner", "fg": 3263, "bg": 3296 }, - { "id": "edge", "fg": 3264, "bg": 3296 }, - { "id": "end_piece", "fg": 3265, "bg": 3296 }, - { "id": "unconnected", "fg": 3266, "bg": 3296 } + { "id": "center", "fg": 3297, "bg": 3331 }, + { "id": "corner", "fg": 3298, "bg": 3331 }, + { "id": "edge", "fg": 3299, "bg": 3331 }, + { "id": "end_piece", "fg": 3300, "bg": 3331 }, + { "id": "unconnected", "fg": 3301, "bg": 3331 } ], - "bg": 3296 + "bg": 3331 }, - { "id": "t_water_pool", "fg": 3193, "rotates": false }, - { "id": "t_water_pump", "fg": 3194, "bg": 3229, "rotates": false }, + { "id": "t_water_pool", "fg": 3228, "rotates": false }, + { "id": "t_water_pump", "fg": 3229, "bg": 3264, "rotates": false }, { "id": [ "t_water_sh", "t_swater_sh" ], - "fg": 3269, - "bg": 3339, + "fg": 3304, + "bg": 3374, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3270, "bg": 3339 }, - { "id": "edge", "fg": 3271, "bg": 3339 }, - { "id": "end_piece", "fg": 3272, "bg": 3339 }, - { "id": "center", "fg": 3269, "bg": 3339 }, - { "id": "t_connection", "fg": 3269, "bg": 3339 }, - { "id": "unconnected", "fg": 3273, "bg": 3339 } + { "id": "corner", "fg": 3305, "bg": 3374 }, + { "id": "edge", "fg": 3306, "bg": 3374 }, + { "id": "end_piece", "fg": 3307, "bg": 3374 }, + { "id": "center", "fg": 3304, "bg": 3374 }, + { "id": "t_connection", "fg": 3304, "bg": 3374 }, + { "id": "unconnected", "fg": 3308, "bg": 3374 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], - "fg": 3269, - "bg": 3343, + "fg": 3304, + "bg": 3378, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3270, "bg": 3343 }, - { "id": "edge", "fg": 3271, "bg": 3343 }, - { "id": "end_piece", "fg": 3272, "bg": 3343 }, - { "id": "center", "fg": 3269, "bg": 3343 }, - { "id": "t_connection", "fg": 3269, "bg": 3343 }, - { "id": "unconnected", "fg": 3273, "bg": 3343 } + { "id": "corner", "fg": 3305, "bg": 3378 }, + { "id": "edge", "fg": 3306, "bg": 3378 }, + { "id": "end_piece", "fg": 3307, "bg": 3378 }, + { "id": "center", "fg": 3304, "bg": 3378 }, + { "id": "t_connection", "fg": 3304, "bg": 3378 }, + { "id": "unconnected", "fg": 3308, "bg": 3378 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], - "fg": 3269, - "bg": 3347, + "fg": 3304, + "bg": 3382, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3270, "bg": 3347 }, - { "id": "edge", "fg": 3271, "bg": 3347 }, - { "id": "end_piece", "fg": 3272, "bg": 3347 }, - { "id": "center", "fg": 3269, "bg": 3347 }, - { "id": "t_connection", "fg": 3269, "bg": 3347 }, - { "id": "unconnected", "fg": 3273, "bg": 3347 } + { "id": "corner", "fg": 3305, "bg": 3382 }, + { "id": "edge", "fg": 3306, "bg": 3382 }, + { "id": "end_piece", "fg": 3307, "bg": 3382 }, + { "id": "center", "fg": 3304, "bg": 3382 }, + { "id": "t_connection", "fg": 3304, "bg": 3382 }, + { "id": "unconnected", "fg": 3308, "bg": 3382 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], - "fg": 3269, - "bg": 3296, + "fg": 3304, + "bg": 3331, "rotates": false, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": 3270, "bg": 3296 }, - { "id": "edge", "fg": 3271, "bg": 3296 }, - { "id": "end_piece", "fg": 3272, "bg": 3296 }, - { "id": "center", "fg": 3269, "bg": 3296 }, - { "id": "t_connection", "fg": 3269, "bg": 3296 }, - { "id": "unconnected", "fg": 3273, "bg": 3296 } - ] - }, - { "id": "t_window", "fg": 3195, "bg": 3224, "rotates": false }, - { "id": "t_window_alarm", "fg": 3195, "bg": 3224, "rotates": false }, - { "id": "t_window_alarm_taped", "fg": 3196, "bg": 3224, "rotates": false }, - { "id": "t_window_bars", "fg": 3197, "bg": 3224, "rotates": false }, - { "id": "t_window_bars_alarm", "fg": 3198, "bg": 3224, "rotates": false }, - { "id": "t_window_boarded", "fg": 3199, "bg": 3224, "rotates": false }, - { "id": "t_window_boarded_noglass", "fg": 3200, "bg": 3224, "rotates": false }, - { "id": "t_window_domestic", "fg": 3195, "bg": 3224, "rotates": false }, - { "id": "t_window_domestic_taped", "fg": 3196, "bg": 3224, "rotates": false }, - { "id": "t_window_empty", "fg": 3201, "bg": 3224, "rotates": false }, - { "id": "t_window_enhanced", "fg": 3202, "bg": 3224, "rotates": false }, - { "id": "t_window_enhanced_noglass", "fg": 3202 }, - { "id": "t_window_frame", "fg": 2980, "bg": 3224, "rotates": false }, - { "id": "t_window_no_curtains", "fg": 3195, "bg": 3224, "rotates": false }, - { "id": "t_window_no_curtains_open", "fg": 3203, "bg": 3224, "rotates": false }, - { "id": "t_window_no_curtains_taped", "fg": 3196, "bg": 3224, "rotates": false }, - { "id": "t_window_open", "fg": 3203, "bg": 3224, "rotates": false }, - { "id": "t_window_reinforced", "fg": 3204, "bg": 3224, "rotates": false }, - { "id": "t_window_reinforced_noglass", "fg": 3205, "bg": 3224, "rotates": false }, - { "id": "t_window_stained_blue", "fg": 3206, "rotates": false }, - { "id": "t_window_stained_green", "fg": 3207, "rotates": false }, - { "id": "t_window_stained_red", "fg": 3208, "rotates": false }, - { "id": "t_window_taped", "fg": 3196, "bg": 3224, "rotates": false }, - { "id": "t_zebra", "fg": 3274, "rotates": false }, - { "id": "tr_glass_pit", "fg": 3255, "bg": 3339 }, - { "id": "tr_glass_pit_season_autumn", "fg": 3255, "bg": 3343 }, - { "id": "tr_glass_pit_season_summer", "fg": 3255, "bg": 3347 }, - { "id": "tr_glass_pit_season_winter", "fg": 3255, "bg": 3296 }, - { "id": "tr_light_snare", "bg": 3705, "rotates": false }, - { "id": "tr_pit", "fg": 3251, "bg": 3339, "rotates": false }, - { "id": "tr_pit_season_autumn", "fg": 3251, "bg": 3343 }, - { "id": "tr_pit_season_summer", "fg": 3251, "bg": 3347 }, - { "id": "tr_pit_season_winter", "fg": 3251, "bg": 3296 }, - { "id": "tr_spike_pit", "fg": 3258, "bg": 3339, "rotates": false }, - { "id": "tr_spike_pit_season_autumn", "fg": 3258, "bg": 3343 }, - { "id": "tr_spike_pit_season_summer", "fg": 3258, "bg": 3347 }, - { "id": "tr_spike_pit_season_winter", "fg": 3258, "bg": 3296 }, - { "id": "t_floor_resin", "fg": 3275 }, - { "id": "t_resin_hole_c", "fg": 3277, "rotates": false, "bg": 3275 }, - { "id": "t_resin_hole_o", "fg": 3278, "rotates": false, "bg": 3275 }, + { "id": "corner", "fg": 3305, "bg": 3331 }, + { "id": "edge", "fg": 3306, "bg": 3331 }, + { "id": "end_piece", "fg": 3307, "bg": 3331 }, + { "id": "center", "fg": 3304, "bg": 3331 }, + { "id": "t_connection", "fg": 3304, "bg": 3331 }, + { "id": "unconnected", "fg": 3308, "bg": 3331 } + ] + }, + { "id": "t_window", "fg": 3230, "bg": 3259, "rotates": false }, + { "id": "t_window_alarm", "fg": 3230, "bg": 3259, "rotates": false }, + { "id": "t_window_alarm_taped", "fg": 3231, "bg": 3259, "rotates": false }, + { "id": "t_window_bars", "fg": 3232, "bg": 3259, "rotates": false }, + { "id": "t_window_bars_alarm", "fg": 3233, "bg": 3259, "rotates": false }, + { "id": "t_window_boarded", "fg": 3234, "bg": 3259, "rotates": false }, + { "id": "t_window_boarded_noglass", "fg": 3235, "bg": 3259, "rotates": false }, + { "id": "t_window_domestic", "fg": 3230, "bg": 3259, "rotates": false }, + { "id": "t_window_domestic_taped", "fg": 3231, "bg": 3259, "rotates": false }, + { "id": "t_window_empty", "fg": 3236, "bg": 3259, "rotates": false }, + { "id": "t_window_enhanced", "fg": 3237, "bg": 3259, "rotates": false }, + { "id": "t_window_enhanced_noglass", "fg": 3237 }, + { "id": "t_window_frame", "fg": 3015, "bg": 3259, "rotates": false }, + { "id": "t_window_no_curtains", "fg": 3230, "bg": 3259, "rotates": false }, + { "id": "t_window_no_curtains_open", "fg": 3238, "bg": 3259, "rotates": false }, + { "id": "t_window_no_curtains_taped", "fg": 3231, "bg": 3259, "rotates": false }, + { "id": "t_window_open", "fg": 3238, "bg": 3259, "rotates": false }, + { "id": "t_window_reinforced", "fg": 3239, "bg": 3259, "rotates": false }, + { "id": "t_window_reinforced_noglass", "fg": 3240, "bg": 3259, "rotates": false }, + { "id": "t_window_stained_blue", "fg": 3241, "rotates": false }, + { "id": "t_window_stained_green", "fg": 3242, "rotates": false }, + { "id": "t_window_stained_red", "fg": 3243, "rotates": false }, + { "id": "t_window_taped", "fg": 3231, "bg": 3259, "rotates": false }, + { "id": "t_zebra", "fg": 3309, "rotates": false }, + { "id": "tr_glass_pit", "fg": 3290, "bg": 3374 }, + { "id": "tr_glass_pit_season_autumn", "fg": 3290, "bg": 3378 }, + { "id": "tr_glass_pit_season_summer", "fg": 3290, "bg": 3382 }, + { "id": "tr_glass_pit_season_winter", "fg": 3290, "bg": 3331 }, + { "id": "tr_light_snare", "bg": 3740, "rotates": false }, + { "id": "tr_pit", "fg": 3286, "bg": 3374, "rotates": false }, + { "id": "tr_pit_season_autumn", "fg": 3286, "bg": 3378 }, + { "id": "tr_pit_season_summer", "fg": 3286, "bg": 3382 }, + { "id": "tr_pit_season_winter", "fg": 3286, "bg": 3331 }, + { "id": "tr_spike_pit", "fg": 3293, "bg": 3374, "rotates": false }, + { "id": "tr_spike_pit_season_autumn", "fg": 3293, "bg": 3378 }, + { "id": "tr_spike_pit_season_summer", "fg": 3293, "bg": 3382 }, + { "id": "tr_spike_pit_season_winter", "fg": 3293, "bg": 3331 }, + { "id": "t_floor_resin", "fg": 3310 }, + { "id": "t_resin_hole_c", "fg": 3312, "rotates": false, "bg": 3310 }, + { "id": "t_resin_hole_o", "fg": 3313, "rotates": false, "bg": 3310 }, { "id": "t_wall_resin", - "fg": 3294, + "fg": 3329, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3279 }, - { "id": "corner", "fg": [ 3281, 3283, 3282, 3280 ], "bg": 3275 }, - { "id": "t_connection", "fg": [ 3291, 3293, 3292, 3290 ], "bg": 3275 }, - { "id": "edge", "fg": [ 3285, 3284 ] }, - { "id": "end_piece", "fg": [ 3287, 3289, 3288, 3286 ], "bg": 3275 }, - { "id": "unconnected", "fg": [ 3294, 3294 ], "bg": 3339 } + { "id": "center", "fg": 3314 }, + { "id": "corner", "fg": [ 3316, 3318, 3317, 3315 ], "bg": 3310 }, + { "id": "t_connection", "fg": [ 3326, 3328, 3327, 3325 ], "bg": 3310 }, + { "id": "edge", "fg": [ 3320, 3319 ] }, + { "id": "end_piece", "fg": [ 3322, 3324, 3323, 3321 ], "bg": 3310 }, + { "id": "unconnected", "fg": [ 3329, 3329 ], "bg": 3374 } ] }, { "id": "t_concrete_railing", - "fg": 3322, + "fg": 3357, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3322, "bg": 3229 }, - { "id": "corner", "fg": [ 3316, 3318, 3317, 3315 ], "bg": 3229 }, - { "id": "t_connection", "fg": [ 3322, 3319, 3322, 3319 ], "bg": 3229 }, - { "id": "edge", "fg": [ 3319, 3322 ], "bg": 3229 }, - { "id": "end_piece", "fg": [ 3320, 3322, 3321, 3322 ], "bg": 3229 }, - { "id": "unconnected", "fg": [ 3322, 3322 ], "bg": 3229 } + { "id": "center", "fg": 3357, "bg": 3264 }, + { "id": "corner", "fg": [ 3351, 3353, 3352, 3350 ], "bg": 3264 }, + { "id": "t_connection", "fg": [ 3357, 3354, 3357, 3354 ], "bg": 3264 }, + { "id": "edge", "fg": [ 3354, 3357 ], "bg": 3264 }, + { "id": "end_piece", "fg": [ 3355, 3357, 3356, 3357 ], "bg": 3264 }, + { "id": "unconnected", "fg": [ 3357, 3357 ], "bg": 3264 } ] }, { "id": "t_concrete_wall_flesh", - "fg": 3338, + "fg": 3373, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3323 }, - { "id": "corner", "fg": [ 3325, 3327, 3326, 3324 ] }, - { "id": "t_connection", "fg": [ 3335, 3337, 3336, 3334 ] }, - { "id": "edge", "fg": [ 3329, 3328 ] }, - { "id": "end_piece", "fg": [ 3331, 3333, 3332, 3330 ] }, - { "id": "unconnected", "fg": [ 3338, 3338 ] } + { "id": "center", "fg": 3358 }, + { "id": "corner", "fg": [ 3360, 3362, 3361, 3359 ] }, + { "id": "t_connection", "fg": [ 3370, 3372, 3371, 3369 ] }, + { "id": "edge", "fg": [ 3364, 3363 ] }, + { "id": "end_piece", "fg": [ 3366, 3368, 3367, 3365 ] }, + { "id": "unconnected", "fg": [ 3373, 3373 ] } ] }, { "id": "t_dirt", "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "t_dirt_season_autumn", "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "t_dirt_season_summer", "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "t_dirt_season_winter", "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "t_dock", - "fg": 3370, + "fg": 3405, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3355 }, - { "id": "corner", "fg": [ 3357, 3359, 3358, 3356 ] }, - { "id": "t_connection", "fg": [ 3367, 3369, 3368, 3366 ] }, - { "id": "edge", "fg": [ 3361, 3360 ] }, - { "id": "end_piece", "fg": [ 3363, 3365, 3364, 3362 ] }, - { "id": "unconnected", "fg": [ 3370, 3370 ] } + { "id": "center", "fg": 3390 }, + { "id": "corner", "fg": [ 3392, 3394, 3393, 3391 ] }, + { "id": "t_connection", "fg": [ 3402, 3404, 3403, 3401 ] }, + { "id": "edge", "fg": [ 3396, 3395 ] }, + { "id": "end_piece", "fg": [ 3398, 3400, 3399, 3397 ] }, + { "id": "unconnected", "fg": [ 3405, 3405 ] } ] }, { "id": "t_dock_deep", - "fg": 3386, + "fg": 3421, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3371 }, - { "id": "corner", "fg": [ 3373, 3375, 3374, 3372 ] }, - { "id": "t_connection", "fg": [ 3383, 3385, 3384, 3382 ] }, - { "id": "edge", "fg": [ 3377, 3376 ] }, - { "id": "end_piece", "fg": [ 3379, 3381, 3380, 3378 ] }, - { "id": "unconnected", "fg": [ 3386, 3386 ] } + { "id": "center", "fg": 3406 }, + { "id": "corner", "fg": [ 3408, 3410, 3409, 3407 ] }, + { "id": "t_connection", "fg": [ 3418, 3420, 3419, 3417 ] }, + { "id": "edge", "fg": [ 3412, 3411 ] }, + { "id": "end_piece", "fg": [ 3414, 3416, 3415, 3413 ] }, + { "id": "unconnected", "fg": [ 3421, 3421 ] } ] }, { "id": "t_fence_metal", - "fg": 3396, + "fg": 3431, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3396, "bg": 3224 }, - { "id": "corner", "fg": [ 3388, 3390, 3389, 3387 ], "bg": 3224 }, - { "id": "t_connection", "fg": [ 3396, 3395, 3396, 3394 ], "bg": 3224 }, - { "id": "edge", "fg": [ 3391, 3396 ], "bg": 3224 }, - { "id": "end_piece", "fg": [ 3392, 3396, 3393, 3396 ], "bg": 3224 }, - { "id": "unconnected", "fg": [ 3396, 3396 ], "bg": 3224 } + { "id": "center", "fg": 3431, "bg": 3259 }, + { "id": "corner", "fg": [ 3423, 3425, 3424, 3422 ], "bg": 3259 }, + { "id": "t_connection", "fg": [ 3431, 3430, 3431, 3429 ], "bg": 3259 }, + { "id": "edge", "fg": [ 3426, 3431 ], "bg": 3259 }, + { "id": "end_piece", "fg": [ 3427, 3431, 3428, 3431 ], "bg": 3259 }, + { "id": "unconnected", "fg": [ 3431, 3431 ], "bg": 3259 } ] }, { "id": "t_fence_rope", - "fg": 3407, + "fg": 3442, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3407, + "fg": 3442, "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "corner", - "fg": [ 3398, 3400, 3399, 3397 ], + "fg": [ 3433, 3435, 3434, 3432 ], "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "t_connection", - "fg": [ 3401, 3402, 3401, 3402 ], + "fg": [ 3436, 3437, 3436, 3437 ], "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "edge", - "fg": [ 3402, 3401 ], + "fg": [ 3437, 3436 ], "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "end_piece", - "fg": [ 3404, 3406, 3405, 3403 ], + "fg": [ 3439, 3441, 3440, 3438 ], "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] }, { "id": "unconnected", - "fg": [ 3407, 3407 ], + "fg": [ 3442, 3442 ], "bg": [ - { "weight": 100, "sprite": 3339 }, - { "weight": 100, "sprite": 3340 }, - { "weight": 100, "sprite": 3341 }, - { "weight": 100, "sprite": 3342 } + { "weight": 100, "sprite": 3374 }, + { "weight": 100, "sprite": 3375 }, + { "weight": 100, "sprite": 3376 }, + { "weight": 100, "sprite": 3377 } ] } ] }, { "id": "t_fence_rope_season_summer", - "fg": 3407, + "fg": 3442, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3407, + "fg": 3442, "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "corner", - "fg": [ 3398, 3400, 3399, 3397 ], + "fg": [ 3433, 3435, 3434, 3432 ], "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "t_connection", - "fg": [ 3401, 3402, 3401, 3402 ], + "fg": [ 3436, 3437, 3436, 3437 ], "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "edge", - "fg": [ 3402, 3401 ], + "fg": [ 3437, 3436 ], "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "end_piece", - "fg": [ 3404, 3406, 3405, 3403 ], + "fg": [ 3439, 3441, 3440, 3438 ], "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] }, { "id": "unconnected", - "fg": [ 3407, 3407 ], + "fg": [ 3442, 3442 ], "bg": [ - { "weight": 100, "sprite": 3347 }, - { "weight": 100, "sprite": 3348 }, - { "weight": 100, "sprite": 3349 }, - { "weight": 100, "sprite": 3350 } + { "weight": 100, "sprite": 3382 }, + { "weight": 100, "sprite": 3383 }, + { "weight": 100, "sprite": 3384 }, + { "weight": 100, "sprite": 3385 } ] } ] }, { "id": "t_fence_rope_season_autumn", - "fg": 3407, + "fg": 3442, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3407, + "fg": 3442, "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "corner", - "fg": [ 3398, 3400, 3399, 3397 ], + "fg": [ 3433, 3435, 3434, 3432 ], "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "t_connection", - "fg": [ 3401, 3402, 3401, 3402 ], + "fg": [ 3436, 3437, 3436, 3437 ], "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "edge", - "fg": [ 3402, 3401 ], + "fg": [ 3437, 3436 ], "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "end_piece", - "fg": [ 3404, 3406, 3405, 3403 ], + "fg": [ 3439, 3441, 3440, 3438 ], "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] }, { "id": "unconnected", - "fg": [ 3407, 3407 ], + "fg": [ 3442, 3442 ], "bg": [ - { "weight": 100, "sprite": 3343 }, - { "weight": 100, "sprite": 3344 }, - { "weight": 100, "sprite": 3345 }, - { "weight": 100, "sprite": 3346 } + { "weight": 100, "sprite": 3378 }, + { "weight": 100, "sprite": 3379 }, + { "weight": 100, "sprite": 3380 }, + { "weight": 100, "sprite": 3381 } ] } ] }, { "id": "t_fence_rope_season_winter", - "fg": 3407, + "fg": 3442, "multitile": true, "additional_tiles": [ { "id": "center", - "fg": 3407, + "fg": 3442, "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "corner", - "fg": [ 3398, 3400, 3399, 3397 ], + "fg": [ 3433, 3435, 3434, 3432 ], "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "t_connection", - "fg": [ 3401, 3402, 3401, 3402 ], + "fg": [ 3436, 3437, 3436, 3437 ], "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "edge", - "fg": [ 3402, 3401 ], + "fg": [ 3437, 3436 ], "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "end_piece", - "fg": [ 3404, 3406, 3405, 3403 ], + "fg": [ 3439, 3441, 3440, 3438 ], "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] }, { "id": "unconnected", - "fg": [ 3407, 3407 ], + "fg": [ 3442, 3442 ], "bg": [ - { "weight": 100, "sprite": 3351 }, - { "weight": 100, "sprite": 3352 }, - { "weight": 100, "sprite": 3353 }, - { "weight": 100, "sprite": 3354 } + { "weight": 100, "sprite": 3386 }, + { "weight": 100, "sprite": 3387 }, + { "weight": 100, "sprite": 3388 }, + { "weight": 100, "sprite": 3389 } ] } ] }, { "id": "t_glass_railing", - "fg": 3422, + "fg": 3457, "multitile": true, "additional_tiles": [ - { "id": "corner", "fg": [ 3409, 3411, 3410, 3408 ], "bg": 3222 }, - { "id": "t_connection", "fg": [ 3419, 3421, 3420, 3418 ], "bg": 3222 }, - { "id": "edge", "fg": [ 3413, 3412 ], "bg": 3222 }, - { "id": "end_piece", "fg": [ 3415, 3417, 3416, 3414 ], "bg": 3222 }, - { "id": "unconnected", "fg": [ 3422, 3422 ], "bg": 3222 } + { "id": "corner", "fg": [ 3444, 3446, 3445, 3443 ], "bg": 3257 }, + { "id": "t_connection", "fg": [ 3454, 3456, 3455, 3453 ], "bg": 3257 }, + { "id": "edge", "fg": [ 3448, 3447 ], "bg": 3257 }, + { "id": "end_piece", "fg": [ 3450, 3452, 3451, 3449 ], "bg": 3257 }, + { "id": "unconnected", "fg": [ 3457, 3457 ], "bg": 3257 } ] }, { "id": "t_grass", "multitile": true, - "fg": 3441, - "bg": 3339, + "fg": 3476, + "bg": 3374, "additional_tiles": [ { "id": "center", - "bg": 3339, + "bg": 3374, "fg": [ - { "weight": 1, "sprite": 3423 }, - { "weight": 1, "sprite": 3424 }, - { "weight": 1, "sprite": 3425 }, - { "weight": 1, "sprite": 3426 } + { "weight": 1, "sprite": 3458 }, + { "weight": 1, "sprite": 3459 }, + { "weight": 1, "sprite": 3460 }, + { "weight": 1, "sprite": 3461 } ] }, - { "id": "corner", "bg": 3339, "fg": [ 3428, 3430, 3429, 3427 ] }, - { "id": "t_connection", "bg": 3339, "fg": [ 3438, 3440, 3439, 3437 ] }, - { "id": "edge", "bg": 3339, "fg": [ 3432, 3431 ] }, - { "id": "end_piece", "bg": 3339, "fg": [ 3434, 3436, 3435, 3433 ] }, - { "bg": 3339, "id": "unconnected", "fg": 3441 } + { "id": "corner", "bg": 3374, "fg": [ 3463, 3465, 3464, 3462 ] }, + { "id": "t_connection", "bg": 3374, "fg": [ 3473, 3475, 3474, 3472 ] }, + { "id": "edge", "bg": 3374, "fg": [ 3467, 3466 ] }, + { "id": "end_piece", "bg": 3374, "fg": [ 3469, 3471, 3470, 3468 ] }, + { "bg": 3374, "id": "unconnected", "fg": 3476 } ] }, { "id": "t_grass_season_summer", "multitile": true, - "fg": 3479, - "bg": 3347, + "fg": 3514, + "bg": 3382, "additional_tiles": [ { "id": "center", - "bg": 3347, + "bg": 3382, "fg": [ - { "weight": 1, "sprite": 3461 }, - { "weight": 1, "sprite": 3462 }, - { "weight": 1, "sprite": 3463 }, - { "weight": 1, "sprite": 3464 } + { "weight": 1, "sprite": 3496 }, + { "weight": 1, "sprite": 3497 }, + { "weight": 1, "sprite": 3498 }, + { "weight": 1, "sprite": 3499 } ] }, - { "id": "corner", "bg": 3347, "fg": [ 3466, 3468, 3467, 3465 ] }, - { "id": "t_connection", "bg": 3347, "fg": [ 3476, 3478, 3477, 3475 ] }, - { "id": "edge", "bg": 3347, "fg": [ 3470, 3469 ] }, - { "id": "end_piece", "bg": 3347, "fg": [ 3472, 3474, 3473, 3471 ] }, - { "bg": 3347, "id": "unconnected", "fg": 3479 } + { "id": "corner", "bg": 3382, "fg": [ 3501, 3503, 3502, 3500 ] }, + { "id": "t_connection", "bg": 3382, "fg": [ 3511, 3513, 3512, 3510 ] }, + { "id": "edge", "bg": 3382, "fg": [ 3505, 3504 ] }, + { "id": "end_piece", "bg": 3382, "fg": [ 3507, 3509, 3508, 3506 ] }, + { "bg": 3382, "id": "unconnected", "fg": 3514 } ] }, { "id": "t_grass_season_autumn", "multitile": true, - "fg": 3460, - "bg": 3343, + "fg": 3495, + "bg": 3378, "additional_tiles": [ { "id": "center", - "bg": 3343, + "bg": 3378, "fg": [ - { "weight": 1, "sprite": 3442 }, - { "weight": 1, "sprite": 3443 }, - { "weight": 1, "sprite": 3444 }, - { "weight": 1, "sprite": 3445 } + { "weight": 1, "sprite": 3477 }, + { "weight": 1, "sprite": 3478 }, + { "weight": 1, "sprite": 3479 }, + { "weight": 1, "sprite": 3480 } ] }, - { "id": "corner", "bg": 3343, "fg": [ 3447, 3449, 3448, 3446 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 3457, 3459, 3458, 3456 ] }, - { "id": "edge", "bg": 3343, "fg": [ 3451, 3450 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 3453, 3455, 3454, 3452 ] }, - { "bg": 3343, "id": "unconnected", "fg": 3460 } + { "id": "corner", "bg": 3378, "fg": [ 3482, 3484, 3483, 3481 ] }, + { "id": "t_connection", "bg": 3378, "fg": [ 3492, 3494, 3493, 3491 ] }, + { "id": "edge", "bg": 3378, "fg": [ 3486, 3485 ] }, + { "id": "end_piece", "bg": 3378, "fg": [ 3488, 3490, 3489, 3487 ] }, + { "bg": 3378, "id": "unconnected", "fg": 3495 } ] }, { "id": "t_grass_season_winter", "multitile": true, - "fg": 3314, - "bg": 3351, + "fg": 3349, + "bg": 3386, "additional_tiles": [ { "id": "center", - "bg": 3351, + "bg": 3386, "fg": [ - { "weight": 1, "sprite": 3296 }, - { "weight": 1, "sprite": 3297 }, - { "weight": 1, "sprite": 3298 }, - { "weight": 1, "sprite": 3299 } + { "weight": 1, "sprite": 3331 }, + { "weight": 1, "sprite": 3332 }, + { "weight": 1, "sprite": 3333 }, + { "weight": 1, "sprite": 3334 } ] }, - { "id": "corner", "bg": 3351, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 3351, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 3351, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 3351, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 3351, "id": "unconnected", "fg": 3314 } + { "id": "corner", "bg": 3386, "fg": [ 3336, 3338, 3337, 3335 ] }, + { "id": "t_connection", "bg": 3386, "fg": [ 3346, 3348, 3347, 3345 ] }, + { "id": "edge", "bg": 3386, "fg": [ 3340, 3339 ] }, + { "id": "end_piece", "bg": 3386, "fg": [ 3342, 3344, 3343, 3341 ] }, + { "bg": 3386, "id": "unconnected", "fg": 3349 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 3495, - "bg": 3339, + "fg": 3530, + "bg": 3374, "additional_tiles": [ - { "id": "center", "bg": 3339, "fg": 3480 }, - { "id": "corner", "bg": 3339, "fg": [ 3482, 3484, 3483, 3481 ] }, - { "id": "t_connection", "bg": 3339, "fg": [ 3492, 3494, 3493, 3491 ] }, - { "id": "edge", "bg": 3339, "fg": [ 3486, 3485 ] }, - { "id": "end_piece", "bg": 3339, "fg": [ 3488, 3490, 3489, 3487 ] }, - { "bg": 3339, "id": "unconnected", "fg": 3495 } + { "id": "center", "bg": 3374, "fg": 3515 }, + { "id": "corner", "bg": 3374, "fg": [ 3517, 3519, 3518, 3516 ] }, + { "id": "t_connection", "bg": 3374, "fg": [ 3527, 3529, 3528, 3526 ] }, + { "id": "edge", "bg": 3374, "fg": [ 3521, 3520 ] }, + { "id": "end_piece", "bg": 3374, "fg": [ 3523, 3525, 3524, 3522 ] }, + { "bg": 3374, "id": "unconnected", "fg": 3530 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 3527, - "bg": 3347, + "fg": 3562, + "bg": 3382, "additional_tiles": [ - { "id": "center", "bg": 3347, "fg": 3512 }, - { "id": "corner", "bg": 3347, "fg": [ 3514, 3516, 3515, 3513 ] }, - { "id": "t_connection", "bg": 3347, "fg": [ 3524, 3526, 3525, 3523 ] }, - { "id": "edge", "bg": 3347, "fg": [ 3518, 3517 ] }, - { "id": "end_piece", "bg": 3347, "fg": [ 3520, 3522, 3521, 3519 ] }, - { "bg": 3347, "id": "unconnected", "fg": 3527 } + { "id": "center", "bg": 3382, "fg": 3547 }, + { "id": "corner", "bg": 3382, "fg": [ 3549, 3551, 3550, 3548 ] }, + { "id": "t_connection", "bg": 3382, "fg": [ 3559, 3561, 3560, 3558 ] }, + { "id": "edge", "bg": 3382, "fg": [ 3553, 3552 ] }, + { "id": "end_piece", "bg": 3382, "fg": [ 3555, 3557, 3556, 3554 ] }, + { "bg": 3382, "id": "unconnected", "fg": 3562 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 3511, - "bg": 3343, + "fg": 3546, + "bg": 3378, "additional_tiles": [ - { "id": "center", "bg": 3343, "fg": 3496 }, - { "id": "corner", "bg": 3343, "fg": [ 3498, 3500, 3499, 3497 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 3508, 3510, 3509, 3507 ] }, - { "id": "edge", "bg": 3343, "fg": [ 3502, 3501 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 3504, 3506, 3505, 3503 ] }, - { "bg": 3343, "id": "unconnected", "fg": 3511 } + { "id": "center", "bg": 3378, "fg": 3531 }, + { "id": "corner", "bg": 3378, "fg": [ 3533, 3535, 3534, 3532 ] }, + { "id": "t_connection", "bg": 3378, "fg": [ 3543, 3545, 3544, 3542 ] }, + { "id": "edge", "bg": 3378, "fg": [ 3537, 3536 ] }, + { "id": "end_piece", "bg": 3378, "fg": [ 3539, 3541, 3540, 3538 ] }, + { "bg": 3378, "id": "unconnected", "fg": 3546 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 3314, - "bg": 3351, + "fg": 3349, + "bg": 3386, "additional_tiles": [ { "id": "center", - "bg": 3351, + "bg": 3386, "fg": [ - { "weight": 1, "sprite": 3296 }, - { "weight": 1, "sprite": 3297 }, - { "weight": 1, "sprite": 3298 }, - { "weight": 1, "sprite": 3299 } + { "weight": 1, "sprite": 3331 }, + { "weight": 1, "sprite": 3332 }, + { "weight": 1, "sprite": 3333 }, + { "weight": 1, "sprite": 3334 } ] }, - { "id": "corner", "bg": 3351, "fg": [ 3301, 3303, 3302, 3300 ] }, - { "id": "t_connection", "bg": 3351, "fg": [ 3311, 3313, 3312, 3310 ] }, - { "id": "edge", "bg": 3351, "fg": [ 3305, 3304 ] }, - { "id": "end_piece", "bg": 3351, "fg": [ 3307, 3309, 3308, 3306 ] }, - { "bg": 3351, "id": "unconnected", "fg": 3314 } + { "id": "corner", "bg": 3386, "fg": [ 3336, 3338, 3337, 3335 ] }, + { "id": "t_connection", "bg": 3386, "fg": [ 3346, 3348, 3347, 3345 ] }, + { "id": "edge", "bg": 3386, "fg": [ 3340, 3339 ] }, + { "id": "end_piece", "bg": 3386, "fg": [ 3342, 3344, 3343, 3341 ] }, + { "bg": 3386, "id": "unconnected", "fg": 3349 } ] }, { "id": "f_grass_long", "multitile": true, - "fg": 3543, + "fg": 3578, "additional_tiles": [ - { "id": "center", "fg": 3528 }, - { "id": "corner", "fg": [ 3530, 3532, 3531, 3529 ] }, - { "id": "t_connection", "fg": [ 3540, 3542, 3541, 3539 ] }, - { "id": "edge", "fg": [ 3534, 3533 ] }, - { "id": "end_piece", "fg": [ 3536, 3538, 3537, 3535 ] }, - { "id": "unconnected", "fg": 3543 } + { "id": "center", "fg": 3563 }, + { "id": "corner", "fg": [ 3565, 3567, 3566, 3564 ] }, + { "id": "t_connection", "fg": [ 3575, 3577, 3576, 3574 ] }, + { "id": "edge", "fg": [ 3569, 3568 ] }, + { "id": "end_piece", "fg": [ 3571, 3573, 3572, 3570 ] }, + { "id": "unconnected", "fg": 3578 } ] }, { "id": "f_grass_long_season_autumn", "multitile": true, - "fg": 3559, + "fg": 3594, "additional_tiles": [ - { "id": "center", "fg": 3544 }, - { "id": "corner", "fg": [ 3546, 3548, 3547, 3545 ] }, - { "id": "t_connection", "fg": [ 3556, 3558, 3557, 3555 ] }, - { "id": "edge", "fg": [ 3550, 3549 ] }, - { "id": "end_piece", "fg": [ 3552, 3554, 3553, 3551 ] }, - { "id": "unconnected", "fg": 3559 } + { "id": "center", "fg": 3579 }, + { "id": "corner", "fg": [ 3581, 3583, 3582, 3580 ] }, + { "id": "t_connection", "fg": [ 3591, 3593, 3592, 3590 ] }, + { "id": "edge", "fg": [ 3585, 3584 ] }, + { "id": "end_piece", "fg": [ 3587, 3589, 3588, 3586 ] }, + { "id": "unconnected", "fg": 3594 } ] }, { "id": "f_grass_long_season_summer", "multitile": true, - "fg": 3575, + "fg": 3610, "additional_tiles": [ - { "id": "center", "fg": 3560 }, - { "id": "corner", "fg": [ 3562, 3564, 3563, 3561 ] }, - { "id": "t_connection", "fg": [ 3572, 3574, 3573, 3571 ] }, - { "id": "edge", "fg": [ 3566, 3565 ] }, - { "id": "end_piece", "fg": [ 3568, 3570, 3569, 3567 ] }, - { "id": "unconnected", "fg": 3575 } + { "id": "center", "fg": 3595 }, + { "id": "corner", "fg": [ 3597, 3599, 3598, 3596 ] }, + { "id": "t_connection", "fg": [ 3607, 3609, 3608, 3606 ] }, + { "id": "edge", "fg": [ 3601, 3600 ] }, + { "id": "end_piece", "fg": [ 3603, 3605, 3604, 3602 ] }, + { "id": "unconnected", "fg": 3610 } ] }, { "id": "t_grass_long", "multitile": true, - "fg": 3543, - "bg": 3339, + "fg": 3578, + "bg": 3374, "additional_tiles": [ - { "id": "center", "bg": 3339, "fg": 3528 }, - { "id": "corner", "bg": 3339, "fg": [ 3530, 3532, 3531, 3529 ] }, - { "id": "t_connection", "bg": 3339, "fg": [ 3540, 3542, 3541, 3539 ] }, - { "id": "edge", "bg": 3339, "fg": [ 3534, 3533 ] }, - { "id": "end_piece", "bg": 3339, "fg": [ 3536, 3538, 3537, 3535 ] }, - { "bg": 3339, "id": "unconnected", "fg": 3543 } + { "id": "center", "bg": 3374, "fg": 3563 }, + { "id": "corner", "bg": 3374, "fg": [ 3565, 3567, 3566, 3564 ] }, + { "id": "t_connection", "bg": 3374, "fg": [ 3575, 3577, 3576, 3574 ] }, + { "id": "edge", "bg": 3374, "fg": [ 3569, 3568 ] }, + { "id": "end_piece", "bg": 3374, "fg": [ 3571, 3573, 3572, 3570 ] }, + { "bg": 3374, "id": "unconnected", "fg": 3578 } ] }, { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 3559, - "bg": 3343, + "fg": 3594, + "bg": 3378, "additional_tiles": [ - { "id": "center", "bg": 3343, "fg": 3544 }, - { "id": "corner", "bg": 3343, "fg": [ 3546, 3548, 3547, 3545 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 3556, 3558, 3557, 3555 ] }, - { "id": "edge", "bg": 3343, "fg": [ 3550, 3549 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 3552, 3554, 3553, 3551 ] }, - { "bg": 3343, "id": "unconnected", "fg": 3559 } + { "id": "center", "bg": 3378, "fg": 3579 }, + { "id": "corner", "bg": 3378, "fg": [ 3581, 3583, 3582, 3580 ] }, + { "id": "t_connection", "bg": 3378, "fg": [ 3591, 3593, 3592, 3590 ] }, + { "id": "edge", "bg": 3378, "fg": [ 3585, 3584 ] }, + { "id": "end_piece", "bg": 3378, "fg": [ 3587, 3589, 3588, 3586 ] }, + { "bg": 3378, "id": "unconnected", "fg": 3594 } ] }, { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 3575, - "bg": 3347, + "fg": 3610, + "bg": 3382, "additional_tiles": [ - { "id": "center", "bg": 3347, "fg": 3560 }, - { "id": "corner", "bg": 3347, "fg": [ 3562, 3564, 3563, 3561 ] }, - { "id": "t_connection", "bg": 3347, "fg": [ 3572, 3574, 3573, 3571 ] }, - { "id": "edge", "bg": 3347, "fg": [ 3566, 3565 ] }, - { "id": "end_piece", "bg": 3347, "fg": [ 3568, 3570, 3569, 3567 ] }, - { "bg": 3347, "id": "unconnected", "fg": 3575 } + { "id": "center", "bg": 3382, "fg": 3595 }, + { "id": "corner", "bg": 3382, "fg": [ 3597, 3599, 3598, 3596 ] }, + { "id": "t_connection", "bg": 3382, "fg": [ 3607, 3609, 3608, 3606 ] }, + { "id": "edge", "bg": 3382, "fg": [ 3601, 3600 ] }, + { "id": "end_piece", "bg": 3382, "fg": [ 3603, 3605, 3604, 3602 ] }, + { "bg": 3382, "id": "unconnected", "fg": 3610 } ] }, - { "id": "t_grass_long_season_winter", "fg": 3295 }, + { "id": "t_grass_long_season_winter", "fg": 3330 }, { "id": "f_grass_tall", "multitile": true, - "fg": 3591, + "fg": 3626, "additional_tiles": [ - { "id": "center", "fg": 3576 }, - { "id": "corner", "fg": [ 3578, 3580, 3579, 3577 ] }, - { "id": "t_connection", "fg": [ 3588, 3590, 3589, 3587 ] }, - { "id": "edge", "fg": [ 3582, 3581 ] }, - { "id": "end_piece", "fg": [ 3584, 3586, 3585, 3583 ] }, - { "id": "unconnected", "fg": 3591 } + { "id": "center", "fg": 3611 }, + { "id": "corner", "fg": [ 3613, 3615, 3614, 3612 ] }, + { "id": "t_connection", "fg": [ 3623, 3625, 3624, 3622 ] }, + { "id": "edge", "fg": [ 3617, 3616 ] }, + { "id": "end_piece", "fg": [ 3619, 3621, 3620, 3618 ] }, + { "id": "unconnected", "fg": 3626 } ] }, { "id": "f_grass_tall_season_summer", "multitile": true, - "fg": 3623, + "fg": 3658, "additional_tiles": [ - { "id": "center", "fg": 3608 }, - { "id": "corner", "fg": [ 3610, 3612, 3611, 3609 ] }, - { "id": "t_connection", "fg": [ 3620, 3622, 3621, 3619 ] }, - { "id": "edge", "fg": [ 3614, 3613 ] }, - { "id": "end_piece", "fg": [ 3616, 3618, 3617, 3615 ] }, - { "id": "unconnected", "fg": 3623 } + { "id": "center", "fg": 3643 }, + { "id": "corner", "fg": [ 3645, 3647, 3646, 3644 ] }, + { "id": "t_connection", "fg": [ 3655, 3657, 3656, 3654 ] }, + { "id": "edge", "fg": [ 3649, 3648 ] }, + { "id": "end_piece", "fg": [ 3651, 3653, 3652, 3650 ] }, + { "id": "unconnected", "fg": 3658 } ] }, { "id": "f_grass_tall_season_autumn", "multitile": true, - "fg": 3607, + "fg": 3642, "additional_tiles": [ - { "id": "center", "fg": 3592 }, - { "id": "corner", "fg": [ 3594, 3596, 3595, 3593 ] }, - { "id": "t_connection", "fg": [ 3604, 3606, 3605, 3603 ] }, - { "id": "edge", "fg": [ 3598, 3597 ] }, - { "id": "end_piece", "fg": [ 3600, 3602, 3601, 3599 ] }, - { "id": "unconnected", "fg": 3607 } + { "id": "center", "fg": 3627 }, + { "id": "corner", "fg": [ 3629, 3631, 3630, 3628 ] }, + { "id": "t_connection", "fg": [ 3639, 3641, 3640, 3638 ] }, + { "id": "edge", "fg": [ 3633, 3632 ] }, + { "id": "end_piece", "fg": [ 3635, 3637, 3636, 3634 ] }, + { "id": "unconnected", "fg": 3642 } ] }, { "id": "t_grass_tall", "multitile": true, - "fg": 3591, - "bg": 3339, + "fg": 3626, + "bg": 3374, "additional_tiles": [ - { "id": "center", "bg": 3339, "fg": 3576 }, - { "id": "corner", "bg": 3339, "fg": [ 3578, 3580, 3579, 3577 ] }, - { "id": "t_connection", "bg": 3339, "fg": [ 3588, 3590, 3589, 3587 ] }, - { "id": "edge", "bg": 3339, "fg": [ 3582, 3581 ] }, - { "id": "end_piece", "bg": 3339, "fg": [ 3584, 3586, 3585, 3583 ] }, - { "bg": 3339, "id": "unconnected", "fg": 3591 } + { "id": "center", "bg": 3374, "fg": 3611 }, + { "id": "corner", "bg": 3374, "fg": [ 3613, 3615, 3614, 3612 ] }, + { "id": "t_connection", "bg": 3374, "fg": [ 3623, 3625, 3624, 3622 ] }, + { "id": "edge", "bg": 3374, "fg": [ 3617, 3616 ] }, + { "id": "end_piece", "bg": 3374, "fg": [ 3619, 3621, 3620, 3618 ] }, + { "bg": 3374, "id": "unconnected", "fg": 3626 } ] }, { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 3623, - "bg": 3347, + "fg": 3658, + "bg": 3382, "additional_tiles": [ - { "id": "center", "bg": 3347, "fg": 3608 }, - { "id": "corner", "bg": 3347, "fg": [ 3610, 3612, 3611, 3609 ] }, - { "id": "t_connection", "bg": 3347, "fg": [ 3620, 3622, 3621, 3619 ] }, - { "id": "edge", "bg": 3347, "fg": [ 3614, 3613 ] }, - { "id": "end_piece", "bg": 3347, "fg": [ 3616, 3618, 3617, 3615 ] }, - { "bg": 3347, "id": "unconnected", "fg": 3623 } + { "id": "center", "bg": 3382, "fg": 3643 }, + { "id": "corner", "bg": 3382, "fg": [ 3645, 3647, 3646, 3644 ] }, + { "id": "t_connection", "bg": 3382, "fg": [ 3655, 3657, 3656, 3654 ] }, + { "id": "edge", "bg": 3382, "fg": [ 3649, 3648 ] }, + { "id": "end_piece", "bg": 3382, "fg": [ 3651, 3653, 3652, 3650 ] }, + { "bg": 3382, "id": "unconnected", "fg": 3658 } ] }, { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 3607, - "bg": 3343, + "fg": 3642, + "bg": 3378, "additional_tiles": [ - { "id": "center", "bg": 3343, "fg": 3592 }, - { "id": "corner", "bg": 3343, "fg": [ 3594, 3596, 3595, 3593 ] }, - { "id": "t_connection", "bg": 3343, "fg": [ 3604, 3606, 3605, 3603 ] }, - { "id": "edge", "bg": 3343, "fg": [ 3598, 3597 ] }, - { "id": "end_piece", "bg": 3343, "fg": [ 3600, 3602, 3601, 3599 ] }, - { "bg": 3343, "id": "unconnected", "fg": 3607 } + { "id": "center", "bg": 3378, "fg": 3627 }, + { "id": "corner", "bg": 3378, "fg": [ 3629, 3631, 3630, 3628 ] }, + { "id": "t_connection", "bg": 3378, "fg": [ 3639, 3641, 3640, 3638 ] }, + { "id": "edge", "bg": 3378, "fg": [ 3633, 3632 ] }, + { "id": "end_piece", "bg": 3378, "fg": [ 3635, 3637, 3636, 3634 ] }, + { "bg": 3378, "id": "unconnected", "fg": 3642 } ] }, - { "id": "t_grass_tall_season_winter", "fg": 3295 }, + { "id": "t_grass_tall_season_winter", "fg": 3330 }, { "id": "t_metal_railing", - "fg": 3631, + "fg": 3666, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3631, "bg": 3222 }, - { "id": "corner", "fg": [ 3625, 3627, 3626, 3624 ], "bg": 3222 }, - { "id": "t_connection", "fg": [ 3631, 3628, 3631, 3628 ], "bg": 3222 }, - { "id": "edge", "fg": [ 3628, 3631 ], "bg": 3222 }, - { "id": "end_piece", "fg": [ 3629, 3631, 3630, 3631 ], "bg": 3222 }, - { "id": "unconnected", "fg": [ 3631, 3631 ], "bg": 3222 } + { "id": "center", "fg": 3666, "bg": 3257 }, + { "id": "corner", "fg": [ 3660, 3662, 3661, 3659 ], "bg": 3257 }, + { "id": "t_connection", "fg": [ 3666, 3663, 3666, 3663 ], "bg": 3257 }, + { "id": "edge", "fg": [ 3663, 3666 ], "bg": 3257 }, + { "id": "end_piece", "fg": [ 3664, 3666, 3665, 3666 ], "bg": 3257 }, + { "id": "unconnected", "fg": [ 3666, 3666 ], "bg": 3257 } ] }, { "id": "t_paper", - "fg": 3648, + "fg": 3683, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3632 }, - { "id": "corner", "fg": [ 3634, 3636, 3635, 3633 ] }, - { "id": "t_connection", "fg": [ 3645, 3647, 3646, 3644 ] }, - { "id": "edge", "fg": [ 3638, 3637 ] }, - { "id": "end_piece", "fg": [ 3640, 3642, 3641, 3639 ] }, - { "id": "unconnected", "fg": [ 3648, 3648 ] } + { "id": "center", "fg": 3667 }, + { "id": "corner", "fg": [ 3669, 3671, 3670, 3668 ] }, + { "id": "t_connection", "fg": [ 3680, 3682, 3681, 3679 ] }, + { "id": "edge", "fg": [ 3673, 3672 ] }, + { "id": "end_piece", "fg": [ 3675, 3677, 3676, 3674 ] }, + { "id": "unconnected", "fg": [ 3683, 3683 ] } ] }, { "id": "t_pontoon", - "fg": 3664, + "fg": 3699, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3649 }, - { "id": "corner", "fg": [ 3651, 3653, 3652, 3650 ] }, - { "id": "t_connection", "fg": [ 3661, 3663, 3662, 3660 ] }, - { "id": "edge", "fg": [ 3655, 3654 ] }, - { "id": "end_piece", "fg": [ 3657, 3659, 3658, 3656 ] }, - { "id": "unconnected", "fg": [ 3664, 3664 ] } + { "id": "center", "fg": 3684 }, + { "id": "corner", "fg": [ 3686, 3688, 3687, 3685 ] }, + { "id": "t_connection", "fg": [ 3696, 3698, 3697, 3695 ] }, + { "id": "edge", "fg": [ 3690, 3689 ] }, + { "id": "end_piece", "fg": [ 3692, 3694, 3693, 3691 ] }, + { "id": "unconnected", "fg": [ 3699, 3699 ] } ] }, - { "id": [ "t_ramp_up_high", "t_ramp_up_low" ], "fg": 3666 }, - { "id": [ "t_ramp_down_high", "t_ramp_down_low" ], "fg": 3665 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_up_high" ], "fg": 3668 }, - { "id": [ "t_sidewalk_ramp_down_low", "t_sidewalk_ramp_down_high" ], "fg": 3667 }, + { "id": [ "t_ramp_up_high", "t_ramp_up_low" ], "fg": 3701 }, + { "id": [ "t_ramp_down_high", "t_ramp_down_low" ], "fg": 3700 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_up_high" ], "fg": 3703 }, + { "id": [ "t_sidewalk_ramp_down_low", "t_sidewalk_ramp_down_high" ], "fg": 3702 }, { "id": "t_screened_porch_wall", - "fg": 3686, + "fg": 3721, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3671 }, - { "id": "corner", "fg": [ 3673, 3675, 3674, 3672 ] }, - { "id": "t_connection", "fg": [ 3683, 3685, 3684, 3682 ] }, - { "id": "edge", "fg": [ 3677, 3676 ] }, - { "id": "end_piece", "fg": [ 3679, 3681, 3680, 3678 ] }, - { "id": "unconnected", "fg": [ 3686, 3686 ] } + { "id": "center", "fg": 3706 }, + { "id": "corner", "fg": [ 3708, 3710, 3709, 3707 ] }, + { "id": "t_connection", "fg": [ 3718, 3720, 3719, 3717 ] }, + { "id": "edge", "fg": [ 3712, 3711 ] }, + { "id": "end_piece", "fg": [ 3714, 3716, 3715, 3713 ] }, + { "id": "unconnected", "fg": [ 3721, 3721 ] } ] }, { "id": "t_wall_resin_cage", - "fg": 3702, + "fg": 3737, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 3687, "bg": 3275 }, - { "id": "corner", "fg": [ 3689, 3691, 3690, 3688 ], "bg": 3275 }, - { "id": "t_connection", "fg": [ 3699, 3701, 3700, 3698 ], "bg": 3275 }, - { "id": "edge", "fg": [ 3693, 3692 ], "bg": 3275 }, - { "id": "end_piece", "fg": [ 3695, 3697, 3696, 3694 ], "bg": 3275 }, - { "id": "unconnected", "fg": [ 3702, 3702 ], "bg": 3275 } + { "id": "center", "fg": 3722, "bg": 3310 }, + { "id": "corner", "fg": [ 3724, 3726, 3725, 3723 ], "bg": 3310 }, + { "id": "t_connection", "fg": [ 3734, 3736, 3735, 3733 ], "bg": 3310 }, + { "id": "edge", "fg": [ 3728, 3727 ], "bg": 3310 }, + { "id": "end_piece", "fg": [ 3730, 3732, 3731, 3729 ], "bg": 3310 }, + { "id": "unconnected", "fg": [ 3737, 3737 ], "bg": 3310 } ] }, - { "id": "tr_beartrap", "bg": 3723, "rotates": false }, - { "id": "tr_beartrap_buried", "fg": 3708, "bg": 3723, "rotates": false }, - { "id": "tr_beartrap_buried_season_winter", "fg": 3709, "bg": 3723 }, + { "id": "tr_beartrap", "bg": 3758, "rotates": false }, + { "id": "tr_beartrap_buried", "fg": 3743, "bg": 3758, "rotates": false }, + { "id": "tr_beartrap_buried_season_winter", "fg": 3744, "bg": 3758 }, { "id": "tr_blade", - "fg": 3710, + "fg": 3745, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "edge", "fg": 3710 } ] + "additional_tiles": [ { "id": "edge", "fg": 3745 } ] }, - { "id": "tr_bubblewrap", "fg": 3711, "rotates": false }, - { "id": "tr_caltrops", "fg": 3712, "rotates": false }, - { "id": "tr_dissector", "fg": 3713, "rotates": false }, + { "id": "tr_bubblewrap", "fg": 3746, "rotates": false }, + { "id": "tr_caltrops", "fg": 3747, "rotates": false }, + { "id": "tr_dissector", "fg": 3748, "rotates": false }, { "id": "tr_drain", - "bg": 3724, + "bg": 3759, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "center", "bg": 3703 }, { "id": "t_connection", "bg": 3703 } ] - }, - { "id": "tr_engine", "fg": 3714 }, - { "id": "tr_fur_rollmat", "fg": 3715, "rotates": false }, - { "id": "tr_goo", "fg": 3716, "bg": 3222, "rotates": false }, - { "id": "tr_heavy_snare", "bg": 3704, "rotates": false }, - { "id": "tr_lava", "fg": 2957, "rotates": false }, - { "id": "tr_leather_funnel", "fg": 3717, "rotates": false }, - { "id": "tr_nailboard", "bg": 3706, "rotates": false }, - { "id": "tr_portal", "fg": 3718, "bg": [ ], "rotates": false }, - { "id": "tr_raincatcher", "fg": 3007, "rotates": false }, - { "id": "tr_rollmat", "fg": 3719, "rotates": false }, - { "id": "tr_sinkhole", "fg": 3720, "rotates": false }, - { "id": "tr_sinkhole_season_winter", "fg": 3721, "rotates": false }, - { "id": "tr_snare", "bg": 3704, "rotates": false }, - { "id": "tr_telepad", "fg": 3722, "bg": [ ], "rotates": false }, - { "id": "tr_temple_flood", "fg": 3720 }, - { "id": "tr_tripwire", "bg": 3707, "rotates": false }, + "additional_tiles": [ { "id": "center", "bg": 3738 }, { "id": "t_connection", "bg": 3738 } ] + }, + { "id": "tr_engine", "fg": 3749 }, + { "id": "tr_fur_rollmat", "fg": 3750, "rotates": false }, + { "id": "tr_goo", "fg": 3751, "bg": 3257, "rotates": false }, + { "id": "tr_heavy_snare", "bg": 3739, "rotates": false }, + { "id": "tr_lava", "fg": 2992, "rotates": false }, + { "id": "tr_leather_funnel", "fg": 3752, "rotates": false }, + { "id": "tr_nailboard", "bg": 3741, "rotates": false }, + { "id": "tr_portal", "fg": 3753, "bg": [ ], "rotates": false }, + { "id": "tr_raincatcher", "fg": 3042, "rotates": false }, + { "id": "tr_rollmat", "fg": 3754, "rotates": false }, + { "id": "tr_sinkhole", "fg": 3755, "rotates": false }, + { "id": "tr_sinkhole_season_winter", "fg": 3756, "rotates": false }, + { "id": "tr_snare", "bg": 3739, "rotates": false }, + { "id": "tr_telepad", "fg": 3757, "bg": [ ], "rotates": false }, + { "id": "tr_temple_flood", "fg": 3755 }, + { "id": "tr_tripwire", "bg": 3742, "rotates": false }, { "id": [ "vp_seed_drill" ], - "fg": [ 3732, 3734, 3733, 3731 ], + "fg": [ 3767, 3769, 3768, 3766 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3732, 3734, 3733, 3731 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3767, 3769, 3768, 3766 ] } ] }, { "id": [ "vp_wing_mirror" ], - "fg": 3729, + "fg": 3764, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3729 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3764 } ] }, { "id": "vp_board_ne", - "fg": [ 3739, 3742, 3741, 3740 ], + "fg": [ 3774, 3777, 3776, 3775 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3739, 3742, 3741, 3740 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3774, 3777, 3776, 3775 ] } ] }, { "id": "vp_board_nw", - "fg": [ 3743, 3746, 3745, 3744 ], + "fg": [ 3778, 3781, 3780, 3779 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3743, 3746, 3745, 3744 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3778, 3781, 3780, 3779 ] } ] }, { "id": "vp_board_se", - "fg": [ 3747, 3749, 3743, 3748 ], + "fg": [ 3782, 3784, 3778, 3783 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3747, 3749, 3743, 3748 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3782, 3784, 3778, 3783 ] } ] }, { "id": "vp_board_sw", - "fg": [ 3750, 3752, 3739, 3751 ], + "fg": [ 3785, 3787, 3774, 3786 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3750, 3752, 3739, 3751 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3785, 3787, 3774, 3786 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 3753, 3755, 3756, 3754 ], + "fg": [ 3788, 3790, 3791, 3789 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3753, 3755, 3756, 3754 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3788, 3790, 3791, 3789 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 3756, 3754, 3753, 3755 ], + "fg": [ 3791, 3789, 3788, 3790 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3756, 3754, 3753, 3755 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3791, 3789, 3788, 3790 ] } ] }, { "id": [ "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": 3735, + "fg": 3770, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3735 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3770 } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 3735, 3737, 3735, 3736 ], + "fg": [ 3770, 3772, 3770, 3771 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3735, 3737, 3735, 3736 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3770, 3772, 3770, 3771 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 3738, 3736, 3735, 3737 ], + "fg": [ 3773, 3771, 3770, 3772 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3738, 3736, 3735, 3737 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3773, 3771, 3770, 3772 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": 3753, + "fg": 3788, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3753 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3788 } ] }, { "id": "vp_hdboard_ne", - "fg": [ 3817, 3820, 3819, 3818 ], + "fg": [ 3852, 3855, 3854, 3853 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3817, 3820, 3819, 3818 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3852, 3855, 3854, 3853 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 3821, 3824, 3823, 3822 ], + "fg": [ 3856, 3859, 3858, 3857 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3821, 3824, 3823, 3822 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3856, 3859, 3858, 3857 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 3825, 3827, 3821, 3826 ], + "fg": [ 3860, 3862, 3856, 3861 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3825, 3827, 3821, 3826 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3860, 3862, 3856, 3861 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 3828, 3830, 3817, 3829 ], + "fg": [ 3863, 3865, 3852, 3864 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3828, 3830, 3817, 3829 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3863, 3865, 3852, 3864 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 3831, 3833, 3832, 3833 ], + "fg": [ 3866, 3868, 3867, 3868 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3831, 3833, 3832, 3833 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3866, 3868, 3867, 3868 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 3832, 3833, 3831, 3833 ], + "fg": [ 3867, 3868, 3866, 3868 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3832, 3833, 3831, 3833 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3867, 3868, 3866, 3868 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 3813, + "fg": 3848, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3813 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3848 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 3813, 3815, 3813, 3814 ], + "fg": [ 3848, 3850, 3848, 3849 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3813, 3815, 3813, 3814 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3848, 3850, 3848, 3849 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 3816, 3814, 3813, 3815 ], + "fg": [ 3851, 3849, 3848, 3850 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3816, 3814, 3813, 3815 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3851, 3849, 3848, 3850 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 3831, + "fg": 3866, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3831 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3866 } ] }, { "id": "vp_halfboard_ne", - "fg": [ 3778, 3781, 3780, 3779 ], + "fg": [ 3813, 3816, 3815, 3814 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3778, 3781, 3780, 3779 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3813, 3816, 3815, 3814 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 3782, 3785, 3784, 3783 ], + "fg": [ 3817, 3820, 3819, 3818 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3782, 3785, 3784, 3783 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3817, 3820, 3819, 3818 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 3786, 3789, 3788, 3787 ], + "fg": [ 3821, 3824, 3823, 3822 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3786, 3789, 3788, 3787 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3821, 3824, 3823, 3822 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 3790, 3793, 3792, 3791 ], + "fg": [ 3825, 3828, 3827, 3826 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3790, 3793, 3792, 3791 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3825, 3828, 3827, 3826 ] } ] }, { "id": "vp_halfboard_vertical_left", - "fg": [ 3801, 3803, 3804, 3802 ], + "fg": [ 3836, 3838, 3839, 3837 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3801, 3803, 3804, 3802 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3836, 3838, 3839, 3837 ] } ] }, { "id": "vp_halfboard_vertical_2_left", - "fg": [ 3795, 3797, 3798, 3796 ], + "fg": [ 3830, 3832, 3833, 3831 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3795, 3797, 3798, 3796 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3830, 3832, 3833, 3831 ] } ] }, { "id": "vp_halfboard_vertical_right", - "fg": [ 3804, 3802, 3801, 3803 ], + "fg": [ 3839, 3837, 3836, 3838 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3804, 3802, 3801, 3803 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3839, 3837, 3836, 3838 ] } ] }, { "id": "vp_halfboard_vertical_2_right", - "fg": [ 3798, 3800, 3795, 3799 ], + "fg": [ 3833, 3835, 3830, 3834 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3798, 3800, 3795, 3799 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3833, 3835, 3830, 3834 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 3806, 3808, 3807, 3805 ], + "fg": [ 3841, 3843, 3842, 3840 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3806, 3808, 3807, 3805 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3841, 3843, 3842, 3840 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 3810, 3812, 3811, 3809 ], + "fg": [ 3845, 3847, 3846, 3844 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3810, 3812, 3811, 3809 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3845, 3847, 3846, 3844 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": 3761, + "fg": 3796, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3761 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3796 } ] }, { "id": "vp_halfboard_horizontal_front", - "fg": [ 3770, 3773, 3772, 3771 ], + "fg": [ 3805, 3808, 3807, 3806 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3770, 3773, 3772, 3771 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3805, 3808, 3807, 3806 ] } ] }, { "id": "vp_halfboard_horizontal_2_front", - "fg": [ 3762, 3765, 3764, 3763 ], + "fg": [ 3797, 3800, 3799, 3798 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3762, 3765, 3764, 3763 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3797, 3800, 3799, 3798 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 3774, 3777, 3776, 3775 ], + "fg": [ 3809, 3812, 3811, 3810 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3774, 3777, 3776, 3775 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3809, 3812, 3811, 3810 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 3766, 3769, 3768, 3767 ], + "fg": [ 3801, 3804, 3803, 3802 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3766, 3769, 3768, 3767 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3801, 3804, 3803, 3802 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": 3794, + "fg": 3829, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3794 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3829 } ] }, { "id": "vp_halfboard_cover", - "fg": [ 3757, 3760, 3759, 3758 ], + "fg": [ 3792, 3795, 3794, 3793 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3757, 3760, 3759, 3758 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3792, 3795, 3794, 3793 ] } ] }, { "id": "vp_hdhalfboard_ne", - "fg": 3848, + "fg": 3883, "//": [ "vp_hdhalfboard_ne_rotW", "vp_hdhalfboard_ne_rotS", "vp_hdhalfboard_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3848 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3883 } ] }, { "id": "vp_hdhalfboard_nw", - "fg": 3849, + "fg": 3884, "//": [ "vp_hdhalfboard_nw_rotW", "vp_hdhalfboard_nw_rotS", "vp_hdhalfboard_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3849 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3884 } ] }, { "id": "vp_hdhalfboard_se", - "fg": 3850, + "fg": 3885, "//": [ "vp_hdhalfboard_se_rotW", "vp_hdhalfboard_se_rotS", "vp_hdhalfboard_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3850 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3885 } ] }, { "id": "vp_hdhalfboard_sw", - "fg": 3851, + "fg": 3886, "//": [ "vp_hdhalfboard_sw_rotW", "vp_hdhalfboard_sw_rotS", "vp_hdhalfboard_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3851 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3886 } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": 3856, + "fg": 3891, "//": [ "vp_hdhalfboard_vertical_left_rotW_right_rotE", "vp_hdhalfboard_vertical_right", @@ -5961,11 +5969,11 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3856 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3891 } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": 3857, + "fg": 3892, "//": [ "vp_hdhalfboard_vertical_left_rotE_right_rotW", "vp_hdhalfboard_vertical_left", @@ -5973,118 +5981,118 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3857 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3892 } ] }, { "id": [ "vp_hdhalfboard_horizontal" ], - "fg": 3843, + "fg": 3878, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3843 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3878 } ] }, { "id": [ "vp_hdhalfboard_horizontal_2" ], - "fg": 3838, + "fg": 3873, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3838 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3873 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 3843, 3846, 3845, 3844 ], + "fg": [ 3878, 3881, 3880, 3879 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3843, 3846, 3845, 3844 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3878, 3881, 3880, 3879 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 3838, 3841, 3840, 3839 ], + "fg": [ 3873, 3876, 3875, 3874 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3838, 3841, 3840, 3839 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3873, 3876, 3875, 3874 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 3847, 3844, 3843, 3846 ], + "fg": [ 3882, 3879, 3878, 3881 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3847, 3844, 3843, 3846 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3882, 3879, 3878, 3881 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 3842, 3839, 3838, 3841 ], + "fg": [ 3877, 3874, 3873, 3876 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3842, 3839, 3838, 3841 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3877, 3874, 3873, 3876 ] } ] }, { "id": [ "vp_hdhalfboard_vertical" ], - "fg": 3852, + "fg": 3887, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3852 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3887 } ] }, { "id": [ "vp_hdhalfboard_vertical_2" ], - "fg": 3853, + "fg": 3888, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3853 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3888 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": 3854, + "fg": 3889, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3854 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3889 } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": 3855, + "fg": 3890, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3855 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3890 } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 3834, 3837, 3836, 3835 ], + "fg": [ 3869, 3872, 3871, 3870 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3834, 3837, 3836, 3835 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3869, 3872, 3871, 3870 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 3867, 3870, 3869, 3868 ], + "fg": [ 3902, 3905, 3904, 3903 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3867, 3870, 3869, 3868 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3902, 3905, 3904, 3903 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 3871, 3874, 3873, 3872 ], + "fg": [ 3906, 3909, 3908, 3907 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3871, 3874, 3873, 3872 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3906, 3909, 3908, 3907 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 3875, + "fg": 3910, "//": [ "vp_xlhalfboard_se_rotW", "vp_xlhalfboard_se_rotS", "vp_xlhalfboard_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3875 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3910 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 3876, + "fg": 3911, "//": [ "vp_xlhalfboard_sw_rotW", "vp_xlhalfboard_sw_rotS", "vp_xlhalfboard_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3876 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3911 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 3878, + "fg": 3913, "//": [ "vp_xlhalfboard_vertical_left_rotW_right_rotE", "vp_xlhalfboard_vertical_right", @@ -6092,11 +6100,11 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3878 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3913 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 3879, + "fg": 3914, "//": [ "vp_xlhalfboard_vertical_left_rotE_right_rotW", "vp_xlhalfboard_vertical_left", @@ -6104,944 +6112,944 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3879 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3914 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 3862, + "fg": 3897, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3862 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3897 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 3862, 3865, 3864, 3863 ], + "fg": [ 3897, 3900, 3899, 3898 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3862, 3865, 3864, 3863 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3897, 3900, 3899, 3898 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 3866, + "fg": 3901, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3866 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3901 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 3877, + "fg": 3912, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3877 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3912 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 3858, 3861, 3860, 3859 ], + "fg": [ 3893, 3896, 3895, 3894 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3858, 3861, 3860, 3859 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3893, 3896, 3895, 3894 ] } ] }, { "id": "vp_cloth_halfboard_horizontal", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_horizontal_front", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_horizontal_rear", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_horizontal_2", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_horizontal_2_front", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_horizontal_2_rear", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_ne", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_nw", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_se", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_sw", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical_left", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical_right", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical_2", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical_2_left", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_cloth_halfboard_vertical_2_right", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_horizontal", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_horizontal_front", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_horizontal_rear", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_ne", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_nw", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_se", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_sw", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_vertical", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_vertical_left", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_clothboard_vertical_right", - "fg": 3880, + "fg": 3915, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3880 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3915 } ] }, { "id": "vp_roof_cloth", "fg": 1122, "rotates": false }, { "id": "vp_stowboard_ne", - "fg": [ 3909, 3912, 3911, 3910 ], + "fg": [ 3944, 3947, 3946, 3945 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3909, 3912, 3911, 3910 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3944, 3947, 3946, 3945 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 3913, 3916, 3915, 3914 ], + "fg": [ 3948, 3951, 3950, 3949 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3913, 3916, 3915, 3914 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3948, 3951, 3950, 3949 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 3917, 3919, 3913, 3918 ], + "fg": [ 3952, 3954, 3948, 3953 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3917, 3919, 3913, 3918 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3952, 3954, 3948, 3953 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 3920, 3922, 3909, 3921 ], + "fg": [ 3955, 3957, 3944, 3956 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3920, 3922, 3909, 3921 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3955, 3957, 3944, 3956 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 3923, 3925, 3926, 3924 ], + "fg": [ 3958, 3960, 3961, 3959 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3923, 3925, 3926, 3924 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3958, 3960, 3961, 3959 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 3926, 3924, 3923, 3925 ], + "fg": [ 3961, 3959, 3958, 3960 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3926, 3924, 3923, 3925 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3961, 3959, 3958, 3960 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": 3904, + "fg": 3939, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3904 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3939 } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 3904, 3907, 3906, 3905 ], + "fg": [ 3939, 3942, 3941, 3940 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3904, 3907, 3906, 3905 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3939, 3942, 3941, 3940 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 3908, 3905, 3904, 3907 ], + "fg": [ 3943, 3940, 3939, 3942 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3908, 3905, 3904, 3907 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3943, 3940, 3939, 3942 ] } ] }, { "id": [ "vp_stowboard_vertical" ], - "fg": 3924, + "fg": 3959, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3924 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3959 } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 3886, 3889, 3888, 3887 ], + "fg": [ 3921, 3924, 3923, 3922 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3886, 3889, 3888, 3887 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3921, 3924, 3923, 3922 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 3890, 3893, 3892, 3891 ], + "fg": [ 3925, 3928, 3927, 3926 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3890, 3893, 3892, 3891 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3925, 3928, 3927, 3926 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 3894, 3896, 3890, 3895 ], + "fg": [ 3929, 3931, 3925, 3930 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3894, 3896, 3890, 3895 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3929, 3931, 3925, 3930 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 3897, 3899, 3886, 3898 ], + "fg": [ 3932, 3934, 3921, 3933 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3897, 3899, 3886, 3898 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3932, 3934, 3921, 3933 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 3900, 3902, 3903, 3901 ], + "fg": [ 3935, 3937, 3938, 3936 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3900, 3902, 3903, 3901 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3935, 3937, 3938, 3936 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 3903, 3901, 3900, 3902 ], + "fg": [ 3938, 3936, 3935, 3937 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3903, 3901, 3900, 3902 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3938, 3936, 3935, 3937 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 3881, + "fg": 3916, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3881 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3916 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 3881, 3884, 3883, 3882 ], + "fg": [ 3916, 3919, 3918, 3917 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3881, 3884, 3883, 3882 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3916, 3919, 3918, 3917 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 3885, 3882, 3881, 3884 ], + "fg": [ 3920, 3917, 3916, 3919 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3885, 3882, 3881, 3884 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3920, 3917, 3916, 3919 ] } ] }, { "id": [ "vp_hdstowboard_vertical" ], - "fg": 3901, + "fg": 3936, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3901 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3936 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 3931, 3932, 3937, 3938 ], + "fg": [ 3966, 3967, 3972, 3973 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3931, 3932, 3937, 3938 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3966, 3967, 3972, 3973 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 3933, 3934, 3935, 3936 ], + "fg": [ 3968, 3969, 3970, 3971 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3933, 3934, 3935, 3936 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3968, 3969, 3970, 3971 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 3935, 3936, 3933, 3934 ], + "fg": [ 3970, 3971, 3968, 3969 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3935, 3936, 3933, 3934 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3970, 3971, 3968, 3969 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 3937, 3938, 3931, 3932 ], + "fg": [ 3972, 3973, 3966, 3967 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3937, 3938, 3931, 3932 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3972, 3973, 3966, 3967 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 3939, 3929, 3940, 3927 ], + "fg": [ 3974, 3964, 3975, 3962 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3939, 3929, 3940, 3927 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3974, 3964, 3975, 3962 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 3940, 3927, 3939, 3929 ], + "fg": [ 3975, 3962, 3974, 3964 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3940, 3927, 3939, 3929 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3975, 3962, 3974, 3964 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 3927, 3928, 3929, 3930 ], + "fg": [ 3962, 3963, 3964, 3965 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3927, 3928, 3929, 3930 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3962, 3963, 3964, 3965 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 3929, 3930, 3927, 3928 ], + "fg": [ 3964, 3965, 3962, 3963 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3929, 3930, 3927, 3928 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3964, 3965, 3962, 3963 ] } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 3954, 3953 ], + "fg": [ 3989, 3988 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3954, 3953 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3989, 3988 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 3950, 3952, 3951, 3949 ], + "fg": [ 3985, 3987, 3986, 3984 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3950, 3952, 3951, 3949 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3985, 3987, 3986, 3984 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 3948, 3947 ], + "fg": [ 3983, 3982 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3948, 3947 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3983, 3982 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 3944, 3946, 3945, 3943 ], + "fg": [ 3979, 3981, 3980, 3978 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3944, 3946, 3945, 3943 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3979, 3981, 3980, 3978 ] } ] }, { "id": "vp_box", - "fg": [ 3955, 3956 ], + "fg": [ 3990, 3991 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3955, 3956 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3990, 3991 ] } ] }, { "id": "vp_wood box", - "fg": [ 3965, 3964 ], + "fg": [ 4000, 3999 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3965, 3964 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4000, 3999 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 3958, 3960, 3959, 3957 ], + "fg": [ 3993, 3995, 3994, 3992 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 3958, 3960, 3959, 3957 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 3993, 3995, 3994, 3992 ] } ] }, { "id": "vp_trunk", - "fg": 3962, + "fg": 3997, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3962 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3997 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 3963, + "fg": 3998, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3963 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3998 } ] }, { "id": "vp_cargo_space", - "fg": 3961, + "fg": 3996, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3961 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3996 } ] }, { "id": "vp_external_tank", - "fg": 3941, + "fg": 3976, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 3941 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 3976 } ] }, { "id": [ "vp_door_internal" ], - "fg": [ 3990, 3994, 3992, 3988 ], + "fg": [ 4025, 4029, 4027, 4023 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3991, 3995, 3993, 3989 ] }, { "id": "broken", "fg": 3966, "bg": [ 3990, 3994, 3992, 3988 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4026, 4030, 4028, 4024 ] }, { "id": "broken", "fg": 4001, "bg": [ 4025, 4029, 4027, 4023 ] } ] }, { "id": [ "vp_door", "vp_door_inboard" ], - "fg": 3986, + "fg": 4021, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 3987 }, { "id": "broken", "fg": 3966, "bg": 3986 } ] + "additional_tiles": [ { "id": "open", "fg": 4022 }, { "id": "broken", "fg": 4001, "bg": 4021 } ] }, { "id": [ "vp_door_front" ], - "fg": [ 3978, 3985, 3984, 3983 ], + "fg": [ 4013, 4020, 4019, 4018 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3980, 3982, 3981, 3979 ] }, { "id": "broken", "fg": 3966, "bg": [ 3978, 3985, 3984, 3983 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4015, 4017, 4016, 4014 ] }, { "id": "broken", "fg": 4001, "bg": [ 4013, 4020, 4019, 4018 ] } ] }, { "id": [ "vp_door_rear" ], - "fg": [ 4032, 4039, 4038, 4037 ], + "fg": [ 4067, 4074, 4073, 4072 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4034, 4036, 4035, 4033 ] }, { "id": "broken", "fg": 3966, "bg": [ 4032, 4039, 4038, 4037 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4069, 4071, 4070, 4068 ] }, { "id": "broken", "fg": 4001, "bg": [ 4067, 4074, 4073, 4072 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 3970, 3973, 3972, 3971 ], + "fg": [ 4005, 4008, 4007, 4006 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3997, 3999, 3998, 3996 ] }, { "id": "broken", "fg": 3966, "bg": [ 3970, 3973, 3972, 3971 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4032, 4034, 4033, 4031 ] }, { "id": "broken", "fg": 4001, "bg": [ 4005, 4008, 4007, 4006 ] } ] }, { "id": [ "vp_door_nw", "vp_door_front_left" ], - "fg": [ 4004, 4007, 4006, 4005 ], + "fg": [ 4039, 4042, 4041, 4040 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3997, 3999, 3998, 3996 ] }, { "id": "broken", "fg": 3966, "bg": [ 4004, 4007, 4006, 4005 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4032, 4034, 4033, 4031 ] }, { "id": "broken", "fg": 4001, "bg": [ 4039, 4042, 4041, 4040 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 4053, 4056, 4055, 4054 ], + "fg": [ 4088, 4091, 4090, 4089 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3997, 3999, 3998, 3996 ] }, { "id": "broken", "fg": 3966, "bg": [ 4053, 4056, 4055, 4054 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4032, 4034, 4033, 4031 ] }, { "id": "broken", "fg": 4001, "bg": [ 4088, 4091, 4090, 4089 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right", "vp_door_sliding" ], - "fg": [ 3974, 3977, 3976, 3975 ], + "fg": [ 4009, 4012, 4011, 4010 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4041, 4043, 4042, 4040 ] }, { "id": "broken", "fg": 3966, "bg": [ 3974, 3977, 3976, 3975 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4076, 4078, 4077, 4075 ] }, { "id": "broken", "fg": 4001, "bg": [ 4009, 4012, 4011, 4010 ] } ] }, { "id": [ "vp_door_ne", "vp_door_front_right" ], - "fg": [ 4000, 4003, 4002, 4001 ], + "fg": [ 4035, 4038, 4037, 4036 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4041, 4043, 4042, 4040 ] }, { "id": "broken", "fg": 3966, "bg": [ 4000, 4003, 4002, 4001 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4076, 4078, 4077, 4075 ] }, { "id": "broken", "fg": 4001, "bg": [ 4035, 4038, 4037, 4036 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 4044, 4047, 4046, 4045 ], + "fg": [ 4079, 4082, 4081, 4080 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4041, 4043, 4042, 4040 ] }, { "id": "broken", "fg": 3966, "bg": [ 4044, 4047, 4046, 4045 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4076, 4078, 4077, 4075 ] }, { "id": "broken", "fg": 4001, "bg": [ 4079, 4082, 4081, 4080 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 4048, 4052, 4051, 4050 ], + "fg": [ 4083, 4087, 4086, 4085 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 4049 }, { "id": "broken", "fg": 3966, "bg": [ 4048, 4052, 4051, 4050 ] } ] + "additional_tiles": [ { "id": "open", "fg": 4084 }, { "id": "broken", "fg": 4001, "bg": [ 4083, 4087, 4086, 4085 ] } ] }, { "id": "vp_door_trunk", - "fg": [ 4057, 4064, 4063, 4062 ], + "fg": [ 4092, 4099, 4098, 4097 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4058, 4061, 4060, 4059 ] }, { "id": "broken", "fg": 3966, "bg": [ 4057, 4064, 4063, 4062 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4093, 4096, 4095, 4094 ] }, { "id": "broken", "fg": 4001, "bg": [ 4092, 4099, 4098, 4097 ] } ] }, { "id": [ "vp_hddoor_trunk", "vp_hatch", "vp_hatch_opaque", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 4113, 4120, 4119, 4118 ], + "fg": [ 4148, 4155, 4154, 4153 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4114, 4117, 4116, 4115 ] }, { "id": "broken", "fg": 3966, "bg": [ 4113, 4120, 4119, 4118 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4149, 4152, 4151, 4150 ] }, { "id": "broken", "fg": 4001, "bg": [ 4148, 4155, 4154, 4153 ] } ] }, { "id": [ "vp_hddoor_left" ], - "fg": [ 4066, 4068, 4067, 4065 ], + "fg": [ 4101, 4103, 4102, 4100 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4078, 4080, 4079, 4077 ] }, { "id": "broken", "fg": 3966, "bg": [ 4066, 4068, 4067, 4065 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4113, 4115, 4114, 4112 ] }, { "id": "broken", "fg": 4001, "bg": [ 4101, 4103, 4102, 4100 ] } ] }, { "id": [ "vp_hddoor_right" ], - "fg": [ 4070, 4072, 4071, 4069 ], + "fg": [ 4105, 4107, 4106, 4104 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4110, 4112, 4111, 4109 ] }, { "id": "broken", "fg": 3966, "bg": [ 4070, 4072, 4071, 4069 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4145, 4147, 4146, 4144 ] }, { "id": "broken", "fg": 4001, "bg": [ 4105, 4107, 4106, 4104 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 4074, 4076, 4075, 4073 ], + "fg": [ 4109, 4111, 4110, 4108 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3980, 3982, 3981, 3979 ] }, { "id": "broken", "fg": 3966, "bg": [ 4074, 4076, 4075, 4073 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4015, 4017, 4016, 4014 ] }, { "id": "broken", "fg": 4001, "bg": [ 4109, 4111, 4110, 4108 ] } ] }, { "id": [ "vp_hddoor_rear" ], - "fg": [ 4106, 4108, 4107, 4105 ], + "fg": [ 4141, 4143, 4142, 4140 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4034, 4036, 4035, 4033 ] }, { "id": "broken", "fg": 3966, "bg": [ 4106, 4108, 4107, 4105 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4069, 4071, 4070, 4068 ] }, { "id": "broken", "fg": 4001, "bg": [ 4141, 4143, 4142, 4140 ] } ] }, { "id": [ "vp_door_opaque_left" ], - "fg": [ 4017, 4019, 4018, 4016 ], + "fg": [ 4052, 4054, 4053, 4051 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4013, 4015, 4014, 4012 ] }, { "id": "broken", "fg": 3966, "bg": [ 4017, 4019, 4018, 4016 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4048, 4050, 4049, 4047 ] }, { "id": "broken", "fg": 4001, "bg": [ 4052, 4054, 4053, 4051 ] } ] }, { "id": [ "vp_door_opaque_right" ], - "fg": [ 4029, 4031, 4030, 4028 ], + "fg": [ 4064, 4066, 4065, 4063 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4025, 4027, 4026, 4024 ] }, { "id": "broken", "fg": 3966, "bg": [ 4029, 4031, 4030, 4028 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4060, 4062, 4061, 4059 ] }, { "id": "broken", "fg": 4001, "bg": [ 4064, 4066, 4065, 4063 ] } ] }, { "id": [ "vp_door_opaque", "vp_door_opaque_front" ], - "fg": [ 4009, 4011, 4010, 4008 ], + "fg": [ 4044, 4046, 4045, 4043 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3980, 3982, 3981, 3979 ] }, { "id": "broken", "fg": 3966, "bg": [ 4009, 4011, 4010, 4008 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4015, 4017, 4016, 4014 ] }, { "id": "broken", "fg": 4001, "bg": [ 4044, 4046, 4045, 4043 ] } ] }, { "id": [ "vp_door_opaque_rear" ], - "fg": [ 4021, 4023, 4022, 4020 ], + "fg": [ 4056, 4058, 4057, 4055 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4034, 4036, 4035, 4033 ] }, { "id": "broken", "fg": 3966, "bg": [ 4021, 4023, 4022, 4020 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4069, 4071, 4070, 4068 ] }, { "id": "broken", "fg": 4001, "bg": [ 4056, 4058, 4057, 4055 ] } ] }, { "id": [ "vp_hddoor_opaque_left" ], - "fg": [ 4090, 4092, 4091, 4089 ], + "fg": [ 4125, 4127, 4126, 4124 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4086, 4088, 4087, 4085 ] }, { "id": "broken", "fg": 3966, "bg": [ 4090, 4092, 4091, 4089 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4121, 4123, 4122, 4120 ] }, { "id": "broken", "fg": 4001, "bg": [ 4125, 4127, 4126, 4124 ] } ] }, { "id": [ "vp_hddoor_opaque_right" ], - "fg": [ 4102, 4104, 4103, 4101 ], + "fg": [ 4137, 4139, 4138, 4136 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4098, 4100, 4099, 4097 ] }, { "id": "broken", "fg": 3966, "bg": [ 4102, 4104, 4103, 4101 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4133, 4135, 4134, 4132 ] }, { "id": "broken", "fg": 4001, "bg": [ 4137, 4139, 4138, 4136 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 4082, 4084, 4083, 4081 ], + "fg": [ 4117, 4119, 4118, 4116 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 3980, 3982, 3981, 3979 ] }, { "id": "broken", "fg": 3966, "bg": [ 4082, 4084, 4083, 4081 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4015, 4017, 4016, 4014 ] }, { "id": "broken", "fg": 4001, "bg": [ 4117, 4119, 4118, 4116 ] } ] }, { "id": [ "vp_hddoor_opaque_rear" ], - "fg": [ 4094, 4096, 4095, 4093 ], + "fg": [ 4129, 4131, 4130, 4128 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 4034, 4036, 4035, 4033 ] }, { "id": "broken", "fg": 3966, "bg": [ 4094, 4096, 4095, 4093 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 4069, 4071, 4070, 4068 ] }, { "id": "broken", "fg": 4001, "bg": [ 4129, 4131, 4130, 4128 ] } ] }, { "id": "vp_frame_cover", - "fg": 4121, + "fg": 4156, "//": [ "frame_cover_rotW", "frame_cover_rotS", "frame_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4121 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4156 } ] }, { "id": "vp_frame_cross", - "fg": 4122, + "fg": 4157, "//": [ "frame_cross_rotW", "frame_cross_rotS", "frame_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4122 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4157 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 4123, + "fg": 4158, "//": [ "frame_cross_unconnected_rotW", "frame_cross_unconnected_rotS", "frame_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4123 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4158 } ] }, { "id": "vp_frame_ne", - "fg": 4136, + "fg": 4171, "//": [ "frame_ne_rotW", "frame_ne_rotS", "frame_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4136 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4171 } ] }, { "id": "vp_frame_nw", - "fg": 4137, + "fg": 4172, "//": [ "frame_nw_rotW", "frame_nw_rotS", "frame_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4137 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4172 } ] }, { "id": "vp_frame_se", - "fg": 4138, + "fg": 4173, "//": [ "frame_se_rotW", "frame_se_rotS", "frame_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4138 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4173 } ] }, { "id": "vp_frame_sw", - "fg": 4139, + "fg": 4174, "//": [ "frame_sw_rotW", "frame_sw_rotS", "frame_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4139 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4174 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 4147, + "fg": 4182, "//": [ "frame_vertical_unconnected_rotW_right_rotE", "frame_vertical_right", "frame_vertical_unconnected_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4147 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4182 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 4144, + "fg": 4179, "//": [ "frame_vertical2_unconnected_rotW", "frame_vertical2_right", "frame_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4144 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4179 } ] }, { "id": "vp_frame_vertical_left", - "fg": 4145, + "fg": 4180, "//": [ "frame_vertical_left_rotW_right_rotE", "frame_vertical_right", "frame_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4145 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4180 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 4142, + "fg": 4177, "//": [ "frame_vertical2_left_rotW", "frame_vertical2_right", "frame_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4142 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4177 } ] }, { "id": "vp_frame_vertical_right", - "fg": 4146, + "fg": 4181, "//": [ "frame_vertical_left_rotE_right_rotW", "frame_vertical_left", "frame_vertical_left_rotW_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4146 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4181 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 4143, + "fg": 4178, "//": [ "frame_vertical2_right_rotW", "frame_vertical2_left", "frame_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4143 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4178 } ] }, { "id": "vp_frame_horizontal", - "fg": 4124, + "fg": 4159, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4124 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4159 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 4125, + "fg": 4160, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4125 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4160 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 4135, + "fg": 4170, "//": [ "frame_horizontal_unconnected_rotW", "frame_horizontal_unconnected_rotS", "frame_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4135 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4170 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 4128, + "fg": 4163, "//": [ "frame_horizontal2_unconnected_rotW", "frame_horizontal2_unconnected_rotS", "frame_horizontal2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4128 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4163 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 4131, + "fg": 4166, "//": [ "frame_horizontal_front_rotW", "frame_horizontal_front_rotS", "frame_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4131 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4166 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 4126, + "fg": 4161, "//": [ "frame_horizontal2_front_rotW", "frame_horizontal2_front_rotS", "frame_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4126 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4161 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 4133, + "fg": 4168, "//": [ "frame_horizontal_rear_rotW", "frame_horizontal_rear_rotS", "frame_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4133 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4168 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 4127, + "fg": 4162, "//": [ "frame_horizontal2_rear_rotW", "frame_horizontal2_rear_rotS", "frame_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4127 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4162 } ] }, { "id": "vp_frame_horizontal_left", - "fg": 4132, + "fg": 4167, "//": [ "frame_horizontal_left_rotW", "frame_horizontal_left_rotS", "frame_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4132 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4167 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 4129, + "fg": 4164, "//": [ "frame_horizontal_2_left_rotW", "frame_horizontal_2_left_rotS", "frame_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4129 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4164 } ] }, { "id": "vp_frame_horizontal_right", - "fg": 4134, + "fg": 4169, "//": [ "frame_horizontal_right_rotW", "frame_horizontal_right_rotS", "frame_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4134 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4169 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 4130, + "fg": 4165, "//": [ "frame_horizontal_2_right_rotW", "frame_horizontal_2_right_rotS", "frame_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4130 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4165 } ] }, { "id": "vp_frame_vertical", - "fg": 4140, + "fg": 4175, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4140 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4175 } ] }, { "id": "vp_frame_vertical_2", - "fg": 4141, + "fg": 4176, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4141 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4176 } ] }, { "id": "vp_hdframe_cover", - "fg": 4148, + "fg": 4183, "//": [ "hdframe_cover_rotW", "hdframe_cover_rotS", "hdframe_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4148 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4183 } ] }, { "id": "vp_hdframe_cross", - "fg": 4149, + "fg": 4184, "//": [ "hdframe_cross_rotW", "hdframe_cross_rotS", "hdframe_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4149 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4184 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 4150, + "fg": 4185, "//": [ "hdframe_cross_unconnected_rotW", "hdframe_cross_unconnected_rotS", "hdframe_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4150 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4185 } ] }, { "id": "vp_hdframe_ne", - "fg": 4163, + "fg": 4198, "//": [ "hdframe_ne_rotW", "hdframe_ne_rotS", "hdframe_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4163 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4198 } ] }, { "id": "vp_hdframe_nw", - "fg": 4164, + "fg": 4199, "//": [ "hdframe_nw_rotW", "hdframe_nw_rotS", "hdframe_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4164 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4199 } ] }, { "id": "vp_hdframe_se", - "fg": 4165, + "fg": 4200, "//": [ "hdframe_se_rotW", "hdframe_se_rotS", "hdframe_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4165 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4200 } ] }, { "id": "vp_hdframe_sw", - "fg": 4166, + "fg": 4201, "//": [ "hdframe_sw_rotW", "hdframe_sw_rotS", "hdframe_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4166 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4201 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 4174, + "fg": 4209, "//": [ "hdframe_vertical_unconnected_rotW_right_rotE", "hdframe_vertical_right", @@ -7049,73 +7057,73 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4174 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4209 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 4171, + "fg": 4206, "//": [ "hdframe_vertical2_unconnected_rotW", "hdframe_vertical2_right", "hdframe_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4171 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4206 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 4172, + "fg": 4207, "//": [ "hdframe_vertical_left_rotW_right_rotE", "hdframe_vertical_right", "hdframe_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4172 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4207 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 4169, + "fg": 4204, "//": [ "hdframe_vertical2_left_rotW", "hdframe_vertical2_right", "hdframe_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4169 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4204 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 4173, + "fg": 4208, "//": [ "hdframe_vertical_left_rotE_right_rotW", "hdframe_vertical_left", "hdframe_vertical_left_rotW_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4173 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4208 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 4170, + "fg": 4205, "//": [ "hdframe_vertical2_right_rotW", "hdframe_vertical2_left", "hdframe_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4170 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4205 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 4151, + "fg": 4186, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4151 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4186 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 4152, + "fg": 4187, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4152 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4187 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 4162, + "fg": 4197, "//": [ "hdframe_horizontal_unconnected_rotW", "hdframe_horizontal_unconnected_rotS", "hdframe_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4162 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4197 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 4155, + "fg": 4190, "//": [ "hdframe_horizontal2_unconnected_rotW", "hdframe_horizontal2_unconnected_rotS", @@ -7123,145 +7131,145 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4155 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4190 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 4158, + "fg": 4193, "//": [ "hdframe_horizontal_front_rotW", "hdframe_horizontal_front_rotS", "hdframe_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4158 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4193 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 4153, + "fg": 4188, "//": [ "hdframe_horizontal2_front_rotW", "hdframe_horizontal2_front_rotS", "hdframe_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4153 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4188 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 4160, + "fg": 4195, "//": [ "hdframe_horizontal_rear_rotW", "hdframe_horizontal_rear_rotS", "hdframe_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4160 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4195 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 4154, + "fg": 4189, "//": [ "hdframe_horizontal2_rear_rotW", "hdframe_horizontal2_rear_rotS", "hdframe_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4154 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4189 } ] }, { "id": "vp_hdframe_horizontal_left", - "fg": 4159, + "fg": 4194, "//": [ "hdframe_horizontal_left_rotW", "hdframe_horizontal_left_rotS", "hdframe_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4159 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4194 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 4156, + "fg": 4191, "//": [ "hdframe_horizontal_2_left_rotW", "hdframe_horizontal_2_left_rotS", "hdframe_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4156 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4191 } ] }, { "id": "vp_hdframe_horizontal_right", - "fg": 4161, + "fg": 4196, "//": [ "hdframe_horizontal_right_rotW", "hdframe_horizontal_right_rotS", "hdframe_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4161 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4196 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 4157, + "fg": 4192, "//": [ "hdframe_horizontal_2_right_rotW", "hdframe_horizontal_2_right_rotS", "hdframe_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4157 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4192 } ] }, { "id": "vp_hdframe_vertical", - "fg": 4167, + "fg": 4202, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4167 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4202 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 4168, + "fg": 4203, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4168 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4203 } ] }, { "id": "vp_xlframe_cover", - "fg": 4175, + "fg": 4210, "//": [ "xlframe_cover_rotW", "xlframe_cover_rotS", "xlframe_cover_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4175 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4210 } ] }, { "id": "vp_xlframe_cross", - "fg": 4176, + "fg": 4211, "//": [ "xlframe_cross_rotW", "xlframe_cross_rotS", "xlframe_cross_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4176 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4211 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 4177, + "fg": 4212, "//": [ "xlframe_cross_unconnected_rotW", "xlframe_cross_unconnected_rotS", "xlframe_cross_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4177 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4212 } ] }, { "id": "vp_xlframe_ne", - "fg": 4190, + "fg": 4225, "//": [ "xlframe_ne_rotW", "xlframe_ne_rotS", "xlframe_ne_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4190 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4225 } ] }, { "id": "vp_xlframe_nw", - "fg": 4191, + "fg": 4226, "//": [ "xlframe_nw_rotW", "xlframe_nw_rotS", "xlframe_nw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4191 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4226 } ] }, { "id": "vp_xlframe_se", - "fg": 4192, + "fg": 4227, "//": [ "xlframe_se_rotW", "xlframe_se_rotS", "xlframe_se_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4192 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4227 } ] }, { "id": "vp_xlframe_sw", - "fg": 4193, + "fg": 4228, "//": [ "xlframe_sw_rotW", "xlframe_sw_rotS", "xlframe_sw_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4193 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4228 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 4201, + "fg": 4236, "//": [ "xlframe_vertical_unconnected_rotW_right_rotE", "xlframe_vertical_unconnected", @@ -7269,73 +7277,73 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4201 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4236 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 4198, + "fg": 4233, "//": [ "xlframe_vertical2_unconnected_rotW", "xlframe_vertical2_unconnected", "xlframe_vertical2_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4198 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4233 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 4199, + "fg": 4234, "//": [ "xlframe_vertical_left_rotW_right_rotE", "xlframe_vertical_right", "xlframe_vertical_left_rotE_right_rotW" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4199 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4234 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 4196, + "fg": 4231, "//": [ "xlframe_vertical2_left_rotW", "xlframe_vertical2_right", "xlframe_vertical2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4196 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4231 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 4200, + "fg": 4235, "//": [ "xlframe_vertical_left_rotE_right_rotW", "xlframe_vertical_left", "vp_xlframe_vertical_left_rotW_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4200 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4235 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 4197, + "fg": 4232, "//": [ "xlframe_vertical2_right_rotW", "xlframe_vertical2_left", "vp_xlframe_vertical2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4197 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4232 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 4178, + "fg": 4213, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4178 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4213 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 4179, + "fg": 4214, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4179 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4214 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 4189, + "fg": 4224, "//": [ "xlframe_horizontal_unconnected_rotW", "xlframe_horizontal_unconnected_rotS", "xlframe_horizontal_unconnected_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4189 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4224 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 4182, + "fg": 4217, "//": [ "xlframe_horizontal2_unconnected_rotW", "xlframe_horizontal2_unconnected_rotS", @@ -7343,425 +7351,425 @@ ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4182 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4217 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 4185, + "fg": 4220, "//": [ "xlframe_horizontal_front_rotW", "xlframe_horizontal_front_rotS", "xlframe_horizontal_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4185 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4220 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 4180, + "fg": 4215, "//": [ "xlframe_horizontal2_front_rotW", "xlframe_horizontal2_front_rotS", "xlframe_horizontal2_front_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4180 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4215 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 4187, + "fg": 4222, "//": [ "xlframe_horizontal_rear_rotW", "xlframe_horizontal_rear_rotS", "xlframe_horizontal_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4187 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4222 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 4181, + "fg": 4216, "//": [ "xlframe_horizontal2_rear_rotW", "xlframe_horizontal2_rear_rotS", "xlframe_horizontal2_rear_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4181 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4216 } ] }, { "id": "vp_xlframe_horizontal_left", - "fg": 4186, + "fg": 4221, "//": [ "xlframe_horizontal_left_rotW", "xlframe_horizontal_left_rotS", "xlframe_horizontal_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4186 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4221 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 4183, + "fg": 4218, "//": [ "xlframe_horizontal_2_left_rotW", "xlframe_horizontal_2_left_rotS", "xlframe_horizontal_2_left_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4183 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4218 } ] }, { "id": "vp_xlframe_horizontal_right", - "fg": 4188, + "fg": 4223, "//": [ "xlframe_horizontal_right_rotW", "xlframe_horizontal_right_rotS", "xlframe_horizontal_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4188 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4223 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 4184, + "fg": 4219, "//": [ "xlframe_horizontal_2_right_rotW", "xlframe_horizontal_2_right_rotS", "xlframe_horizontal_2_right_rotE" ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4184 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4219 } ] }, { "id": "vp_xlframe_vertical", - "fg": 4194, + "fg": 4229, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4194 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4229 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 4195, + "fg": 4230, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4195 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4230 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 4203 + "fg": 4238 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 4202 + "fg": 4237 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 4203 + "fg": 4238 }, { "id": "vp_saddle_motor", - "fg": [ 4205, 4207, 4206, 4204 ], + "fg": [ 4240, 4242, 4241, 4239 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4205, 4207, 4206, 4204 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4240, 4242, 4241, 4239 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 4213, 4215, 4214, 4212 ], + "fg": [ 4248, 4250, 4249, 4247 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4213, 4215, 4214, 4212 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4248, 4250, 4249, 4247 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 4209, 4211, 4210, 4208 ], + "fg": [ 4244, 4246, 4245, 4243 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4209, 4211, 4210, 4208 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4244, 4246, 4245, 4243 ] } ] }, { "id": "vp_light_blue", - "fg": [ 4234, 4235 ], + "fg": [ 4269, 4270 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4234, 4235 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4269, 4270 ] } ] }, { "id": "vp_light_red", - "fg": [ 4236, 4237 ], + "fg": [ 4271, 4272 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4236, 4237 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4271, 4272 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 4228, 4230, 4229, 4227 ], + "fg": [ 4263, 4265, 4264, 4262 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4228, 4230, 4229, 4227 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4263, 4265, 4264, 4262 ] } ] }, { "id": "vp_veh_table", - "fg": [ 4217, 4217 ], - "bg": [ 4247, 4246 ], - "additional_tiles": [ { "id": "broken", "fg": 4218, "bg": [ 4247, 4246 ] } ], + "fg": [ 4252, 4252 ], + "bg": [ 4282, 4281 ], + "additional_tiles": [ { "id": "broken", "fg": 4253, "bg": [ 4282, 4281 ] } ], "multitile": true, "rotates": true }, { "id": "vp_minifridge", - "fg": 4241, + "fg": 4276, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4241 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4276 } ] }, { "id": "vp_minifreezer", - "fg": 4240, + "fg": 4275, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4240 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4275 } ] }, { "id": "vp_kitchen_unit", - "fg": 4233, + "fg": 4268, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4233 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4268 } ] }, { "id": "vp_welding_rig", - "fg": 4245, + "fg": 4280, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4245 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4280 } ] }, { "id": "vp_craft_rig", - "fg": 4224, + "fg": 4259, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4224 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4259 } ] }, { "id": "vp_washing_machine", - "fg": 4244, + "fg": 4279, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4244 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4279 } ] }, { "id": "vp_bed", - "fg": 4222, + "fg": 4257, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4222 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4257 } ] }, { "id": "vp_veh_forge", - "fg": 4231, + "fg": 4266, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4231 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4266 } ] }, { "id": "vp_veh_kiln", - "fg": 4232, + "fg": 4267, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4232 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4267 } ] }, { "id": "vp_chemlab", - "fg": 4223, + "fg": 4258, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4223 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4258 } ] }, { "id": [ "vp_aisle_vertical" ], - "fg": 4220, + "fg": 4255, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4220 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4255 } ] }, { "id": [ "vp_aisle_horizontal" ], - "fg": 4219, + "fg": 4254, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4219 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4254 } ] }, { "id": [ "vp_trunk_floor" ], - "fg": 4243, - "bg": 4220, + "fg": 4278, + "bg": 4255, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4243 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4278 } ] }, { "id": [ "vp_wooden_aisle_vertical" ], - "fg": [ 4247, 4246 ], + "fg": [ 4282, 4281 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4247, 4246 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4282, 4281 ] } ] }, { "id": [ "vp_wooden_aisle_horizontal" ], - "fg": [ 4246, 4247 ], + "fg": [ 4281, 4282 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4246, 4247 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4281, 4282 ] } ] }, { "id": [ "vp_lit_aisle_vertical" ], - "fg": 4239, + "fg": 4274, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4239 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4274 } ] }, { "id": [ "vp_lit_aisle_horizontal" ], - "fg": 4238, + "fg": 4273, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4238 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4273 } ] }, - { "id": [ "vp_crane_medium", "vp_crane_small", "vp_crane_medium_internal", "crane_tiny" ], "fg": 4225 }, + { "id": [ "vp_crane_medium", "vp_crane_small", "vp_crane_medium_internal", "crane_tiny" ], "fg": 4260 }, { "id": "vp_omnicam", - "fg": 4216, + "fg": 4251, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4216 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4251 } ] }, - { "id": "vp_ram_spiked", "fg": [ 4260, 4262, 4261, 4263 ], "rotates": true }, - { "id": "vp_ram_wood", "fg": [ 4268, 4270, 4269, 4271 ], "rotates": true }, - { "id": "vp_spike_wood", "fg": [ 4272, 4274, 4273, 4275 ], "rotates": true }, - { "id": "vp_ram_military", "fg": [ 4256, 4258, 4257, 4259 ], "rotates": true }, - { "id": "vp_ram_steel", "fg": [ 4264, 4266, 4265, 4267 ], "rotates": true }, - { "id": "vp_ram_hardsteel", "fg": [ 4252, 4254, 4253, 4255 ], "rotates": true }, - { "id": "vp_ram_alloy", "fg": [ 4248, 4250, 4249, 4251 ], "rotates": true }, + { "id": "vp_ram_spiked", "fg": [ 4295, 4297, 4296, 4298 ], "rotates": true }, + { "id": "vp_ram_wood", "fg": [ 4303, 4305, 4304, 4306 ], "rotates": true }, + { "id": "vp_spike_wood", "fg": [ 4307, 4309, 4308, 4310 ], "rotates": true }, + { "id": "vp_ram_military", "fg": [ 4291, 4293, 4292, 4294 ], "rotates": true }, + { "id": "vp_ram_steel", "fg": [ 4299, 4301, 4300, 4302 ], "rotates": true }, + { "id": "vp_ram_hardsteel", "fg": [ 4287, 4289, 4288, 4290 ], "rotates": true }, + { "id": "vp_ram_alloy", "fg": [ 4283, 4285, 4284, 4286 ], "rotates": true }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat" ], "rotates": true, - "fg": [ 4311, 4309, 4304, 4310 ], + "fg": [ 4346, 4344, 4339, 4345 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4311, 4309, 4304, 4310 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4346, 4344, 4339, 4345 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather" ], "rotates": true, - "fg": [ 4308, 4306, 4305, 4307 ], + "fg": [ 4343, 4341, 4340, 4342 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4308, 4306, 4305, 4307 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4343, 4341, 4340, 4342 ] } ] }, { "id": [ "vp_seat_wood" ], "rotates": true, - "bg": [ 4247, 4246 ], - "fg": [ 4314, 4314, 4315, 4315 ], + "bg": [ 4282, 4281 ], + "fg": [ 4349, 4349, 4350, 4350 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4314, 4314, 4315, 4315 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4349, 4349, 4350, 4350 ] } ] }, { "id": [ "vp_seat_wood_flimsy" ], "rotates": true, - "bg": [ 4247, 4246 ], - "fg": [ 4312, 4312, 4313, 4313 ], + "bg": [ 4282, 4281 ], + "fg": [ 4347, 4347, 4348, 4348 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4312, 4312, 4313, 4313 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4347, 4347, 4348, 4348 ] } ] }, { "id": "vp_seat_back", - "fg": [ 4302, 4303, 4280, 4281 ], + "fg": [ 4337, 4338, 4315, 4316 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4302, 4303, 4280, 4281 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4337, 4338, 4315, 4316 ] } ] }, { "id": "vp_seat_back_right", - "fg": [ 4300, 4301, 4298, 4299 ], + "fg": [ 4335, 4336, 4333, 4334 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4300, 4301, 4298, 4299 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4335, 4336, 4333, 4334 ] } ] }, { "id": "vp_seat_back_left", - "fg": [ 4296, 4297, 4294, 4295 ], + "fg": [ 4331, 4332, 4329, 4330 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4296, 4297, 4294, 4295 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4331, 4332, 4329, 4330 ] } ] }, { "id": "vp_seat_back_leather", - "fg": [ 4292, 4293, 4282, 4283 ], + "fg": [ 4327, 4328, 4317, 4318 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4292, 4293, 4282, 4283 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4327, 4328, 4317, 4318 ] } ] }, { "id": "vp_seat_back_leather_right", - "fg": [ 4290, 4291, 4288, 4289 ], + "fg": [ 4325, 4326, 4323, 4324 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4290, 4291, 4288, 4289 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4325, 4326, 4323, 4324 ] } ] }, { "id": "vp_seat_back_leather_left", - "fg": [ 4286, 4287, 4284, 4285 ], + "fg": [ 4321, 4322, 4319, 4320 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4286, 4287, 4284, 4285 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4321, 4322, 4319, 4320 ] } ] }, { "id": "vp_seat_back_vertical", - "fg": [ 4281, 4302, 4303, 4280 ], + "fg": [ 4316, 4337, 4338, 4315 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4281, 4302, 4303, 4280 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4316, 4337, 4338, 4315 ] } ] }, { "id": "vp_seat_back_vertical_right", - "fg": [ 4299, 4300, 4301, 4298 ], + "fg": [ 4334, 4335, 4336, 4333 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4299, 4300, 4301, 4298 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4334, 4335, 4336, 4333 ] } ] }, { "id": "vp_seat_back_vertical_left", - "fg": [ 4295, 4296, 4297, 4294 ], + "fg": [ 4330, 4331, 4332, 4329 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4295, 4296, 4297, 4294 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4330, 4331, 4332, 4329 ] } ] }, { "id": "vp_seat_back_leather_vertical", - "fg": [ 4283, 4292, 4293, 4282 ], + "fg": [ 4318, 4327, 4328, 4317 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4283, 4292, 4293, 4282 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4318, 4327, 4328, 4317 ] } ] }, { "id": "vp_seat_back_leather_vertical_right", - "fg": [ 4289, 4290, 4291, 4288 ], + "fg": [ 4324, 4325, 4326, 4323 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4289, 4290, 4291, 4288 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4324, 4325, 4326, 4323 ] } ] }, { "id": "vp_seat_back_leather_vertical_left", - "fg": [ 4285, 4286, 4287, 4284 ], + "fg": [ 4320, 4321, 4322, 4319 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4285, 4286, 4287, 4284 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4320, 4321, 4322, 4319 ] } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 4277, 4279, 4278, 4276 ], + "fg": [ 4312, 4314, 4313, 4311 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4277, 4279, 4278, 4276 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4312, 4314, 4313, 4311 ] } ] }, { "id": [ "vp_reinforced_solar_panel_v2", "vp_xreinforced_solar_panel_v2" ], - "fg": 4318, + "fg": 4353, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4319 } ] + "additional_tiles": [ { "id": "broken", "fg": 4354 } ] }, { "id": [ "vp_reinforced_solar_panel", "vp_xreinforced_solar_panel" ], - "fg": 4316, + "fg": 4351, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4317 } ] + "additional_tiles": [ { "id": "broken", "fg": 4352 } ] }, { "id": [ "vp_solar_panel_v2", "vp_xsolar_panel_v2" ], - "fg": 4322, + "fg": 4357, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4323 } ] + "additional_tiles": [ { "id": "broken", "fg": 4358 } ] }, { "id": [ "vp_solar_panel_v3", "vp_xsolar_panel_v3" ], - "fg": 4324, + "fg": 4359, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4325 } ] + "additional_tiles": [ { "id": "broken", "fg": 4360 } ] }, { "id": [ "vp_solar_panel", "vp_xsolar_panel" ], - "fg": 4320, + "fg": 4355, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4321 } ] + "additional_tiles": [ { "id": "broken", "fg": 4356 } ] }, { "id": [ @@ -7778,228 +7786,228 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": [ "vp_tow_launcher" ], "//": "rocket tubes", - "fg": 4327, - "bg": 4326, + "fg": 4362, + "bg": 4361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4327 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4362 } ] }, { "id": "vp_roller_drum", - "fg": 4328, + "fg": 4363, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4328 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4363 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable", "vp_wheel_wide_or_steerable", "vp_wheel_wide" ], - "fg": 4330, + "fg": 4365, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4330 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4365 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable" ], - "fg": [ 4336, 4338, 4337, 4335 ], + "fg": [ 4371, 4373, 4372, 4370 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4336, 4338, 4337, 4335 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4371, 4373, 4372, 4370 ] } ] }, { "id": [ "vp_wheel_bicycle_or" ], - "fg": [ 4332, 4334, 4333, 4331 ], + "fg": [ 4367, 4369, 4368, 4366 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4332, 4334, 4333, 4331 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4367, 4369, 4368, 4366 ] } ] }, { "id": [ "vp_wheel_bicycle_or_rear" ], - "fg": [ 4333, 4331, 4332, 4334 ], + "fg": [ 4368, 4366, 4367, 4369 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4333, 4331, 4332, 4334 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4368, 4366, 4367, 4369 ] } ] }, { "id": [ "vp_wheel_small", "vp_wheel_small_steerable" ], - "fg": [ 4340, 4342, 4341, 4339 ], + "fg": [ 4375, 4377, 4376, 4374 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4340, 4342, 4341, 4339 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4375, 4377, 4376, 4374 ] } ] }, { "id": [ "vp_wheel_bicycle_rear" ], - "fg": [ 4337, 4335, 4336, 4338 ], + "fg": [ 4372, 4370, 4371, 4373 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4337, 4335, 4336, 4338 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4372, 4370, 4371, 4373 ] } ] }, { "id": [ "vp_mounted_spare_tire" ], - "fg": 4329, + "fg": 4364, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4329 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4364 } ] }, { "id": [ "vp_wheel_wide_or" ], - "fg": 4343, + "fg": 4378, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4343 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4378 } ] }, { "id": [ "vp_wheel_wood" ], - "fg": [ 4349, 4351, 4350, 4348 ], + "fg": [ 4384, 4386, 4385, 4383 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4349, 4351, 4350, 4348 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4384, 4386, 4385, 4383 ] } ] }, { "id": [ "vp_wheel_wood_b" ], - "fg": [ 4345, 4347, 4346, 4344 ], + "fg": [ 4380, 4382, 4381, 4379 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4345, 4347, 4346, 4344 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4380, 4382, 4381, 4379 ] } ] }, { "id": [ "vp_yoke_harness" ], - "fg": [ 4355, 4353, 4352, 4354 ], + "fg": [ 4390, 4388, 4387, 4389 ], "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4355, 4353, 4352, 4354 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4390, 4388, 4387, 4389 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 4356, 4363, 4362, 4361 ], - "additional_tiles": [ { "id": "broken", "fg": 3967, "bg": [ 4356, 4363, 4362, 4361 ] } ], + "fg": [ 4391, 4398, 4397, 4396 ], + "additional_tiles": [ { "id": "broken", "fg": 4002, "bg": [ 4391, 4398, 4397, 4396 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_rear" ], - "fg": [ 4384, 4391, 4390, 4389 ], - "additional_tiles": [ { "id": "broken", "fg": 3967, "bg": [ 4384, 4391, 4390, 4389 ] } ], + "fg": [ 4419, 4426, 4425, 4424 ], + "additional_tiles": [ { "id": "broken", "fg": 4002, "bg": [ 4419, 4426, 4425, 4424 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_front_edge" ], - "fg": [ 4358, 4360, 4359, 4357 ], - "additional_tiles": [ { "id": "broken", "fg": 3967, "bg": [ 4358, 4360, 4359, 4357 ] } ], + "fg": [ 4393, 4395, 4394, 4392 ], + "additional_tiles": [ { "id": "broken", "fg": 4002, "bg": [ 4393, 4395, 4394, 4392 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_horizontal_rear_edge" ], - "fg": [ 4385, 4388, 4387, 4386 ], - "additional_tiles": [ { "id": "broken", "fg": 3967, "bg": [ 4385, 4388, 4387, 4386 ] } ], + "fg": [ 4420, 4423, 4422, 4421 ], + "additional_tiles": [ { "id": "broken", "fg": 4002, "bg": [ 4420, 4423, 4422, 4421 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_nw", - "fg": [ 4376, 4383, 4382, 4381 ], - "additional_tiles": [ { "id": "broken", "fg": 3969, "bg": [ 4376, 4383, 4382, 4381 ] } ], + "fg": [ 4411, 4418, 4417, 4416 ], + "additional_tiles": [ { "id": "broken", "fg": 4004, "bg": [ 4411, 4418, 4417, 4416 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_ne", - "fg": [ 4368, 4375, 4374, 4373 ], - "additional_tiles": [ { "id": "broken", "fg": 3968, "bg": [ 4368, 4375, 4374, 4373 ] } ], + "fg": [ 4403, 4410, 4409, 4408 ], + "additional_tiles": [ { "id": "broken", "fg": 4003, "bg": [ 4403, 4410, 4409, 4408 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_sw", - "fg": [ 4409, 4411, 4410, 4408 ], - "additional_tiles": [ { "id": "broken", "fg": 3969, "bg": [ 4409, 4411, 4410, 4408 ] } ], + "fg": [ 4444, 4446, 4445, 4443 ], + "additional_tiles": [ { "id": "broken", "fg": 4004, "bg": [ 4444, 4446, 4445, 4443 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_se", - "fg": [ 4401, 4403, 4402, 4400 ], - "additional_tiles": [ { "id": "broken", "fg": 3968, "bg": [ 4401, 4403, 4402, 4400 ] } ], + "fg": [ 4436, 4438, 4437, 4435 ], + "additional_tiles": [ { "id": "broken", "fg": 4003, "bg": [ 4436, 4438, 4437, 4435 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 4378, 4380, 4379, 4377 ], - "additional_tiles": [ { "id": "broken", "fg": 3969, "bg": [ 4378, 4380, 4379, 4377 ] } ], + "fg": [ 4413, 4415, 4414, 4412 ], + "additional_tiles": [ { "id": "broken", "fg": 4004, "bg": [ 4413, 4415, 4414, 4412 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 4370, 4372, 4371, 4369 ], - "additional_tiles": [ { "id": "broken", "fg": 3968, "bg": [ 4370, 4372, 4371, 4369 ] } ], + "fg": [ 4405, 4407, 4406, 4404 ], + "additional_tiles": [ { "id": "broken", "fg": 4003, "bg": [ 4405, 4407, 4406, 4404 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 4404, 4407, 4406, 4405 ], - "additional_tiles": [ { "id": "broken", "fg": 3969, "bg": [ 4404, 4407, 4406, 4405 ] } ], + "fg": [ 4439, 4442, 4441, 4440 ], + "additional_tiles": [ { "id": "broken", "fg": 4004, "bg": [ 4439, 4442, 4441, 4440 ] } ], "multitile": true, "rotates": true }, { "id": "vp_windshield_se_edge", - "fg": [ 4396, 4399, 4398, 4397 ], - "additional_tiles": [ { "id": "broken", "fg": 3968, "bg": [ 4396, 4399, 4398, 4397 ] } ], + "fg": [ 4431, 4434, 4433, 4432 ], + "additional_tiles": [ { "id": "broken", "fg": 4003, "bg": [ 4431, 4434, 4433, 4432 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 4364, 4367, 4366, 4365 ], - "additional_tiles": [ { "id": "broken", "fg": 3968, "bg": [ 4364, 4367, 4366, 4365 ] } ], + "fg": [ 4399, 4402, 4401, 4400 ], + "additional_tiles": [ { "id": "broken", "fg": 4003, "bg": [ 4399, 4402, 4401, 4400 ] } ], "multitile": true, "rotates": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 4392, 4395, 4394, 4393 ], - "additional_tiles": [ { "id": "broken", "fg": 3969, "bg": [ 4392, 4395, 4394, 4393 ] } ], + "fg": [ 4427, 4430, 4429, 4428 ], + "additional_tiles": [ { "id": "broken", "fg": 4004, "bg": [ 4427, 4430, 4429, 4428 ] } ], "multitile": true, "rotates": true }, @@ -8010,283 +8018,283 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": 4412, + "fg": 4447, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4412 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4447 } ] }, { "id": [ "vp_reinforced_windshield_horizontal_rear" ], - "fg": 4413, + "fg": 4448, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4413 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4448 } ] }, { "id": [ "vp_reinforced_windshield_horizontal_rear_edge" ], - "fg": 4414, + "fg": 4449, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4414 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4449 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": 4416, + "fg": 4451, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4416 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4451 } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": 4415, + "fg": 4450, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4415 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4450 } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 4419, + "fg": 4454, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4419 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4454 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 4417, + "fg": 4452, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4417 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4452 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": 4420, + "fg": 4455, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4420 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4455 } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": 4418, + "fg": 4453, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4418 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4453 } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": 4421, + "fg": 4456, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4421 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4456 } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": 4422, + "fg": 4457, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4422 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4457 } ] }, { "id": "vp_frame_wood_handle", - "fg": 4423, + "fg": 4458, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4423 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4458 } ] }, { "id": "vp_frame_wood_light_handle", - "fg": 4423, + "fg": 4458, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4423 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4458 } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 4444, + "fg": 4479, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4444 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4479 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 4447, + "fg": 4482, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4447 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4482 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 4446, + "fg": 4481, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4446 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4481 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 4445, + "fg": 4480, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4445 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4480 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 4443, + "fg": 4478, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4443 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4478 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 4450, + "fg": 4485, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4450 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4485 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 4449, + "fg": 4484, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4449 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4484 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 4448, + "fg": 4483, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4448 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4483 } ] }, { "id": "vp_frame_wood_sw", - "fg": 4442, + "fg": 4477, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4442 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4477 } ] }, { "id": "vp_frame_wood_se", - "fg": 4441, + "fg": 4476, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4441 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4476 } ] }, { "id": "vp_frame_wood_nw", - "fg": 4440, + "fg": 4475, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4440 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4475 } ] }, { "id": "vp_frame_wood_ne", - "fg": 4439, + "fg": 4474, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4439 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4474 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 4428, + "fg": 4463, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4428 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4463 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 4433, + "fg": 4468, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4433 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4468 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 4432, + "fg": 4467, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4432 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4467 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 4431, + "fg": 4466, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4431 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4466 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 4430, + "fg": 4465, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4430 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4465 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 4429, + "fg": 4464, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4429 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4464 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 4427, + "fg": 4462, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4427 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4462 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 4438, + "fg": 4473, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4438 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4473 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 4437, + "fg": 4472, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4437 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4472 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 4436, + "fg": 4471, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4436 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4471 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 4435, + "fg": 4470, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4435 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4470 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 4434, + "fg": 4469, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4434 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4469 } ] }, { "id": "vp_frame_wood_cross", - "fg": 4425, + "fg": 4460, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4425 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4460 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 4426, + "fg": 4461, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4426 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4461 } ] }, { "id": "vp_frame_wood_cover", - "fg": 4424, + "fg": 4459, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": 4424 } ] + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": 4459 } ] }, { "id": "overlay_female_mutation_BARK", "fg": 137 }, { "id": "overlay_female_mutation_BEAK", "fg": 138 }, @@ -8489,567 +8497,594 @@ { "id": "corpse", "fg": 1704 }, { "id": "foodperson_mask", "fg": 1817 }, { "id": "foodperson_mask_on", "fg": 1818 }, - { "id": "10mm", "fg": 1819 }, - { "id": "223", "fg": 1820 }, - { "id": "22_cb", "fg": 1821 }, - { "id": "22_fmj", "fg": 1822 }, - { "id": "22_lr", "fg": 1823 }, - { "id": "22_ratshot", "fg": 1824 }, - { "id": "3006_incendiary", "fg": 1825 }, - { "id": "36navy", "fg": 1826 }, - { "id": "38_special", "fg": 1827 }, - { "id": "38_super", "fg": 1828 }, - { "id": "40fmj", "fg": 1829 }, - { "id": "40mm_flechet", "fg": 1830 }, - { "id": "40mm_shot", "fg": 1831 }, - { "id": "44army", "fg": 1832 }, - { "id": "44magnum", "fg": 1833 }, - { "id": "45_acp", "fg": 1834 }, - { "id": "45_jhp", "fg": 1835 }, - { "id": "500_Magnum", "fg": 1836 }, - { "id": "50match", "fg": 1837 }, - { "id": "545-ap", "fg": 1838 }, - { "id": "762_51", "fg": 1839 }, - { "id": "762_51_incendiary", "fg": 1840 }, - { "id": "762_m43", "fg": 1841 }, - { "id": "9mmP", "fg": 1842 }, - { "id": "9mmfmj", "fg": 1843 }, - { "id": "abstractmap", "fg": 1844 }, - { "id": "acidchitin_piece", "fg": 1845 }, - { "id": "acidchitin_plate", "fg": 1846 }, - { "id": "acoustic_guitar", "fg": 1847 }, - { "id": "aluminum_foil", "fg": 1848 }, - { "id": "ammonia", "fg": 1849 }, - { "id": "arming_sword", "fg": 1850 }, - { "id": "armor_lorica", "fg": 1851 }, - { "id": "arrowrest", "fg": 1852 }, - { "id": "atgm_heat", "fg": 1853 }, - { "id": "atomic_coffee", "fg": 1854 }, - { "id": "b_paint", "fg": 1855 }, - { "id": "bag_canvas_small", "fg": 1856 }, - { "id": "bagpipes", "fg": 1857 }, - { "id": "ballistic_vest_esapi", "fg": 1858 }, - { "id": "banjo", "fg": 1859 }, - { "id": "barley", "fg": 1860 }, - { "id": "basketball", "fg": 1861 }, - { "id": "battleaxe", "fg": 1862 }, - { "id": "beer", "fg": 1863 }, - { "id": "belgian_ale", "fg": 1864 }, - { "id": "bfipowder", "fg": 1866 }, - { "id": "bindle", "fg": 1867 }, - { "id": "bio_int_enhancer", "fg": 1868 }, - { "id": "birchbark", "fg": 1869 }, - { "id": "bismuth", "fg": 1870 }, - { "id": "blanket", "fg": 1871 }, - { "id": "bleach", "fg": 1872 }, - { "id": "blueberries_cooked", "fg": 1873 }, - { "id": "boiled_egg", "fg": 1874 }, - { "id": "bone_flute", "fg": 1875 }, - { "id": "bone_human", "fg": 1876 }, - { "id": "boots_acidchitin", "fg": 1877 }, - { "id": "boots_bunker", "fg": 1878 }, - { "id": "boots_hsurvivor", "fg": 1879 }, - { "id": "boots_lsurvivor", "fg": 1880 }, - { "id": "boots_survivor", "fg": 1881 }, - { "id": "boots_western", "fg": 1882 }, - { "id": "bottle_folding", "fg": 1883 }, - { "id": "bottle_metal", "fg": 1884 }, - { "id": "bottle_plastic_smal", "fg": 1885 }, - { "id": "bowling_pin", "fg": 1886 }, - { "id": "briefcase", "fg": 1887 }, - { "id": "broken_eyebot", "fg": 1888 }, - { "id": "broken_manhack", "fg": 1889 }, - { "id": "broken_skitterbot", "fg": 1890 }, - { "id": "broth_bone", "fg": 1891 }, - { "id": "bum_wine", "fg": 1892 }, - { "id": "camisole", "fg": 1893 }, - { "id": "can_food_unsealed", "fg": 1894 }, - { "id": "case_violin", "fg": 1895 }, - { "id": "cattail_rhizome", "fg": 1896 }, - { "id": "cattail_stalk", "fg": 1897 }, - { "id": "cell_phone_flashlight", "fg": 1898 }, - { "id": "ceramic_armor", "fg": 1899 }, - { "id": "ceramic_shard", "fg": 1900 }, - { "id": "chainmail_arms", "fg": 1901 }, - { "id": "chainmail_hauberk", "fg": 1902 }, - { "id": "chainmail_hood", "fg": 1903 }, - { "id": "chainmail_legs", "fg": 1904 }, - { "id": "chainmail_vest", "fg": 1905 }, - { "id": "chem_aluminium_powder", "fg": 1906 }, - { "id": "chem_aluminium_sulphate", "fg": 1907 }, - { "id": "chem_hexamine", "fg": 1908 }, - { "id": "chemical_thrower", "fg": 1909 }, - { "id": "chestwrap", "fg": 1910 }, - { "id": "chestwrap_fur", "fg": 1911 }, - { "id": "chestwrap_leather", "fg": 1912 }, - { "id": "chestwrap_wool", "fg": 1913 }, - { "id": "chili", "fg": 1914 }, - { "id": "chili_pepper", "fg": 1915 }, - { "id": "chipper", "fg": 1916 }, - { "id": "choc_drink", "fg": 1917 }, - { "id": "chocpretzels", "fg": 1918 }, - { "id": "cig_butt", "fg": 1919 }, - { "id": "cig_lit", "fg": 1920 }, - { "id": "clarinet", "fg": 1921 }, - { "id": "coffee", "fg": 1922 }, - { "id": "colamdew", "fg": 1923 }, - { "id": "con_milk", "fg": 1924 }, - { "id": "con_mix", "fg": 1925 }, - { "id": "concrete", "fg": 1926 }, - { "id": "contacts", "fg": 1927 }, - { "id": "cooking_oil", "fg": 1928 }, - { "id": "copper", "fg": 1929 }, - { "id": "copper_bracelet", "fg": 1930 }, - { "id": "copper_knife", "fg": 1931 }, - { "id": "corndogs_cooked", "fg": 1932 }, - { "id": "corndogs_frozen", "fg": 1933 }, - { "id": "cow_bell", "fg": 1934 }, - { "id": "crispycran", "fg": 1935 }, - { "id": "crown_golden", "fg": 1936 }, - { "id": "cs_lajatang_off", "fg": 1937 }, - { "id": "cured_hide", "fg": 1938 }, - { "id": "cured_pelt", "fg": 1939 }, - { "id": "curry_meat", "fg": 1940 }, - { "id": "curry_powder", "fg": 1941 }, - { "id": "curry_veggy", "fg": 1942 }, - { "id": "dahlia_baked", "fg": 1944 }, - { "id": "dao", "fg": 1945 }, - { "id": "detergent", "fg": 1946 }, - { "id": "diamond", "fg": 1947 }, - { "id": "diamond_dental_grill", "fg": 1948 }, - { "id": "diamond_ring", "fg": 1949 }, - { "id": "diazepam", "fg": 1950 }, - { "id": "distaff_spindle", "fg": 1952 }, - { "id": "down_blanket", "fg": 1953 }, - { "id": "down_pillow", "fg": 1954 }, - { "id": "dry_fish", "fg": 1955 }, - { "id": "dry_meat_tainted", "fg": 1956 }, - { "id": "dry_veggy_tainted", "fg": 1957 }, - { "id": "egg_bird", "fg": 1958 }, - { "id": "egg_reptile", "fg": 1959 }, - { "id": "eink_tablet_pc", "fg": 1960 }, - { "id": "elec_hairtrimmer", "fg": 1961 }, - { "id": "electric_blanket", "fg": 1962 }, - { "id": "emer_blanket", "fg": 1963 }, - { "id": "emer_blanket_on", "fg": 1964 }, - { "id": "esbit_stove", "fg": 1965 }, - { "id": "estoc", "fg": 1966 }, - { "id": "fat", "fg": 1967 }, - { "id": "fat_tainted", "fg": 1968 }, - { "id": "felt_patch", "fg": 1969 }, - { "id": "file", "fg": 1970 }, - { "id": "fire_lance", "fg": 1972 }, - { "id": "firehelmet", "fg": 1973 }, - { "id": "fish", "fg": 1974 }, - { "id": "fish_smoked", "fg": 1975 }, - { "id": "fishing_hook_basic", "fg": 1976 }, - { "id": "fishing_rod_basic", "fg": 1977 }, - { "id": "fishing_rod_professional", "fg": 1978 }, - { "id": "flask_yeast", "fg": 1979 }, - { "id": "flatbread", "fg": 1980 }, - { "id": "flint_steel", "fg": 1981 }, - { "id": "flute", "fg": 1982 }, - { "id": "folding_poncho", "fg": 1983 }, - { "id": "folding_poncho_on", "fg": 1984 }, - { "id": "food_processor", "fg": 1985 }, - { "id": "footrags", "fg": 1986 }, - { "id": "footrags_fur", "fg": 1987 }, - { "id": "footrags_leather", "fg": 1988 }, - { "id": "footrags_wool", "fg": 1989 }, - { "id": "fruit_cooked", "fg": 1990 }, - { "id": "fungicide", "fg": 1991 }, - { "id": "fur_blanket", "fg": 1992 }, - { "id": "g_carpet", "fg": 1993 }, - { "id": "g_paint", "fg": 1994 }, - { "id": "g_shovel", "fg": 1995 }, - { "id": "gal_drum", "fg": 1996 }, - { "id": "gambeson", "fg": 1997 }, - { "id": "garlic", "fg": 1998 }, - { "id": "gasdiscount_gold", "fg": 1999 }, - { "id": "gasdiscount_platinum", "fg": 2000 }, - { "id": "gasdiscount_silver", "fg": 2001 }, - { "id": "glass_shard", "fg": 2002 }, - { "id": "glass_shiv", "fg": 2003 }, - { "id": "glass_tinted", "fg": 2004 }, - { "id": "gloves_wraps_fur", "fg": 2005 }, - { "id": "gold_bracelet", "fg": 2006 }, - { "id": "gold_dental_grill", "fg": 2007 }, - { "id": "golf_ball", "fg": 2008 }, - { "id": "gown", "fg": 2009 }, - { "id": "grapnel", "fg": 2010 }, - { "id": "h&k416a5", "fg": 2011 }, - { "id": "hacksaw", "fg": 2012 }, - { "id": "halligan", "fg": 2013 }, - { "id": "halter_top", "fg": 2014 }, - { "id": "hand_axe", "fg": 2015 }, - { "id": "hand_paddles", "fg": 2016 }, - { "id": "hand_rims", "fg": 2017 }, - { "id": "handflare", "fg": 2018 }, - { "id": "handflare_dead", "fg": 2019 }, - { "id": "handflare_lit", "fg": 2020 }, - { "id": "handrolled_cig", "fg": 2021 }, - { "id": "hat_hard", "fg": 2022 }, - { "id": "hat_hard_hooded", "fg": 2023 }, - { "id": "hat_knit", "fg": 2024 }, - { "id": "hat_newsboy", "fg": 2025 }, - { "id": "hbolt_metal", "fg": 2026 }, - { "id": "hbolt_wood", "fg": 2027 }, - { "id": "hdframe", "fg": 2028 }, - { "id": "heatpack", "fg": 2029 }, - { "id": "heatpack_used", "fg": 2030 }, - { "id": "helmet_army", "fg": 2031 }, - { "id": "hickory_nut", "fg": 2032 }, - { "id": "hickory_nut_roasted", "fg": 2033 }, - { "id": "hickory_nut_unshell", "fg": 2034 }, - { "id": "hickory_root", "fg": 2035 }, - { "id": "hobo_stove", "fg": 2036 }, - { "id": "holy_symbol", "fg": 2037 }, - { "id": "honey_bottled", "fg": 2038 }, - { "id": "hotdogs_cooked", "fg": 2039 }, - { "id": "i_combustion", "fg": 2040 }, - { "id": "iceaxe", "fg": 2041 }, - { "id": "inflatable_boat", "fg": 2042 }, - { "id": "inflatable_section", "fg": 2043 }, - { "id": "jacket_army", "fg": 2044 }, - { "id": "jacket_jean", "fg": 2045 }, - { "id": "jacket_leather", "fg": 2046 }, - { "id": "jacket_light", "fg": 2047 }, - { "id": "jam_strawberries", "fg": 2048 }, - { "id": "ji", "fg": 2049 }, - { "id": "jian", "fg": 2050 }, - { "id": "joint_roach", "fg": 2052 }, - { "id": "khopesh", "fg": 2053 }, - { "id": "knife", "fg": 2054 }, - { "id": "kukri", "fg": 2055 }, - { "id": "l-stick", "fg": 2056 }, - { "id": "l-stick_on", "fg": 2057 }, - { "id": "lead_ball", "fg": 2058 }, - { "id": "leg_warmers_f", "fg": 2059 }, - { "id": "link_sheet", "fg": 2060 }, - { "id": "locket", "fg": 2061 }, - { "id": "mace", "fg": 2063 }, - { "id": "maid_dress", "fg": 2064 }, - { "id": "maid_hat", "fg": 2065 }, - { "id": "makeshift_axe", "fg": 2066 }, - { "id": "makeshift_crowbar", "fg": 2067 }, - { "id": "makeshift_funnel", "fg": 2068 }, - { "id": "makeshift_hammer", "fg": 2069 }, - { "id": "marble", "fg": 2070 }, - { "id": "marshmallow", "fg": 2071 }, - { "id": "material_aluminium_ingot", "fg": 2072 }, - { "id": "material_sand", "fg": 2073 }, - { "id": "material_shrd_limestone", "fg": 2074 }, - { "id": "meat_salted", "fg": 2075 }, - { "id": "mess_tin", "fg": 2076 }, - { "id": "metal_funnel", "fg": 2077 }, - { "id": "metal_tank_little", "fg": 2078 }, - { "id": "metal_tank_small", "fg": 2079 }, - { "id": "meth", "fg": 2080 }, - { "id": "miner_hat", "fg": 2081 }, - { "id": "mjolnir", "fg": 2082 }, - { "id": "morphine", "fg": 2083 }, - { "id": "mortar_pestle", "fg": 2084 }, - { "id": "mouthpiece", "fg": 2085 }, - { "id": "mre_beef_box", "fg": 2086 }, - { "id": "mre_chicken_box", "fg": 2087 }, - { "id": "mre_hotdog_box", "fg": 2088 }, - { "id": "mre_ravioli_box", "fg": 2089 }, - { "id": "mre_veggy_box", "fg": 2090 }, - { "id": "mustard", "fg": 2091 }, - { "id": "mutagen_bird", "fg": 2092 }, - { "id": "mutagen_cattle", "fg": 2093 }, - { "id": "mutagen_elfa", "fg": 2094 }, - { "id": "mutagen_fish", "fg": 2095 }, - { "id": "mutagen_plant", "fg": 2096 }, - { "id": "mutagen_slime", "fg": 2097 }, - { "id": "nachosc", "fg": 2098 }, - { "id": "naginata", "fg": 2099 }, - { "id": "nanoskirt", "fg": 2100 }, - { "id": "omnicamera", "fg": 2101 }, - { "id": "onion_rings", "fg": 2102 }, - { "id": "oxy_torch", "fg": 2103 }, - { "id": "p_carpet", "fg": 2104 }, - { "id": "p_paint", "fg": 2105 }, - { "id": "panties", "fg": 2106 }, - { "id": "pants", "fg": 2107 }, - { "id": "pants_army", "fg": 2108 }, - { "id": "pants_cargo", "fg": 2109 }, - { "id": "pants_checkered", "fg": 2110 }, - { "id": "pants_leather", "fg": 2111 }, - { "id": "pants_ski", "fg": 2112 }, - { "id": "pastaextruder", "fg": 2113 }, - { "id": "pet_carrier", "fg": 2114 }, - { "id": "pillow", "fg": 2115 }, - { "id": "pitchfork", "fg": 2116 }, - { "id": "plastic_shopping_bag", "fg": 2117 }, - { "id": "pliers", "fg": 2118 }, - { "id": "plut_cell", "fg": 2119 }, - { "id": "pool_ball", "fg": 2120 }, - { "id": "pot_canning", "fg": 2121 }, - { "id": "pot_copper", "fg": 2122 }, - { "id": "pot_makeshift", "fg": 2123 }, - { "id": "pot_makeshift_copper", "fg": 2124 }, - { "id": "powder_eggs", "fg": 2125 }, - { "id": "powered_earmuffs", "fg": 2126 }, - { "id": "protein_powder", "fg": 2127 }, - { "id": "qiang", "fg": 2128 }, - { "id": "r_carpet", "fg": 2129 }, - { "id": "r_paint", "fg": 2130 }, - { "id": "radio_car", "fg": 2131 }, - { "id": "radio_car_on", "fg": 2132 }, - { "id": "radiocontrol", "fg": 2133 }, - { "id": "raw_fur", "fg": 2134 }, - { "id": "raw_hleather", "fg": 2135 }, - { "id": "razor_blade", "fg": 2136 }, - { "id": "ref_lighter", "fg": 2137 }, - { "id": "reinforced_glass_sheet", "fg": 2138 }, - { "id": "reloaded_454_Casull", "fg": 2139 }, - { "id": "reloaded_shot_he", "fg": 2140 }, - { "id": "reloaded_shot_slug", "fg": 2141 }, - { "id": "reloaded_signal_fla", "fg": 2142 }, - { "id": "reloaded_ss", "fg": 2143 }, - { "id": "reloaded_sw", "fg": 2144 }, - { "id": "reloaded_xdart", "fg": 2145 }, - { "id": "robe", "fg": 2146 }, - { "id": "rollerskates", "fg": 2147 }, - { "id": "sandwich_cheese", "fg": 2148 }, - { "id": "sandwich_cheese_gri", "fg": 2149 }, - { "id": "sandwich_cucumber", "fg": 2150 }, - { "id": "sandwich_honey", "fg": 2151 }, - { "id": "sandwich_jam", "fg": 2152 }, - { "id": "sandwich_pb", "fg": 2153 }, - { "id": "sandwich_pbj", "fg": 2154 }, - { "id": "sandwich_pbm", "fg": 2155 }, - { "id": "sandwich_sauce", "fg": 2156 }, - { "id": "sausage_wasteland", "fg": 2157 }, - { "id": "saxophone", "fg": 2158 }, - { "id": "scabbard", "fg": 2159 }, - { "id": "scrap_bronze", "fg": 2160 }, - { "id": "scrap_copper", "fg": 2161 }, - { "id": "sharp_toothbrush", "fg": 2162 }, - { "id": "shavingkit", "fg": 2163 }, - { "id": "sheath", "fg": 2164 }, - { "id": "sheet_metal_small", "fg": 2165 }, - { "id": "shillelagh", "fg": 2166 }, - { "id": "shorts_denim", "fg": 2167 }, - { "id": "shot_00", "fg": 2168 }, - { "id": "shot_bird", "fg": 2169 }, - { "id": "shot_flechette", "fg": 2170 }, - { "id": "silver_bracelet", "fg": 2171 }, - { "id": "silver_small", "fg": 2172 }, - { "id": "skirt_leather", "fg": 2173 }, - { "id": "smart_phone", "fg": 2174 }, - { "id": "smart_phone_flashlight", "fg": 2175 }, - { "id": "soap", "fg": 2176 }, - { "id": "solder_wire", "fg": 2177 }, - { "id": "soup_chicken", "fg": 2178 }, - { "id": "soup_dumplings", "fg": 2179 }, - { "id": "soup_fish", "fg": 2180 }, - { "id": "soup_mushroom", "fg": 2181 }, - { "id": "soup_tomato", "fg": 2182 }, - { "id": "soup_veggy", "fg": 2183 }, - { "id": "soup_woods", "fg": 2184 }, - { "id": "spear_dory", "fg": 2185 }, - { "id": "spear_forked", "fg": 2186 }, - { "id": "spear_stone", "fg": 2187 }, - { "id": "spider_egg", "fg": 2188 }, - { "id": "sports_bra", "fg": 2189 }, - { "id": "stepladder", "fg": 2190 }, - { "id": "stomach", "fg": 2191 }, - { "id": "straw_doll", "fg": 2192 }, - { "id": "straw_fedora", "fg": 2193 }, - { "id": "straw_hat", "fg": 2194 }, - { "id": "sugar_beet", "fg": 2195 }, - { "id": "survivor_hairtrimmer", "fg": 2196 }, - { "id": "survivor_scope", "fg": 2197 }, - { "id": "survivor_vest", "fg": 2198 }, - { "id": "sushi_fishroll", "fg": 2199 }, - { "id": "swag_bag", "fg": 2200 }, - { "id": "sword_xiphos", "fg": 2201 }, - { "id": "tallow", "fg": 2202 }, - { "id": "tallow_tainted", "fg": 2203 }, - { "id": "tanbark", "fg": 2204 }, - { "id": "tanned_hide", "fg": 2205 }, - { "id": "tanned_pelt", "fg": 2206 }, - { "id": "tanto", "fg": 2207 }, - { "id": "tea", "fg": 2208 }, - { "id": "teapot", "fg": 2209 }, - { "id": "telepad", "fg": 2210 }, - { "id": "thermometer", "fg": 2211 }, - { "id": "thermos", "fg": 2212 }, - { "id": "throwing_stick", "fg": 2213 }, - { "id": "tieclip", "fg": 2214 }, - { "id": "tin", "fg": 2215 }, - { "id": "tinder", "fg": 2216 }, - { "id": "tinderbox", "fg": 2217 }, - { "id": "tinfoil_hat", "fg": 2218 }, - { "id": "toothbrush_plain", "fg": 2219 }, - { "id": "trimmer_off", "fg": 2220 }, - { "id": "trimmer_on", "fg": 2221 }, - { "id": "trumpet", "fg": 2222 }, - { "id": "tuba", "fg": 2223 }, - { "id": "tunic", "fg": 2224 }, - { "id": "tunic_rag", "fg": 2225 }, - { "id": "ukulele", "fg": 2226 }, - { "id": "undershirt", "fg": 2227 }, - { "id": "unfinished_charcoal", "fg": 2228 }, - { "id": "v_combustion", "fg": 2229 }, - { "id": "v_scoop_item", "fg": 2230 }, - { "id": "vehicle_dashboard", "fg": 2231 }, - { "id": "vibrator", "fg": 2232 }, - { "id": "violin", "fg": 2233 }, - { "id": "violin_golden", "fg": 2234 }, - { "id": "w_paint", "fg": 2235 }, - { "id": "waffleiron", "fg": 2236 }, - { "id": "wakizashi", "fg": 2237 }, - { "id": "warhammer", "fg": 2238 }, - { "id": "water_acid_weak", "fg": 2239 }, - { "id": "waterproof_gunmod", "fg": 2240 }, - { "id": "wearable_light", "fg": 2241 }, - { "id": "wearable_light_on", "fg": 2242 }, - { "id": "wheel_armor", "fg": 2243 }, - { "id": "wheel_bicycle", "fg": 2244 }, - { "id": "wheel_caster", "fg": 2245 }, - { "id": "wheel_motorbike", "fg": 2246 }, - { "id": "wheel_small", "fg": 2247 }, - { "id": "wheel_wide", "fg": 2248 }, - { "id": "whiskey", "fg": 2249 }, - { "id": "whistle", "fg": 2250 }, - { "id": "y_carpet", "fg": 2251 }, - { "id": "y_paint", "fg": 2252 }, - { "id": "yarn", "fg": 2253 }, - { "id": "yeast", "fg": 2254 }, - { "id": "yoghurt", "fg": 2255 }, - { "id": "zubon_gi", "fg": 2256 }, - { "id": "zweihander", "fg": 2257 }, - { "id": "cloak", "fg": 2258 }, - { "id": "cloak_fur", "fg": 2259 }, - { "id": "cloak_leather", "fg": 2260 }, - { "id": "cloak_wool", "fg": 2261 }, - { "id": "coat_rain", "fg": 2262 }, - { "id": "optical_cloak", "fg": 2263 }, - { "id": "ketchup", "fg": 2264 }, - { "id": "mayonnaise", "fg": 2265 }, - { "id": "graffiti", "fg": 2301 }, - { "id": "zombie_revival_indicator", "fg": 2306 }, - { "id": "overlay_mutation_bio_sneeze_beam", "fg": 2307 }, - { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 2308 }, - { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 2309 }, - { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 2310 }, - { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 2311 }, - { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 2312 }, - { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 2313 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 2314 }, - { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 2315 }, - { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 2316 }, - { "id": "overlay_female_mutation_MANA_LUM", "fg": 2317 }, - { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 2318 }, - { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 2319 }, - { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 2320 }, - { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 2321 }, - { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 2325 }, - { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 2326 }, - { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 2327 }, - { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 2328 }, - { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 2329 }, - { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 2330 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 2331 }, - { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 2332 }, - { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 2333 }, - { "id": "overlay_male_mutation_MANA_LUM", "fg": 2334 }, - { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 2335 }, - { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 2336 }, - { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 2337 }, - { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 2338 }, - { "id": "overlay_mutation_DEMON_CLAWS", "fg": 2342 }, - { "id": "overlay_mutation_DEMON_POSSES", "fg": 2343 }, - { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 2344 }, - { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 2345 }, - { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 2346 }, - { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 2347 }, - { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 2348 }, - { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 2349 }, - { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 2350 }, - { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 2351 }, - { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 2352 }, - { "id": "DEBUG_spellbook", "fg": 2353 }, - { "id": "animist_shadows", "fg": 2354 }, - { "id": "bio_fuel_cell_blood", "fg": 2355 }, - { "id": "bio_sneeze_beam", "fg": 2356 }, - { "id": "biomancer_spellbook", "fg": 2357 }, - { "id": "disp_wand", "fg": 2358 }, - { "id": "druid_spellbook", "fg": 2359 }, - { "id": "eshaper_spellbook", "fg": 2360 }, - { "id": "generic_spellbook", "fg": 2361 }, - { "id": "light_manipulation_spellbook", "fg": 2362 }, - { "id": "magus_spellbook", "fg": 2363 }, - { "id": "magus_spellbook_move", "fg": 2364 }, - { "id": "mring_copper", "fg": 2365 }, - { "id": "mring_gold", "fg": 2366 }, - { "id": "mring_platinum", "fg": 2367 }, - { "id": "mring_silver", "fg": 2368 }, - { "id": "novice_stormshaper_book", "fg": 2369 }, - { "id": "priest_advanced", "fg": 2370 }, - { "id": "priest_beginner", "fg": 2371 }, - { "id": "pyro", "fg": 2372 }, - { "id": "recovery_spellbook", "fg": 2373 }, - { "id": "small_mana_crystal", "fg": 2374 }, - { "id": "spell_scroll", "fg": 2375 }, - { "id": "spell_wand", "fg": 2376 }, - { "id": "stat_up_spellbook", "fg": 2377 }, - { "id": "summon_scroll_smudged", "fg": 2378 }, - { "id": "summon_undead_spellbook", "fg": 2379 }, - { "id": "techno_em", "fg": 2380 }, - { "id": "techno_fundamentals", "fg": 2381 }, - { "id": "techno_idiots", "fg": 2382 }, - { "id": "tome_of_storms", "fg": 2383 }, - { "id": "translocate_spellbook", "fg": 2384 }, - { "id": "winter_grasp", "fg": 2385 }, - { "id": "wizard_advanced", "fg": 2386 }, - { "id": "wizard_beginner", "fg": 2387 }, - { "id": "wizard_utility", "fg": 2388 }, - { "id": "mon_cookie", "fg": 2392 }, - { "id": "mon_cow_calf_choc", "fg": 2393 }, - { "id": "mon_cow_choc", "fg": 2394 }, - { "id": "lemming_shadow", "fg": 2637 }, - { "id": "mon_boar_wild", "fg": 2638 }, - { "id": "mon_boar_wild_piglet", "fg": 2639 }, - { "id": "mon_copbot", "fg": 2640 }, - { "id": "mon_cow", "fg": 2641 }, - { "id": "mon_cow_calf", "fg": 2642 }, - { "id": "mon_fish_eel", "fg": 2643 }, - { "id": "mon_gracke", "fg": 2644 }, - { "id": "mon_grocerybot", "fg": 2645 }, - { "id": "mon_grocerybot_busted", "fg": 2646 }, - { "id": "mon_hallu_mannequin", "fg": 2647 }, - { "id": "mon_pig", "fg": 2648 }, - { "id": "mon_pig_piglet", "fg": 2649 }, - { "id": "mon_pigeon", "fg": 2650 }, - { "id": "mon_sheep", "fg": 2652 }, - { "id": "mon_skeleton_brute", "fg": 2653 }, - { "id": "mon_zombie_gasbag_crawler", "fg": 2662 }, - { "id": "mon_zombie_gasbag_immobile", "fg": 2663 }, - { "id": "mon_zombie_hanging_innards", "fg": 2664 }, - { "id": "mon_zombie_pig", "fg": 2666 }, - { "id": "mon_zow", "fg": 2675 }, - { "id": "shadow_32x32_small", "fg": 2677 }, - { "id": "t_diesel_tank", "fg": 3234 }, - { "id": "t_diesel_tank_smashed", "fg": 3235 }, - { "id": "t_gas_tank_smashed", "fg": 3241 }, - { "id": "t_thconc_floor_flesh", "fg": 3267 }, - { "id": "t_resin_hole", "fg": 3276 }, - { "id": "t_paper_roof", "fg": 3643 }, - { "id": "t_screen_door_c", "fg": 3669 }, - { "id": "t_screen_door_o", "fg": 3670 }, - { "id": "vp_animal_compartment", "fg": 3942 }, - { "id": "vp_autoclave", "fg": 4221 }, - { "id": "vp_dishwasher", "fg": 4226 }, - { "id": "vp_recharge_station", "fg": 4242 } + { "id": "gloves_fingerless", "fg": 1819 }, + { "id": "gloves_leather", "fg": 1820 }, + { "id": "gloves_liner", "fg": 1821 }, + { "id": "10mm", "fg": 1822 }, + { "id": "223", "fg": 1823 }, + { "id": "22_cb", "fg": 1824 }, + { "id": "22_fmj", "fg": 1825 }, + { "id": "22_lr", "fg": 1826 }, + { "id": "22_ratshot", "fg": 1827 }, + { "id": "3006_incendiary", "fg": 1828 }, + { "id": "36navy", "fg": 1829 }, + { "id": "38_special", "fg": 1830 }, + { "id": "38_super", "fg": 1831 }, + { "id": "40fmj", "fg": 1832 }, + { "id": "40mm_flechet", "fg": 1833 }, + { "id": "40mm_shot", "fg": 1834 }, + { "id": "44army", "fg": 1835 }, + { "id": "44magnum", "fg": 1836 }, + { "id": "45_acp", "fg": 1837 }, + { "id": "45_jhp", "fg": 1838 }, + { "id": "500_Magnum", "fg": 1839 }, + { "id": "50match", "fg": 1840 }, + { "id": "545-ap", "fg": 1841 }, + { "id": "762_51", "fg": 1842 }, + { "id": "762_51_incendiary", "fg": 1843 }, + { "id": "762_m43", "fg": 1844 }, + { "id": "9mmP", "fg": 1845 }, + { "id": "9mmfmj", "fg": 1846 }, + { "id": "abstractmap", "fg": 1847 }, + { "id": "acidchitin_piece", "fg": 1848 }, + { "id": "acidchitin_plate", "fg": 1849 }, + { "id": "acoustic_guitar", "fg": 1850 }, + { "id": "aluminum_foil", "fg": 1851 }, + { "id": "ammonia", "fg": 1852 }, + { "id": "arming_sword", "fg": 1853 }, + { "id": "armor_lorica", "fg": 1854 }, + { "id": "arrowrest", "fg": 1855 }, + { "id": "atgm_heat", "fg": 1856 }, + { "id": "atomic_coffee", "fg": 1857 }, + { "id": "b_paint", "fg": 1858 }, + { "id": "bag_canvas_small", "fg": 1859 }, + { "id": "bagpipes", "fg": 1860 }, + { "id": "ballistic_vest_esapi", "fg": 1861 }, + { "id": "banjo", "fg": 1862 }, + { "id": "barley", "fg": 1863 }, + { "id": "basketball", "fg": 1864 }, + { "id": "battleaxe", "fg": 1865 }, + { "id": "beer", "fg": 1866 }, + { "id": "belgian_ale", "fg": 1867 }, + { "id": "bfipowder", "fg": 1869 }, + { "id": "bindle", "fg": 1870 }, + { "id": "bio_int_enhancer", "fg": 1871 }, + { "id": "birchbark", "fg": 1872 }, + { "id": "bismuth", "fg": 1873 }, + { "id": "blanket", "fg": 1874 }, + { "id": "bleach", "fg": 1875 }, + { "id": "blueberries_cooked", "fg": 1876 }, + { "id": "boiled_egg", "fg": 1877 }, + { "id": "bone_flute", "fg": 1878 }, + { "id": "bone_human", "fg": 1879 }, + { "id": "boots_acidchitin", "fg": 1880 }, + { "id": "boots_bunker", "fg": 1881 }, + { "id": "boots_hsurvivor", "fg": 1882 }, + { "id": "boots_lsurvivor", "fg": 1883 }, + { "id": "boots_survivor", "fg": 1884 }, + { "id": "boots_western", "fg": 1885 }, + { "id": "bottle_folding", "fg": 1886 }, + { "id": "bottle_metal", "fg": 1887 }, + { "id": "bottle_plastic_smal", "fg": 1888 }, + { "id": "bowling_pin", "fg": 1889 }, + { "id": "briefcase", "fg": 1890 }, + { "id": "broken_manhack", "fg": 1891 }, + { "id": "broken_skitterbot", "fg": 1892 }, + { "id": "broth_bone", "fg": 1893 }, + { "id": "bum_wine", "fg": 1894 }, + { "id": "camisole", "fg": 1895 }, + { "id": "can_food_unsealed", "fg": 1896 }, + { "id": "case_violin", "fg": 1897 }, + { "id": "cattail_rhizome", "fg": 1898 }, + { "id": "cattail_stalk", "fg": 1899 }, + { "id": "cell_phone_flashlight", "fg": 1900 }, + { "id": "ceramic_armor", "fg": 1901 }, + { "id": "ceramic_shard", "fg": 1902 }, + { "id": "chainmail_arms", "fg": 1903 }, + { "id": "chainmail_hauberk", "fg": 1904 }, + { "id": "chainmail_hood", "fg": 1905 }, + { "id": "chainmail_legs", "fg": 1906 }, + { "id": "chainmail_vest", "fg": 1907 }, + { "id": "chem_aluminium_powder", "fg": 1908 }, + { "id": "chem_aluminium_sulphate", "fg": 1909 }, + { "id": "chem_hexamine", "fg": 1910 }, + { "id": "chemical_thrower", "fg": 1911 }, + { "id": "chestwrap", "fg": 1912 }, + { "id": "chestwrap_fur", "fg": 1913 }, + { "id": "chestwrap_leather", "fg": 1914 }, + { "id": "chestwrap_wool", "fg": 1915 }, + { "id": "chili", "fg": 1916 }, + { "id": "chili_pepper", "fg": 1917 }, + { "id": "chipper", "fg": 1918 }, + { "id": "choc_drink", "fg": 1919 }, + { "id": "chocpretzels", "fg": 1920 }, + { "id": "cig_butt", "fg": 1921 }, + { "id": "cig_lit", "fg": 1922 }, + { "id": "clarinet", "fg": 1923 }, + { "id": "coffee", "fg": 1924 }, + { "id": "colamdew", "fg": 1925 }, + { "id": "con_milk", "fg": 1926 }, + { "id": "con_mix", "fg": 1927 }, + { "id": "concrete", "fg": 1928 }, + { "id": "contacts", "fg": 1929 }, + { "id": "cooking_oil", "fg": 1930 }, + { "id": "copper", "fg": 1931 }, + { "id": "copper_bracelet", "fg": 1932 }, + { "id": "copper_knife", "fg": 1933 }, + { "id": "corndogs_cooked", "fg": 1934 }, + { "id": "corndogs_frozen", "fg": 1935 }, + { "id": "cow_bell", "fg": 1936 }, + { "id": "crispycran", "fg": 1937 }, + { "id": "crown_golden", "fg": 1938 }, + { "id": "cs_lajatang_off", "fg": 1939 }, + { "id": "cured_hide", "fg": 1940 }, + { "id": "cured_pelt", "fg": 1941 }, + { "id": "curry_meat", "fg": 1942 }, + { "id": "curry_powder", "fg": 1943 }, + { "id": "curry_veggy", "fg": 1944 }, + { "id": "dahlia_baked", "fg": 1946 }, + { "id": "dao", "fg": 1947 }, + { "id": "detergent", "fg": 1948 }, + { "id": "diamond", "fg": 1949 }, + { "id": "diamond_dental_grill", "fg": 1950 }, + { "id": "diazepam", "fg": 1951 }, + { "id": "distaff_spindle", "fg": 1953 }, + { "id": "down_blanket", "fg": 1954 }, + { "id": "down_pillow", "fg": 1955 }, + { "id": "dry_fish", "fg": 1956 }, + { "id": "dry_meat_tainted", "fg": 1957 }, + { "id": "dry_veggy_tainted", "fg": 1958 }, + { "id": "egg_bird", "fg": 1959 }, + { "id": "egg_reptile", "fg": 1960 }, + { "id": "eink_tablet_pc", "fg": 1961 }, + { "id": "elec_hairtrimmer", "fg": 1962 }, + { "id": "electric_blanket", "fg": 1963 }, + { "id": "emer_blanket", "fg": 1964 }, + { "id": "emer_blanket_on", "fg": 1965 }, + { "id": "esbit_stove", "fg": 1966 }, + { "id": "estoc", "fg": 1967 }, + { "id": "fat", "fg": 1968 }, + { "id": "fat_tainted", "fg": 1969 }, + { "id": "felt_patch", "fg": 1970 }, + { "id": "file", "fg": 1971 }, + { "id": "fire_lance", "fg": 1973 }, + { "id": "firehelmet", "fg": 1974 }, + { "id": "fish", "fg": 1975 }, + { "id": "fish_smoked", "fg": 1976 }, + { "id": "fishing_hook_basic", "fg": 1977 }, + { "id": "fishing_rod_basic", "fg": 1978 }, + { "id": "fishing_rod_professional", "fg": 1979 }, + { "id": "flask_yeast", "fg": 1980 }, + { "id": "flatbread", "fg": 1981 }, + { "id": "flint_steel", "fg": 1982 }, + { "id": "flute", "fg": 1983 }, + { "id": "folding_poncho", "fg": 1984 }, + { "id": "folding_poncho_on", "fg": 1985 }, + { "id": "food_processor", "fg": 1986 }, + { "id": "footrags", "fg": 1987 }, + { "id": "footrags_fur", "fg": 1988 }, + { "id": "footrags_leather", "fg": 1989 }, + { "id": "footrags_wool", "fg": 1990 }, + { "id": "fruit_cooked", "fg": 1991 }, + { "id": "fungicide", "fg": 1992 }, + { "id": "fur_blanket", "fg": 1993 }, + { "id": "g_carpet", "fg": 1994 }, + { "id": "g_paint", "fg": 1995 }, + { "id": "g_shovel", "fg": 1996 }, + { "id": "gal_drum", "fg": 1997 }, + { "id": "gambeson", "fg": 1998 }, + { "id": "garlic", "fg": 1999 }, + { "id": "gasdiscount_gold", "fg": 2000 }, + { "id": "gasdiscount_platinum", "fg": 2001 }, + { "id": "gasdiscount_silver", "fg": 2002 }, + { "id": "glass_shard", "fg": 2003 }, + { "id": "glass_shiv", "fg": 2004 }, + { "id": "glass_tinted", "fg": 2005 }, + { "id": "gloves_wraps_fur", "fg": 2006 }, + { "id": "gold_bracelet", "fg": 2007 }, + { "id": "gold_dental_grill", "fg": 2008 }, + { "id": "golf_ball", "fg": 2009 }, + { "id": "gown", "fg": 2010 }, + { "id": "grapnel", "fg": 2011 }, + { "id": "h&k416a5", "fg": 2012 }, + { "id": "hacksaw", "fg": 2013 }, + { "id": "halligan", "fg": 2014 }, + { "id": "halter_top", "fg": 2015 }, + { "id": "hand_axe", "fg": 2016 }, + { "id": "hand_paddles", "fg": 2017 }, + { "id": "hand_rims", "fg": 2018 }, + { "id": "handflare", "fg": 2019 }, + { "id": "handflare_dead", "fg": 2020 }, + { "id": "handflare_lit", "fg": 2021 }, + { "id": "handrolled_cig", "fg": 2022 }, + { "id": "hat_hard", "fg": 2023 }, + { "id": "hat_hard_hooded", "fg": 2024 }, + { "id": "hat_knit", "fg": 2025 }, + { "id": "hat_newsboy", "fg": 2026 }, + { "id": "hbolt_metal", "fg": 2027 }, + { "id": "hbolt_wood", "fg": 2028 }, + { "id": "hdframe", "fg": 2029 }, + { "id": "heatpack", "fg": 2030 }, + { "id": "heatpack_used", "fg": 2031 }, + { "id": "helmet_army", "fg": 2032 }, + { "id": "hickory_nut", "fg": 2033 }, + { "id": "hickory_nut_roasted", "fg": 2034 }, + { "id": "hickory_nut_unshell", "fg": 2035 }, + { "id": "hickory_root", "fg": 2036 }, + { "id": "hobo_stove", "fg": 2037 }, + { "id": "holy_symbol", "fg": 2038 }, + { "id": "honey_bottled", "fg": 2039 }, + { "id": "hotdogs_cooked", "fg": 2040 }, + { "id": "i_combustion", "fg": 2041 }, + { "id": "iceaxe", "fg": 2042 }, + { "id": "inflatable_boat", "fg": 2043 }, + { "id": "inflatable_section", "fg": 2044 }, + { "id": "jacket_army", "fg": 2045 }, + { "id": "jacket_jean", "fg": 2046 }, + { "id": "jacket_leather", "fg": 2047 }, + { "id": "jacket_light", "fg": 2048 }, + { "id": "jam_strawberries", "fg": 2049 }, + { "id": "ji", "fg": 2050 }, + { "id": "jian", "fg": 2051 }, + { "id": "joint_roach", "fg": 2053 }, + { "id": "khopesh", "fg": 2054 }, + { "id": "knife", "fg": 2055 }, + { "id": "kukri", "fg": 2056 }, + { "id": "l-stick", "fg": 2057 }, + { "id": "l-stick_on", "fg": 2058 }, + { "id": "lead_ball", "fg": 2059 }, + { "id": "leg_warmers_f", "fg": 2060 }, + { "id": "link_sheet", "fg": 2061 }, + { "id": "locket", "fg": 2062 }, + { "id": "mace", "fg": 2064 }, + { "id": "maid_dress", "fg": 2065 }, + { "id": "maid_hat", "fg": 2066 }, + { "id": "makeshift_axe", "fg": 2067 }, + { "id": "makeshift_crowbar", "fg": 2068 }, + { "id": "makeshift_funnel", "fg": 2069 }, + { "id": "makeshift_hammer", "fg": 2070 }, + { "id": "marble", "fg": 2071 }, + { "id": "marshmallow", "fg": 2072 }, + { "id": "material_aluminium_ingot", "fg": 2073 }, + { "id": "material_sand", "fg": 2074 }, + { "id": "material_shrd_limestone", "fg": 2075 }, + { "id": "meat_salted", "fg": 2076 }, + { "id": "mess_tin", "fg": 2077 }, + { "id": "metal_funnel", "fg": 2078 }, + { "id": "metal_tank_little", "fg": 2079 }, + { "id": "metal_tank_small", "fg": 2080 }, + { "id": "meth", "fg": 2081 }, + { "id": "miner_hat", "fg": 2082 }, + { "id": "mjolnir", "fg": 2083 }, + { "id": "morphine", "fg": 2084 }, + { "id": "mortar_pestle", "fg": 2085 }, + { "id": "mouthpiece", "fg": 2086 }, + { "id": "mre_beef_box", "fg": 2087 }, + { "id": "mre_chicken_box", "fg": 2088 }, + { "id": "mre_hotdog_box", "fg": 2089 }, + { "id": "mre_ravioli_box", "fg": 2090 }, + { "id": "mre_veggy_box", "fg": 2091 }, + { "id": "mustard", "fg": 2092 }, + { "id": "mutagen_bird", "fg": 2093 }, + { "id": "mutagen_cattle", "fg": 2094 }, + { "id": "mutagen_elfa", "fg": 2095 }, + { "id": "mutagen_fish", "fg": 2096 }, + { "id": "mutagen_plant", "fg": 2097 }, + { "id": "mutagen_slime", "fg": 2098 }, + { "id": "nachosc", "fg": 2099 }, + { "id": "naginata", "fg": 2100 }, + { "id": "nanoskirt", "fg": 2101 }, + { "id": "omnicamera", "fg": 2102 }, + { "id": "onion_rings", "fg": 2103 }, + { "id": "oxy_torch", "fg": 2104 }, + { "id": "p_carpet", "fg": 2105 }, + { "id": "p_paint", "fg": 2106 }, + { "id": "panties", "fg": 2107 }, + { "id": "pants", "fg": 2108 }, + { "id": "pants_army", "fg": 2109 }, + { "id": "pants_cargo", "fg": 2110 }, + { "id": "pants_checkered", "fg": 2111 }, + { "id": "pants_leather", "fg": 2112 }, + { "id": "pants_ski", "fg": 2113 }, + { "id": "pastaextruder", "fg": 2114 }, + { "id": "pet_carrier", "fg": 2115 }, + { "id": "pillow", "fg": 2116 }, + { "id": "pitchfork", "fg": 2117 }, + { "id": "plastic_shopping_bag", "fg": 2118 }, + { "id": "pliers", "fg": 2119 }, + { "id": "plut_cell", "fg": 2120 }, + { "id": "pool_ball", "fg": 2121 }, + { "id": "pot_canning", "fg": 2122 }, + { "id": "pot_copper", "fg": 2123 }, + { "id": "pot_makeshift", "fg": 2124 }, + { "id": "pot_makeshift_copper", "fg": 2125 }, + { "id": "powder_eggs", "fg": 2126 }, + { "id": "powered_earmuffs", "fg": 2127 }, + { "id": "protein_powder", "fg": 2128 }, + { "id": "qiang", "fg": 2129 }, + { "id": "r_carpet", "fg": 2130 }, + { "id": "r_paint", "fg": 2131 }, + { "id": "radio_car", "fg": 2132 }, + { "id": "radio_car_on", "fg": 2133 }, + { "id": "radiocontrol", "fg": 2134 }, + { "id": "raw_fur", "fg": 2135 }, + { "id": "raw_hleather", "fg": 2136 }, + { "id": "razor_blade", "fg": 2137 }, + { "id": "ref_lighter", "fg": 2138 }, + { "id": "reinforced_glass_sheet", "fg": 2139 }, + { "id": "reloaded_454_Casull", "fg": 2140 }, + { "id": "reloaded_shot_he", "fg": 2141 }, + { "id": "reloaded_shot_slug", "fg": 2142 }, + { "id": "reloaded_signal_fla", "fg": 2143 }, + { "id": "reloaded_ss", "fg": 2144 }, + { "id": "reloaded_sw", "fg": 2145 }, + { "id": "reloaded_xdart", "fg": 2146 }, + { "id": "ring_engagement", "fg": 2147 }, + { "id": "robe", "fg": 2148 }, + { "id": "rollerskates", "fg": 2149 }, + { "id": "sandwich_cheese", "fg": 2150 }, + { "id": "sandwich_cheese_gri", "fg": 2151 }, + { "id": "sandwich_cucumber", "fg": 2152 }, + { "id": "sandwich_honey", "fg": 2153 }, + { "id": "sandwich_jam", "fg": 2154 }, + { "id": "sandwich_pb", "fg": 2155 }, + { "id": "sandwich_pbj", "fg": 2156 }, + { "id": "sandwich_pbm", "fg": 2157 }, + { "id": "sandwich_sauce", "fg": 2158 }, + { "id": "sausage_wasteland", "fg": 2159 }, + { "id": "saxophone", "fg": 2160 }, + { "id": "scabbard", "fg": 2161 }, + { "id": "scrap_bronze", "fg": 2162 }, + { "id": "scrap_copper", "fg": 2163 }, + { "id": "sharp_toothbrush", "fg": 2164 }, + { "id": "shavingkit", "fg": 2165 }, + { "id": "sheath", "fg": 2166 }, + { "id": "sheet_metal_small", "fg": 2167 }, + { "id": "shillelagh", "fg": 2168 }, + { "id": "shorts_denim", "fg": 2169 }, + { "id": "shot_00", "fg": 2170 }, + { "id": "shot_bird", "fg": 2171 }, + { "id": "shot_flechette", "fg": 2172 }, + { "id": "silver_bracelet", "fg": 2173 }, + { "id": "silver_small", "fg": 2174 }, + { "id": "skirt_leather", "fg": 2175 }, + { "id": "smart_phone", "fg": 2176 }, + { "id": "smart_phone_flashlight", "fg": 2177 }, + { "id": "soap", "fg": 2178 }, + { "id": "solder_wire", "fg": 2179 }, + { "id": "soup_chicken", "fg": 2180 }, + { "id": "soup_dumplings", "fg": 2181 }, + { "id": "soup_fish", "fg": 2182 }, + { "id": "soup_mushroom", "fg": 2183 }, + { "id": "soup_tomato", "fg": 2184 }, + { "id": "soup_veggy", "fg": 2185 }, + { "id": "soup_woods", "fg": 2186 }, + { "id": "spear_dory", "fg": 2187 }, + { "id": "spear_forked", "fg": 2188 }, + { "id": "spear_stone", "fg": 2189 }, + { "id": "spider_egg", "fg": 2190 }, + { "id": "sports_bra", "fg": 2191 }, + { "id": "stepladder", "fg": 2192 }, + { "id": "stomach", "fg": 2193 }, + { "id": "straw_doll", "fg": 2194 }, + { "id": "straw_fedora", "fg": 2195 }, + { "id": "straw_hat", "fg": 2196 }, + { "id": "sugar_beet", "fg": 2197 }, + { "id": "survivor_hairtrimmer", "fg": 2198 }, + { "id": "survivor_scope", "fg": 2199 }, + { "id": "survivor_vest", "fg": 2200 }, + { "id": "sushi_fishroll", "fg": 2201 }, + { "id": "swag_bag", "fg": 2202 }, + { "id": "sword_xiphos", "fg": 2203 }, + { "id": "tallow", "fg": 2204 }, + { "id": "tallow_tainted", "fg": 2205 }, + { "id": "tanbark", "fg": 2206 }, + { "id": "tanned_hide", "fg": 2207 }, + { "id": "tanned_pelt", "fg": 2208 }, + { "id": "tanto", "fg": 2209 }, + { "id": "tea", "fg": 2210 }, + { "id": "teapot", "fg": 2211 }, + { "id": "telepad", "fg": 2212 }, + { "id": "thermometer", "fg": 2213 }, + { "id": "thermos", "fg": 2214 }, + { "id": "throwing_stick", "fg": 2215 }, + { "id": "tieclip", "fg": 2216 }, + { "id": "tin", "fg": 2217 }, + { "id": "tinder", "fg": 2218 }, + { "id": "tinderbox", "fg": 2219 }, + { "id": "tinfoil_hat", "fg": 2220 }, + { "id": "toothbrush_plain", "fg": 2221 }, + { "id": "trimmer_off", "fg": 2222 }, + { "id": "trimmer_on", "fg": 2223 }, + { "id": "trumpet", "fg": 2224 }, + { "id": "tuba", "fg": 2225 }, + { "id": "tunic", "fg": 2226 }, + { "id": "tunic_rag", "fg": 2227 }, + { "id": "ukulele", "fg": 2228 }, + { "id": "undershirt", "fg": 2229 }, + { "id": "unfinished_charcoal", "fg": 2230 }, + { "id": "v_combustion", "fg": 2231 }, + { "id": "v_scoop_item", "fg": 2232 }, + { "id": "vehicle_dashboard", "fg": 2233 }, + { "id": "vibrator", "fg": 2234 }, + { "id": "violin", "fg": 2235 }, + { "id": "violin_golden", "fg": 2236 }, + { "id": "w_paint", "fg": 2237 }, + { "id": "waffleiron", "fg": 2238 }, + { "id": "wakizashi", "fg": 2239 }, + { "id": "warhammer", "fg": 2240 }, + { "id": "water_acid_weak", "fg": 2241 }, + { "id": "waterproof_gunmod", "fg": 2242 }, + { "id": "wearable_light", "fg": 2243 }, + { "id": "wearable_light_on", "fg": 2244 }, + { "id": "wheel_armor", "fg": 2245 }, + { "id": "wheel_bicycle", "fg": 2246 }, + { "id": "wheel_caster", "fg": 2247 }, + { "id": "wheel_motorbike", "fg": 2248 }, + { "id": "wheel_small", "fg": 2249 }, + { "id": "wheel_wide", "fg": 2250 }, + { "id": "whiskey", "fg": 2251 }, + { "id": "whistle", "fg": 2252 }, + { "id": "y_carpet", "fg": 2253 }, + { "id": "y_paint", "fg": 2254 }, + { "id": "yarn", "fg": 2255 }, + { "id": "yeast", "fg": 2256 }, + { "id": "yoghurt", "fg": 2257 }, + { "id": "zubon_gi", "fg": 2258 }, + { "id": "zweihander", "fg": 2259 }, + { "id": "cloak", "fg": 2260 }, + { "id": "cloak_fur", "fg": 2261 }, + { "id": "cloak_leather", "fg": 2262 }, + { "id": "cloak_wool", "fg": 2263 }, + { "id": "coat_rain", "fg": 2264 }, + { "id": "optical_cloak", "fg": 2265 }, + { "id": "ketchup", "fg": 2266 }, + { "id": "mayonnaise", "fg": 2267 }, + { "id": "amethyst_gold_ring", "fg": 2272 }, + { "id": "amethyst_platinum_ring", "fg": 2273 }, + { "id": "amethyst_silver_ring", "fg": 2274 }, + { "id": "aquamarine_gold_ring", "fg": 2275 }, + { "id": "aquamarine_platinum_ring", "fg": 2276 }, + { "id": "aquamarine_silver_ring", "fg": 2277 }, + { "id": "citrine_gold_ring", "fg": 2278 }, + { "id": "citrine_platinum_ring", "fg": 2279 }, + { "id": "citrine_silver_ring", "fg": 2280 }, + { "id": "diamond_platinum_ring", "fg": 2281 }, + { "id": "diamond_ring", "fg": 2282 }, + { "id": "diamond_silver_ring", "fg": 2283 }, + { "id": "emerald_gold_ring", "fg": 2284 }, + { "id": "emerald_platinum_ring", "fg": 2285 }, + { "id": "emerald_silver_ring", "fg": 2286 }, + { "id": "peridot_gold_ring", "fg": 2293 }, + { "id": "peridot_platinum_ring", "fg": 2294 }, + { "id": "peridot_silver_ring", "fg": 2295 }, + { "id": "tourmaline_gold_ring", "fg": 2299 }, + { "id": "tourmaline_platinum_ring", "fg": 2300 }, + { "id": "tourmaline_silver_ring", "fg": 2301 }, + { "id": "winter_gloves_army", "fg": 2302 }, + { "id": "graffiti", "fg": 2334 }, + { "id": "zombie_revival_indicator", "fg": 2339 }, + { "id": "overlay_mutation_bio_sneeze_beam", "fg": 2340 }, + { "id": "overlay_female_mutation_DEMON_SKIN", "fg": 2341 }, + { "id": "overlay_female_mutation_DEMON_TAIL", "fg": 2342 }, + { "id": "overlay_female_mutation_DRAGON_BREATH_BLACK", "fg": 2343 }, + { "id": "overlay_female_mutation_DRAGON_FEET", "fg": 2344 }, + { "id": "overlay_female_mutation_DRAGON_SCALES_BLACK", "fg": 2345 }, + { "id": "overlay_female_mutation_DRAGON_TAIL", "fg": 2346 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_SCALED", "fg": 2347 }, + { "id": "overlay_female_mutation_DRAGON_TAIL_STUB", "fg": 2348 }, + { "id": "overlay_female_mutation_DRAGON_TALONS_BLACK", "fg": 2349 }, + { "id": "overlay_female_mutation_MANA_LUM", "fg": 2350 }, + { "id": "overlay_female_mutation_MANA_SILENT_SPELL", "fg": 2351 }, + { "id": "overlay_female_mutation_MANA_SUBTLE_SPELL", "fg": 2352 }, + { "id": "overlay_female_mutation_SCALED_HANDS", "fg": 2353 }, + { "id": "overlay_female_mutation_TOE_CLAWS", "fg": 2354 }, + { "id": "overlay_male_mutation_DEMON_SKIN", "fg": 2358 }, + { "id": "overlay_male_mutation_DEMON_TAIL", "fg": 2359 }, + { "id": "overlay_male_mutation_DRAGON_BREATH_BLACK", "fg": 2360 }, + { "id": "overlay_male_mutation_DRAGON_FEET", "fg": 2361 }, + { "id": "overlay_male_mutation_DRAGON_SCALES_BLACK", "fg": 2362 }, + { "id": "overlay_male_mutation_DRAGON_TAIL", "fg": 2363 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_SCALED", "fg": 2364 }, + { "id": "overlay_male_mutation_DRAGON_TAIL_STUB", "fg": 2365 }, + { "id": "overlay_male_mutation_DRAGON_TALONS_BLACK", "fg": 2366 }, + { "id": "overlay_male_mutation_MANA_LUM", "fg": 2367 }, + { "id": "overlay_male_mutation_MANA_SILENT_SPELL", "fg": 2368 }, + { "id": "overlay_male_mutation_MANA_SUBTLE_SPELL", "fg": 2369 }, + { "id": "overlay_male_mutation_SCALED_HANDS", "fg": 2370 }, + { "id": "overlay_male_mutation_TOE_CLAWS", "fg": 2371 }, + { "id": "overlay_mutation_DEMON_CLAWS", "fg": 2375 }, + { "id": "overlay_mutation_DEMON_POSSES", "fg": 2376 }, + { "id": "overlay_mutation_DRAGON_MAGIC", "fg": 2377 }, + { "id": "overlay_mutation_DRAGON_MAW_BLACK", "fg": 2378 }, + { "id": "overlay_mutation_DRAGON_SPELLS", "fg": 2379 }, + { "id": "overlay_mutation_DRAGON_WINGS_BLACK", "fg": 2380 }, + { "id": "overlay_mutation_MANA_SEEKER_BOLTS", "fg": 2381 }, + { "id": "overlay_mutation_MANA_SIPHON_1", "fg": 2382 }, + { "id": "overlay_mutation_MANA_SIPHON_2", "fg": 2383 }, + { "id": "overlay_mutation_MANA_SIPHON_3", "fg": 2384 }, + { "id": "overlay_mutation_MUZZLE_DRAGON", "fg": 2385 }, + { "id": "DEBUG_spellbook", "fg": 2386 }, + { "id": "animist_shadows", "fg": 2387 }, + { "id": "bio_fuel_cell_blood", "fg": 2388 }, + { "id": "bio_sneeze_beam", "fg": 2389 }, + { "id": "biomancer_spellbook", "fg": 2390 }, + { "id": "disp_wand", "fg": 2391 }, + { "id": "druid_spellbook", "fg": 2392 }, + { "id": "eshaper_spellbook", "fg": 2393 }, + { "id": "generic_spellbook", "fg": 2394 }, + { "id": "light_manipulation_spellbook", "fg": 2395 }, + { "id": "magus_spellbook", "fg": 2396 }, + { "id": "magus_spellbook_move", "fg": 2397 }, + { "id": "mring_copper", "fg": 2398 }, + { "id": "mring_gold", "fg": 2399 }, + { "id": "mring_platinum", "fg": 2400 }, + { "id": "mring_silver", "fg": 2401 }, + { "id": "novice_stormshaper_book", "fg": 2402 }, + { "id": "priest_advanced", "fg": 2403 }, + { "id": "priest_beginner", "fg": 2404 }, + { "id": "pyro", "fg": 2405 }, + { "id": "recovery_spellbook", "fg": 2406 }, + { "id": "small_mana_crystal", "fg": 2407 }, + { "id": "spell_scroll", "fg": 2408 }, + { "id": "spell_wand", "fg": 2409 }, + { "id": "stat_up_spellbook", "fg": 2410 }, + { "id": "summon_scroll_smudged", "fg": 2411 }, + { "id": "summon_undead_spellbook", "fg": 2412 }, + { "id": "techno_em", "fg": 2413 }, + { "id": "techno_fundamentals", "fg": 2414 }, + { "id": "techno_idiots", "fg": 2415 }, + { "id": "tome_of_storms", "fg": 2416 }, + { "id": "translocate_spellbook", "fg": 2417 }, + { "id": "winter_grasp", "fg": 2418 }, + { "id": "wizard_advanced", "fg": 2419 }, + { "id": "wizard_beginner", "fg": 2420 }, + { "id": "wizard_utility", "fg": 2421 }, + { "id": "mon_cookie", "fg": 2425 }, + { "id": "mon_cow_calf_choc", "fg": 2426 }, + { "id": "mon_cow_choc", "fg": 2427 }, + { "id": "lemming_shadow", "fg": 2669 }, + { "id": "mon_boar_wild", "fg": 2670 }, + { "id": "mon_boar_wild_piglet", "fg": 2671 }, + { "id": "mon_copbot", "fg": 2672 }, + { "id": "mon_cow", "fg": 2673 }, + { "id": "mon_cow_calf", "fg": 2674 }, + { "id": "mon_fish_eel", "fg": 2675 }, + { "id": "mon_gracke", "fg": 2676 }, + { "id": "mon_grocerybot", "fg": 2677 }, + { "id": "mon_grocerybot_busted", "fg": 2678 }, + { "id": "mon_hallu_mannequin", "fg": 2679 }, + { "id": "mon_pig", "fg": 2680 }, + { "id": "mon_pig_piglet", "fg": 2681 }, + { "id": "mon_pigeon", "fg": 2682 }, + { "id": "mon_sheep", "fg": 2684 }, + { "id": "mon_skeleton_brute", "fg": 2685 }, + { "id": "mon_zombie_gasbag_crawler", "fg": 2694 }, + { "id": "mon_zombie_gasbag_immobile", "fg": 2695 }, + { "id": "mon_zombie_hanging_innards", "fg": 2696 }, + { "id": "mon_zombie_pig", "fg": 2698 }, + { "id": "mon_zow", "fg": 2707 }, + { "id": "shadow_32x32_small", "fg": 2709 }, + { "id": "bot_eyebot", "fg": 2740 }, + { "id": "broken_eyebot", "fg": 2741 }, + { "id": "mon_eyebot", "fg": 2742 }, + { "id": "t_diesel_tank", "fg": 3269 }, + { "id": "t_diesel_tank_smashed", "fg": 3270 }, + { "id": "t_gas_tank_smashed", "fg": 3276 }, + { "id": "t_thconc_floor_flesh", "fg": 3302 }, + { "id": "t_resin_hole", "fg": 3311 }, + { "id": "t_paper_roof", "fg": 3678 }, + { "id": "t_screen_door_c", "fg": 3704 }, + { "id": "t_screen_door_o", "fg": 3705 }, + { "id": "vp_animal_compartment", "fg": 3977 }, + { "id": "vp_autoclave", "fg": 4256 }, + { "id": "vp_dishwasher", "fg": 4261 }, + { "id": "vp_recharge_station", "fg": 4277 } ] }, { "file": "tall.png", - "//": "range 4464 to 4591", + "//": "range 4496 to 4623", "sprite_width": 32, "sprite_height": 48, "sprite_offset_x": 0, @@ -9059,11 +9094,11 @@ "id": "f_alien_zapper", "animated": true, "fg": [ - { "weight": 36, "sprite": 4471 }, - { "weight": 7, "sprite": 4472 }, - { "weight": 7, "sprite": 4473 }, - { "weight": 7, "sprite": 4474 }, - { "weight": 7, "sprite": 4475 } + { "weight": 36, "sprite": 4503 }, + { "weight": 7, "sprite": 4504 }, + { "weight": 7, "sprite": 4505 }, + { "weight": 7, "sprite": 4506 }, + { "weight": 7, "sprite": 4507 } ], "rotates": false }, @@ -9071,94 +9106,94 @@ "id": "mon_demon_spider", "animated": true, "fg": [ - { "weight": 15, "sprite": 4479 }, - { "weight": 15, "sprite": 4480 }, - { "weight": 15, "sprite": 4481 }, - { "weight": 15, "sprite": 4480 } + { "weight": 15, "sprite": 4511 }, + { "weight": 15, "sprite": 4512 }, + { "weight": 15, "sprite": 4513 }, + { "weight": 15, "sprite": 4512 } ], "rotates": false }, { "id": "mon_marshmallow_buff", - "fg": [ { "weight": 1, "sprite": 4482 }, { "weight": 1, "sprite": 4483 } ], + "fg": [ { "weight": 1, "sprite": 4514 }, { "weight": 1, "sprite": 4515 } ], "bg": [ ], "rotates": false }, - { "id": "mon_nursebot", "fg": [ 4484, 4485, 4486 ], "rotates": false }, + { "id": "mon_nursebot", "fg": [ 4516, 4517, 4518 ], "rotates": false }, { "id": "mon_firefly", "animated": true, "fg": [ - { "weight": 15, "sprite": 4488 }, - { "weight": 15, "sprite": 4489 }, - { "weight": 15, "sprite": 4490 }, - { "weight": 15, "sprite": 4489 } - ] - }, - { "id": "overlay_worn_10gal_hat", "fg": 4491, "rotates": false }, - { "id": "overlay_worn_bowhat", "fg": 4492, "rotates": false }, - { "id": "overlay_worn_eboshi", "fg": 4493, "rotates": false }, - { "id": [ "overlay_worn_fedora", "fedora" ], "fg": 4494, "rotates": false }, - { "id": "overlay_worn_firehelmet", "fg": 4495, "rotates": false }, - { "id": "overlay_worn_hat_chef", "fg": 4496, "rotates": false }, - { "id": "overlay_worn_hat_hard", "fg": 4497, "rotates": false }, - { "id": "overlay_worn_hat_hard_hooded", "fg": 4498, "rotates": false }, - { "id": "overlay_worn_hat_sombrero", "fg": 4499, "rotates": false }, - { "id": "overlay_worn_helmet_kabuto", "fg": 4500, "rotates": false }, - { "id": "overlay_worn_miner_hat", "fg": 4501, "rotates": false }, - { "id": "overlay_worn_miner_hat_on", "fg": 4502, "rotates": false }, - { "id": "overlay_worn_pickelhaube", "fg": 4503, "rotates": false }, - { "id": "overlay_worn_porkpie", "fg": 4504, "rotates": false }, - { "id": "overlay_worn_straw_fedora", "fg": 4505, "rotates": false }, - { "id": "overlay_worn_straw_hat", "fg": 4506, "rotates": false }, - { "id": "overlay_worn_tinfoil_hat", "fg": 4507, "rotates": false }, - { "id": "overlay_worn_tophat", "fg": 4508, "rotates": false }, - { "id": "overlay_worn_veil_wedding", "fg": 4509, "rotates": false }, - { "id": "overlay_worn_welding_mask_crude_raised", "fg": 4510, "rotates": false }, - { "id": "overlay_worn_welding_mask_raised", "fg": 4511, "rotates": false }, - { "id": "overlay_effect_badpoison", "fg": 4513 }, - { "id": "overlay_effect_bleed", "fg": 4514 }, - { "id": "overlay_effect_bouldering", "fg": 4515 }, - { "id": "overlay_effect_common_cold", "fg": 4516 }, - { "id": "overlay_effect_dazed", "fg": 4517 }, - { "id": [ "overlay_effect_deaf", "overlay_effect_earphones" ], "fg": 4518 }, - { "id": "overlay_effect_downed", "fg": 4519 }, - { "id": "overlay_effect_drunk", "fg": 4520 }, - { "id": [ "overlay_effect_flu", "overlay_effect_Influenza" ], "fg": 4521 }, - { "id": [ "overlay_effect_foodpoison", "overlay_effect_nausea" ], "fg": 4522 }, - { "id": "overlay_effect_fungus", "fg": 4523 }, - { "id": "overlay_effect_grabbed", "fg": 4524 }, - { "id": "overlay_female_effect_haslight", "fg": 4533 }, - { "id": "overlay_male_effect_haslight", "fg": 4534 }, - { "id": "overlay_effect_high", "fg": 4525 }, - { "id": "overlay_effect_paralyzepoison", "fg": 4526 }, - { "id": "overlay_effect_poison", "fg": 4527 }, - { "id": "overlay_effect_sleep", "fg": 4528 }, - { "id": "overlay_effect_spores", "fg": 4529 }, - { "id": "overlay_effect_stunned", "fg": 4530 }, - { "id": "overlay_effect_visuals", "fg": 4531 }, - { "id": [ "overlay_effect_winded", "overlay_effect_asthma" ], "fg": 4532 }, - { "id": "overlay_female_mutation_hair_black_fro", "fg": 4536, "rotates": false }, - { "id": "overlay_female_mutation_hair_gray_fro", "fg": 4539, "rotates": false }, - { "id": "overlay_female_mutation_hair_blond_fro", "fg": 4537, "rotates": false }, - { "id": "overlay_female_mutation_hair_brown_fro", "fg": 4538, "rotates": false }, - { "id": "overlay_female_mutation_hair_white_fro", "fg": 4541, "rotates": false }, - { "id": "overlay_female_mutation_hair_red_fro", "fg": 4540, "rotates": false }, - { "id": "overlay_male_mutation_hair_black_fro", "fg": 4542, "rotates": false }, - { "id": "overlay_male_mutation_hair_gray_fro", "fg": 4545, "rotates": false }, - { "id": "overlay_male_mutation_hair_blond_fro", "fg": 4543, "rotates": false }, - { "id": "overlay_male_mutation_hair_brown_fro", "fg": 4544, "rotates": false }, - { "id": "overlay_male_mutation_hair_white_fro", "fg": 4547, "rotates": false }, - { "id": "overlay_male_mutation_hair_red_fro", "fg": 4546, "rotates": false }, - { "id": "overlay_mutation_hair_black_mohawk", "fg": 4548, "rotates": false }, - { "id": "overlay_mutation_hair_gray_mohawk", "fg": 4551, "rotates": false }, - { "id": "overlay_mutation_hair_blond_mohawk", "fg": 4549, "rotates": false }, - { "id": "overlay_mutation_hair_brown_mohawk", "fg": 4550, "rotates": false }, - { "id": "overlay_mutation_hair_white_mohawk", "fg": 4553, "rotates": false }, - { "id": "overlay_mutation_hair_red_mohawk", "fg": 4552, "rotates": false }, + { "weight": 15, "sprite": 4520 }, + { "weight": 15, "sprite": 4521 }, + { "weight": 15, "sprite": 4522 }, + { "weight": 15, "sprite": 4521 } + ] + }, + { "id": "overlay_worn_10gal_hat", "fg": 4523, "rotates": false }, + { "id": "overlay_worn_bowhat", "fg": 4524, "rotates": false }, + { "id": "overlay_worn_eboshi", "fg": 4525, "rotates": false }, + { "id": [ "overlay_worn_fedora", "fedora" ], "fg": 4526, "rotates": false }, + { "id": "overlay_worn_firehelmet", "fg": 4527, "rotates": false }, + { "id": "overlay_worn_hat_chef", "fg": 4528, "rotates": false }, + { "id": "overlay_worn_hat_hard", "fg": 4529, "rotates": false }, + { "id": "overlay_worn_hat_hard_hooded", "fg": 4530, "rotates": false }, + { "id": "overlay_worn_hat_sombrero", "fg": 4531, "rotates": false }, + { "id": "overlay_worn_helmet_kabuto", "fg": 4532, "rotates": false }, + { "id": "overlay_worn_miner_hat", "fg": 4533, "rotates": false }, + { "id": "overlay_worn_miner_hat_on", "fg": 4534, "rotates": false }, + { "id": "overlay_worn_pickelhaube", "fg": 4535, "rotates": false }, + { "id": "overlay_worn_porkpie", "fg": 4536, "rotates": false }, + { "id": "overlay_worn_straw_fedora", "fg": 4537, "rotates": false }, + { "id": "overlay_worn_straw_hat", "fg": 4538, "rotates": false }, + { "id": "overlay_worn_tinfoil_hat", "fg": 4539, "rotates": false }, + { "id": "overlay_worn_tophat", "fg": 4540, "rotates": false }, + { "id": "overlay_worn_veil_wedding", "fg": 4541, "rotates": false }, + { "id": "overlay_worn_welding_mask_crude_raised", "fg": 4542, "rotates": false }, + { "id": "overlay_worn_welding_mask_raised", "fg": 4543, "rotates": false }, + { "id": "overlay_effect_badpoison", "fg": 4545 }, + { "id": "overlay_effect_bleed", "fg": 4546 }, + { "id": "overlay_effect_bouldering", "fg": 4547 }, + { "id": "overlay_effect_common_cold", "fg": 4548 }, + { "id": "overlay_effect_dazed", "fg": 4549 }, + { "id": [ "overlay_effect_deaf", "overlay_effect_earphones" ], "fg": 4550 }, + { "id": "overlay_effect_downed", "fg": 4551 }, + { "id": "overlay_effect_drunk", "fg": 4552 }, + { "id": [ "overlay_effect_flu", "overlay_effect_Influenza" ], "fg": 4553 }, + { "id": [ "overlay_effect_foodpoison", "overlay_effect_nausea" ], "fg": 4554 }, + { "id": "overlay_effect_fungus", "fg": 4555 }, + { "id": "overlay_effect_grabbed", "fg": 4556 }, + { "id": "overlay_female_effect_haslight", "fg": 4565 }, + { "id": "overlay_male_effect_haslight", "fg": 4566 }, + { "id": "overlay_effect_high", "fg": 4557 }, + { "id": "overlay_effect_paralyzepoison", "fg": 4558 }, + { "id": "overlay_effect_poison", "fg": 4559 }, + { "id": "overlay_effect_sleep", "fg": 4560 }, + { "id": "overlay_effect_spores", "fg": 4561 }, + { "id": "overlay_effect_stunned", "fg": 4562 }, + { "id": "overlay_effect_visuals", "fg": 4563 }, + { "id": [ "overlay_effect_winded", "overlay_effect_asthma" ], "fg": 4564 }, + { "id": "overlay_female_mutation_hair_black_fro", "fg": 4568, "rotates": false }, + { "id": "overlay_female_mutation_hair_gray_fro", "fg": 4571, "rotates": false }, + { "id": "overlay_female_mutation_hair_blond_fro", "fg": 4569, "rotates": false }, + { "id": "overlay_female_mutation_hair_brown_fro", "fg": 4570, "rotates": false }, + { "id": "overlay_female_mutation_hair_white_fro", "fg": 4573, "rotates": false }, + { "id": "overlay_female_mutation_hair_red_fro", "fg": 4572, "rotates": false }, + { "id": "overlay_male_mutation_hair_black_fro", "fg": 4574, "rotates": false }, + { "id": "overlay_male_mutation_hair_gray_fro", "fg": 4577, "rotates": false }, + { "id": "overlay_male_mutation_hair_blond_fro", "fg": 4575, "rotates": false }, + { "id": "overlay_male_mutation_hair_brown_fro", "fg": 4576, "rotates": false }, + { "id": "overlay_male_mutation_hair_white_fro", "fg": 4579, "rotates": false }, + { "id": "overlay_male_mutation_hair_red_fro", "fg": 4578, "rotates": false }, + { "id": "overlay_mutation_hair_black_mohawk", "fg": 4580, "rotates": false }, + { "id": "overlay_mutation_hair_gray_mohawk", "fg": 4583, "rotates": false }, + { "id": "overlay_mutation_hair_blond_mohawk", "fg": 4581, "rotates": false }, + { "id": "overlay_mutation_hair_brown_mohawk", "fg": 4582, "rotates": false }, + { "id": "overlay_mutation_hair_white_mohawk", "fg": 4585, "rotates": false }, + { "id": "overlay_mutation_hair_red_mohawk", "fg": 4584, "rotates": false }, { "id": [ "overlay_female_mutation_BIOLUM0", "overlay_female_mutation_BIOLUM1", "overlay_female_mutation_BIOLUM2" ], - "fg": 4554, + "fg": 4586, "rotates": false }, { @@ -9167,12 +9202,12 @@ "overlay_female_mutation_BIOLUM1_active", "overlay_female_mutation_BIOLUM2_active" ], - "fg": 4555, + "fg": 4587, "rotates": false }, { "id": [ "overlay_male_mutation_BIOLUM0", "overlay_male_mutation_BIOLUM1", "overlay_male_mutation_BIOLUM2" ], - "fg": 4556, + "fg": 4588, "rotates": false }, { @@ -9181,180 +9216,180 @@ "overlay_male_mutation_BIOLUM1_active", "overlay_male_mutation_BIOLUM2_active" ], - "fg": 4557, + "fg": 4589, "rotates": false }, - { "id": "overlay_mutation_HORNS_POINTED", "fg": 4558, "rotates": false }, + { "id": "overlay_mutation_HORNS_POINTED", "fg": 4590, "rotates": false }, { "id": "t_privacy_fence", - "fg": 4572, - "bg": 4563, + "fg": 4604, + "bg": 4595, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4572, "bg": 4563 }, - { "id": "corner", "fg": [ 4566, 4568, 4567, 4565 ], "bg": 4563 }, - { "id": "t_connection", "fg": [ 4569, 3259, 4569, 3259 ], "bg": 4563 }, - { "id": "edge", "fg": [ 3259, 4569 ], "bg": 4563 }, - { "id": "end_piece", "fg": [ 3260, 4571, 3261, 4570 ], "bg": 4563 }, - { "id": "unconnected", "fg": [ 4572, 4572 ], "bg": 4563 } + { "id": "center", "fg": 4604, "bg": 4595 }, + { "id": "corner", "fg": [ 4598, 4600, 4599, 4597 ], "bg": 4595 }, + { "id": "t_connection", "fg": [ 4601, 3294, 4601, 3294 ], "bg": 4595 }, + { "id": "edge", "fg": [ 3294, 4601 ], "bg": 4595 }, + { "id": "end_piece", "fg": [ 3295, 4603, 3296, 4602 ], "bg": 4595 }, + { "id": "unconnected", "fg": [ 4604, 4604 ], "bg": 4595 } ] }, { "id": "t_privacy_fence_season_autumn", - "fg": 4572, - "bg": 4561, + "fg": 4604, + "bg": 4593, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4572, "bg": 4561 }, - { "id": "corner", "fg": [ 4566, 4568, 4567, 4565 ], "bg": 4561 }, - { "id": "t_connection", "fg": [ 4569, 3259, 4569, 3259 ], "bg": 4561 }, - { "id": "edge", "fg": [ 3259, 4569 ], "bg": 4561 }, - { "id": "end_piece", "fg": [ 3260, 4571, 3261, 4570 ], "bg": 4561 }, - { "id": "unconnected", "fg": [ 4572, 4572 ], "bg": 4561 } + { "id": "center", "fg": 4604, "bg": 4593 }, + { "id": "corner", "fg": [ 4598, 4600, 4599, 4597 ], "bg": 4593 }, + { "id": "t_connection", "fg": [ 4601, 3294, 4601, 3294 ], "bg": 4593 }, + { "id": "edge", "fg": [ 3294, 4601 ], "bg": 4593 }, + { "id": "end_piece", "fg": [ 3295, 4603, 3296, 4602 ], "bg": 4593 }, + { "id": "unconnected", "fg": [ 4604, 4604 ], "bg": 4593 } ] }, { "id": "t_privacy_fence_season_summer", - "fg": 4572, - "bg": 4562, + "fg": 4604, + "bg": 4594, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4572, "bg": 4562 }, - { "id": "corner", "fg": [ 4566, 4568, 4567, 4565 ], "bg": 4562 }, - { "id": "t_connection", "fg": [ 4569, 3259, 4569, 3259 ], "bg": 4562 }, - { "id": "edge", "fg": [ 3259, 4569 ], "bg": 4562 }, - { "id": "end_piece", "fg": [ 3260, 4571, 3261, 4570 ], "bg": 4562 }, - { "id": "unconnected", "fg": [ 4572, 4572 ], "bg": 4562 } + { "id": "center", "fg": 4604, "bg": 4594 }, + { "id": "corner", "fg": [ 4598, 4600, 4599, 4597 ], "bg": 4594 }, + { "id": "t_connection", "fg": [ 4601, 3294, 4601, 3294 ], "bg": 4594 }, + { "id": "edge", "fg": [ 3294, 4601 ], "bg": 4594 }, + { "id": "end_piece", "fg": [ 3295, 4603, 3296, 4602 ], "bg": 4594 }, + { "id": "unconnected", "fg": [ 4604, 4604 ], "bg": 4594 } ] }, { "id": "t_privacy_fence_season_winter", - "fg": 4572, - "bg": 4564, + "fg": 4604, + "bg": 4596, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4572, "bg": 4564 }, - { "id": "corner", "fg": [ 4566, 4568, 4567, 4565 ], "bg": 4564 }, - { "id": "t_connection", "fg": [ 4569, 3259, 4569, 3259 ], "bg": 4564 }, - { "id": "edge", "fg": [ 3259, 4569 ], "bg": 4564 }, - { "id": "end_piece", "fg": [ 3260, 4571, 3261, 4570 ], "bg": 4564 }, - { "id": "unconnected", "fg": [ 4572, 4572 ], "bg": 4564 } + { "id": "center", "fg": 4604, "bg": 4596 }, + { "id": "corner", "fg": [ 4598, 4600, 4599, 4597 ], "bg": 4596 }, + { "id": "t_connection", "fg": [ 4601, 3294, 4601, 3294 ], "bg": 4596 }, + { "id": "edge", "fg": [ 3294, 4601 ], "bg": 4596 }, + { "id": "end_piece", "fg": [ 3295, 4603, 3296, 4602 ], "bg": 4596 }, + { "id": "unconnected", "fg": [ 4604, 4604 ], "bg": 4596 } ] }, { "id": "vp_frame_handle", - "fg": [ 4574, 4576, 4575, 4573 ], - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 3966, "bg": [ 4574, 4576, 4575, 4573 ] } ] - }, - { "id": "f_alien_anemone", "fg": 4464 }, - { "id": "f_alien_gasper", "fg": 4465 }, - { "id": "f_alien_pod", "fg": 4466 }, - { "id": "f_alien_pod_organ", "fg": 4467 }, - { "id": "f_alien_pod_resin", "fg": 4468 }, - { "id": "f_alien_tendril", "fg": 4469 }, - { "id": "f_rotary_clothesline", "fg": 4470 }, - { "id": "f_magiclysm_translocator_gate", "fg": 4476 }, - { "id": "cauldron_demon_chitin", "fg": 4477 }, - { "id": "cauldron_orichalcum", "fg": 4478 }, - { "id": "mon_zombie_scissorlimbs", "fg": 4487 }, - { "id": "overlay_crouch", "fg": 4512 }, - { "id": "overlay_run", "fg": 4535 }, - { "id": "overlay_wielded_mattress", "fg": 4559 }, - { "id": "t_bulk_tank", "fg": 4560 } + "fg": [ 4606, 4608, 4607, 4605 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 4001, "bg": [ 4606, 4608, 4607, 4605 ] } ] + }, + { "id": "f_alien_anemone", "fg": 4496 }, + { "id": "f_alien_gasper", "fg": 4497 }, + { "id": "f_alien_pod", "fg": 4498 }, + { "id": "f_alien_pod_organ", "fg": 4499 }, + { "id": "f_alien_pod_resin", "fg": 4500 }, + { "id": "f_alien_tendril", "fg": 4501 }, + { "id": "f_rotary_clothesline", "fg": 4502 }, + { "id": "f_magiclysm_translocator_gate", "fg": 4508 }, + { "id": "cauldron_demon_chitin", "fg": 4509 }, + { "id": "cauldron_orichalcum", "fg": 4510 }, + { "id": "mon_zombie_scissorlimbs", "fg": 4519 }, + { "id": "overlay_crouch", "fg": 4544 }, + { "id": "overlay_run", "fg": 4567 }, + { "id": "overlay_wielded_mattress", "fg": 4591 }, + { "id": "t_bulk_tank", "fg": 4592 } ] }, { "file": "large.png", - "//": "range 4592 to 4751", + "//": "range 4624 to 4783", "sprite_width": 64, "sprite_height": 80, "sprite_offset_x": -16, "sprite_offset_y": -48, "tiles": [ - { "id": "f_street_light", "fg": 4592, "bg": [ ], "rotates": false }, - { "id": "f_traffic_light", "fg": 4593, "bg": [ ], "rotates": false }, - { "id": "corpse_mon_allosaurus", "fg": 4594, "rotates": false }, - { "id": "corpse_mon_amigara_horror", "fg": 4595, "rotates": false }, - { "id": "corpse_mon_ankylosaurus", "fg": 4596, "rotates": false }, - { "id": "corpse_mon_darck_wyrm", "fg": 4597, "rotates": false }, - { "id": "corpse_mon_devourer", "fg": 4598, "rotates": false }, - { "id": "corpse_mon_fungaloid_queen", "fg": 4599, "rotates": false }, - { "id": "corpse_mon_fungaloid_seeder", "fg": 4600, "rotates": false }, - { "id": "corpse_mon_fungaloid_tower", "fg": 4601, "rotates": false }, - { "id": "corpse_mon_mi_go_guard", "fg": 4602, "rotates": false }, - { "id": "corpse_mon_mi_go_myrmidon", "fg": 4603, "rotates": false }, - { "id": "corpse_mon_mi_go_slaver", "fg": 4604, "rotates": false }, - { "id": "corpse_mon_mi_go_surgeon", "fg": 4605, "rotates": false }, - { "id": "corpse_mon_naked_molerat", "fg": 4606, "rotates": false }, - { "id": "corpse_mon_parasaurolophus", "fg": 4607, "rotates": false }, - { "id": "corpse_mon_skeleton_hulk", "fg": 4608, "rotates": false }, - { "id": "corpse_mon_spinosaurus", "fg": 4609, "rotates": false }, - { "id": "corpse_mon_stegosaurus", "fg": 4610, "rotates": false }, - { "id": "corpse_mon_triceratops", "fg": 4611, "rotates": false }, - { "id": "corpse_mon_tyrannosaurus", "fg": 4612, "rotates": false }, - { "id": "corpse_mon_utahraptor", "fg": 4613, "rotates": false }, - { "id": "corpse_mon_yugg", "fg": 4614, "rotates": false }, - { "id": "corpse_mon_zombie_corrosive", "fg": 4615, "rotates": false }, - { "id": "corpse_mon_zombie_hulk", "fg": 4616, "rotates": false }, - { "id": "corpse_mon_zombie_kevlar_2", "fg": 4617, "rotates": false }, + { "id": "f_street_light", "fg": 4624, "bg": [ ], "rotates": false }, + { "id": "f_traffic_light", "fg": 4625, "bg": [ ], "rotates": false }, + { "id": "corpse_mon_allosaurus", "fg": 4626, "rotates": false }, + { "id": "corpse_mon_amigara_horror", "fg": 4627, "rotates": false }, + { "id": "corpse_mon_ankylosaurus", "fg": 4628, "rotates": false }, + { "id": "corpse_mon_darck_wyrm", "fg": 4629, "rotates": false }, + { "id": "corpse_mon_devourer", "fg": 4630, "rotates": false }, + { "id": "corpse_mon_fungaloid_queen", "fg": 4631, "rotates": false }, + { "id": "corpse_mon_fungaloid_seeder", "fg": 4632, "rotates": false }, + { "id": "corpse_mon_fungaloid_tower", "fg": 4633, "rotates": false }, + { "id": "corpse_mon_mi_go_guard", "fg": 4634, "rotates": false }, + { "id": "corpse_mon_mi_go_myrmidon", "fg": 4635, "rotates": false }, + { "id": "corpse_mon_mi_go_slaver", "fg": 4636, "rotates": false }, + { "id": "corpse_mon_mi_go_surgeon", "fg": 4637, "rotates": false }, + { "id": "corpse_mon_naked_molerat", "fg": 4638, "rotates": false }, + { "id": "corpse_mon_parasaurolophus", "fg": 4639, "rotates": false }, + { "id": "corpse_mon_skeleton_hulk", "fg": 4640, "rotates": false }, + { "id": "corpse_mon_spinosaurus", "fg": 4641, "rotates": false }, + { "id": "corpse_mon_stegosaurus", "fg": 4642, "rotates": false }, + { "id": "corpse_mon_triceratops", "fg": 4643, "rotates": false }, + { "id": "corpse_mon_tyrannosaurus", "fg": 4644, "rotates": false }, + { "id": "corpse_mon_utahraptor", "fg": 4645, "rotates": false }, + { "id": "corpse_mon_yugg", "fg": 4646, "rotates": false }, + { "id": "corpse_mon_zombie_corrosive", "fg": 4647, "rotates": false }, + { "id": "corpse_mon_zombie_hulk", "fg": 4648, "rotates": false }, + { "id": "corpse_mon_zombie_kevlar_2", "fg": 4649, "rotates": false }, { "id": "mon_demon_spider_queen", "animated": true, "fg": [ - { "weight": 15, "sprite": 4618 }, - { "weight": 15, "sprite": 4619 }, - { "weight": 15, "sprite": 4620 }, - { "weight": 15, "sprite": 4621 }, - { "weight": 15, "sprite": 4620 }, - { "weight": 15, "sprite": 4619 } + { "weight": 15, "sprite": 4650 }, + { "weight": 15, "sprite": 4651 }, + { "weight": 15, "sprite": 4652 }, + { "weight": 15, "sprite": 4653 }, + { "weight": 15, "sprite": 4652 }, + { "weight": 15, "sprite": 4651 } ], "rotates": false }, - { "id": "mon_allosaurus", "fg": 4641, "rotates": false }, - { "id": "mon_amigara_horror", "fg": 4644, "bg": [ ], "rotates": false }, - { "id": "mon_ankylosaurus", "fg": 4640, "rotates": false }, - { "id": "mon_blob_brain", "fg": 4629, "rotates": false }, - { "id": "mon_boomer_huge", "fg": 4645, "bg": [ ], "rotates": false }, - { "id": "mon_chickenbot", "fg": 4623, "rotates": false }, - { "id": "mon_dark_wyrm", "fg": 4646, "rotates": false }, - { "id": "mon_devourer", "fg": 4647, "rotates": false }, - { "id": "mon_fungaloid_queen", "fg": 4632, "rotates": false }, - { "id": "mon_fungaloid_seeder", "fg": 4630, "rotates": false }, - { "id": "mon_fungaloid_tower", "fg": 4631, "rotates": false }, - { "id": "mon_gas_zombie", "fg": 4648, "bg": [ ], "rotates": false }, - { "id": "mon_jabberwock", "fg": 4624, "rotates": false }, - { "id": "mon_mi_go_guard", "fg": 4653, "rotates": false }, - { "id": "mon_mi_go_myrmidon", "fg": 4654, "rotates": false }, - { "id": "mon_mi_go_slaver", "fg": 4655, "rotates": false }, - { "id": "mon_mi_go_surgeon", "fg": 4656, "rotates": false }, - { "id": "mon_nakedmolerat_giant", "fg": 4635, "rotates": false }, - { "id": "mon_parasaurolophus", "fg": 4642, "rotates": false }, - { "id": "mon_shoggoth", "fg": [ 4625, 4657 ], "rotates": false }, - { "id": "mon_skeleton_hulk", "fg": 4622, "rotates": false }, - { "id": "mon_spinosaurus", "fg": 4636, "rotates": false }, - { "id": "mon_stegosaurus", "fg": 4639, "rotates": false }, - { "id": "mon_tankbot", "fg": 4626, "rotates": false }, - { "id": "mon_triceratops", "fg": 4638, "rotates": false }, - { "id": "mon_triffid_heart", "fg": 4633, "rotates": false }, - { "id": "mon_triffid_queen", "fg": 4658, "bg": [ ], "rotates": false }, - { "id": "mon_turret_searchlight", "fg": 4628, "rotates": false }, - { "id": "mon_tyrannosaurus", "fg": 4637, "rotates": false }, - { "id": "mon_utahraptor", "fg": 4643, "rotates": false }, - { "id": "mon_yugg", "fg": 4634, "rotates": false }, - { "id": "mon_zombie_corrosive", "fg": 4659, "bg": [ ], "rotates": false }, - { "id": "mon_zombie_hulk", "fg": 4627, "rotates": false }, - { "id": "mon_zombie_kevlar_2", "fg": 4663, "bg": [ ], "rotates": false }, - { "id": "mon_zombie_nullfield", "fg": 4665, "bg": [ ], "rotates": false }, - { "id": "overlay_wielded_pike", "fg": 4670, "rotates": false }, - { "id": "overlay_wielded_qiang", "fg": 4670, "rotates": false }, - { "id": "f_boulder_large", "fg": 4715, "rotates": false }, - { "id": "t_leanto", "fg": 4711, "bg": 4734, "rotates": false }, - { "id": "t_leanto_season_winter", "fg": 4711, "bg": 4737, "rotates": false }, - { "id": "t_marloss_tree", "fg": 4699, "bg": 4700, "rotates": false }, - { "id": "t_tree", "fg": 4678, "bg": 4734, "rotates": false }, - { "id": "t_tree_almond_season_autumn", "fg": 4732, "bg": 4735, "rotates": false }, - { "id": "t_tree_almond_season_spring", "fg": 4731, "bg": 4734, "rotates": false }, + { "id": "mon_allosaurus", "fg": 4673, "rotates": false }, + { "id": "mon_amigara_horror", "fg": 4676, "bg": [ ], "rotates": false }, + { "id": "mon_ankylosaurus", "fg": 4672, "rotates": false }, + { "id": "mon_blob_brain", "fg": 4661, "rotates": false }, + { "id": "mon_boomer_huge", "fg": 4677, "bg": [ ], "rotates": false }, + { "id": "mon_chickenbot", "fg": 4655, "rotates": false }, + { "id": "mon_dark_wyrm", "fg": 4678, "rotates": false }, + { "id": "mon_devourer", "fg": 4679, "rotates": false }, + { "id": "mon_fungaloid_queen", "fg": 4664, "rotates": false }, + { "id": "mon_fungaloid_seeder", "fg": 4662, "rotates": false }, + { "id": "mon_fungaloid_tower", "fg": 4663, "rotates": false }, + { "id": "mon_gas_zombie", "fg": 4680, "bg": [ ], "rotates": false }, + { "id": "mon_jabberwock", "fg": 4656, "rotates": false }, + { "id": "mon_mi_go_guard", "fg": 4685, "rotates": false }, + { "id": "mon_mi_go_myrmidon", "fg": 4686, "rotates": false }, + { "id": "mon_mi_go_slaver", "fg": 4687, "rotates": false }, + { "id": "mon_mi_go_surgeon", "fg": 4688, "rotates": false }, + { "id": "mon_nakedmolerat_giant", "fg": 4667, "rotates": false }, + { "id": "mon_parasaurolophus", "fg": 4674, "rotates": false }, + { "id": "mon_shoggoth", "fg": [ 4657, 4689 ], "rotates": false }, + { "id": "mon_skeleton_hulk", "fg": 4654, "rotates": false }, + { "id": "mon_spinosaurus", "fg": 4668, "rotates": false }, + { "id": "mon_stegosaurus", "fg": 4671, "rotates": false }, + { "id": "mon_tankbot", "fg": 4658, "rotates": false }, + { "id": "mon_triceratops", "fg": 4670, "rotates": false }, + { "id": "mon_triffid_heart", "fg": 4665, "rotates": false }, + { "id": "mon_triffid_queen", "fg": 4690, "bg": [ ], "rotates": false }, + { "id": "mon_turret_searchlight", "fg": 4660, "rotates": false }, + { "id": "mon_tyrannosaurus", "fg": 4669, "rotates": false }, + { "id": "mon_utahraptor", "fg": 4675, "rotates": false }, + { "id": "mon_yugg", "fg": 4666, "rotates": false }, + { "id": "mon_zombie_corrosive", "fg": 4691, "bg": [ ], "rotates": false }, + { "id": "mon_zombie_hulk", "fg": 4659, "rotates": false }, + { "id": "mon_zombie_kevlar_2", "fg": 4695, "bg": [ ], "rotates": false }, + { "id": "mon_zombie_nullfield", "fg": 4697, "bg": [ ], "rotates": false }, + { "id": "overlay_wielded_pike", "fg": 4702, "rotates": false }, + { "id": "overlay_wielded_qiang", "fg": 4702, "rotates": false }, + { "id": "f_boulder_large", "fg": 4747, "rotates": false }, + { "id": "t_leanto", "fg": 4743, "bg": 4766, "rotates": false }, + { "id": "t_leanto_season_winter", "fg": 4743, "bg": 4769, "rotates": false }, + { "id": "t_marloss_tree", "fg": 4731, "bg": 4732, "rotates": false }, + { "id": "t_tree", "fg": 4710, "bg": 4766, "rotates": false }, + { "id": "t_tree_almond_season_autumn", "fg": 4764, "bg": 4767, "rotates": false }, + { "id": "t_tree_almond_season_spring", "fg": 4763, "bg": 4766, "rotates": false }, { "id": [ "t_tree_apple_harvested_season_winter", @@ -9370,8 +9405,8 @@ "t_tree_pear_season_winter", "t_tree_plum_season_winter" ], - "fg": 4690, - "bg": 4737 + "fg": 4722, + "bg": 4769 }, { "id": [ @@ -9388,19 +9423,19 @@ "t_tree_pear", "t_tree_plum" ], - "fg": 4683, - "bg": 4734 - }, - { "id": "t_tree_apple_season_autumn", "fg": 4686, "bg": 4735 }, - { "id": "t_tree_apricot_season_summer", "fg": 4688, "bg": 4736 }, - { "id": "t_tree_beech_season_autumn", "fg": 4726, "bg": 4735, "rotates": false }, - { "id": "t_tree_birch", "fg": 4701, "bg": 4734, "rotates": false }, - { "id": "t_tree_birch_harvested", "fg": 4702, "bg": 4734, "rotates": false }, - { "id": "t_tree_birch_harvested_season_winter", "fg": 4702, "bg": 4737, "rotates": false }, - { "id": "t_tree_birch_season_winter", "fg": 4703, "bg": 4737, "rotates": false }, - { "id": "t_tree_blackjack", "fg": 4691, "bg": 4734, "rotates": false }, - { "id": "t_tree_blackjack_season_winter", "fg": 4692, "bg": 4737, "rotates": false }, - { "id": "t_tree_cherry_season_summer", "fg": 4684, "bg": 4736 }, + "fg": 4715, + "bg": 4766 + }, + { "id": "t_tree_apple_season_autumn", "fg": 4718, "bg": 4767 }, + { "id": "t_tree_apricot_season_summer", "fg": 4720, "bg": 4768 }, + { "id": "t_tree_beech_season_autumn", "fg": 4758, "bg": 4767, "rotates": false }, + { "id": "t_tree_birch", "fg": 4733, "bg": 4766, "rotates": false }, + { "id": "t_tree_birch_harvested", "fg": 4734, "bg": 4766, "rotates": false }, + { "id": "t_tree_birch_harvested_season_winter", "fg": 4734, "bg": 4769, "rotates": false }, + { "id": "t_tree_birch_season_winter", "fg": 4735, "bg": 4769, "rotates": false }, + { "id": "t_tree_blackjack", "fg": 4723, "bg": 4766, "rotates": false }, + { "id": "t_tree_blackjack_season_winter", "fg": 4724, "bg": 4769, "rotates": false }, + { "id": "t_tree_cherry_season_summer", "fg": 4716, "bg": 4768 }, { "id": [ "t_tree_chestnut_harvested_season_autumn", @@ -9408,11 +9443,11 @@ "t_tree_pecan_harvested_season_autumn", "t_tree_beech_harvested_season_autumn" ], - "fg": 4721, - "bg": 4735, + "fg": 4753, + "bg": 4767, "rotates": false }, - { "id": "t_tree_chestnut_season_autumn", "fg": 4723, "bg": 4735, "rotates": false }, + { "id": "t_tree_chestnut_season_autumn", "fg": 4755, "bg": 4767, "rotates": false }, { "id": [ "t_tree_chestnut_season_winter", @@ -9424,29 +9459,29 @@ "t_tree_pecan_harvested_season_winter", "t_tree_beech_harvested_season_winter" ], - "fg": 4722, - "bg": 4737, + "fg": 4754, + "bg": 4769, "rotates": false }, { "id": [ "t_tree_chestnut", "t_tree_walnut", "t_tree_pecan", "t_tree_beech" ], - "fg": 4720, - "bg": 4734, + "fg": 4752, + "bg": 4766, "rotates": false }, - { "id": [ "t_tree_dead_season_winter", "t_tree_hickory_dead_season_winter" ], "fg": 4693, "bg": 4737 }, - { "id": [ "t_tree_dead", "t_tree_hickory_dead" ], "fg": 4693, "bg": 4734 }, - { "id": "t_tree_deadpine", "fg": 4694, "bg": 4734, "rotates": false }, - { "id": "t_tree_deadpine_season_winter", "fg": 4694, "bg": 4737, "rotates": false }, - { "id": "t_tree_elderberry_season_summer", "fg": 4677, "bg": 4736, "rotates": false }, - { "id": "t_tree_fungal", "fg": 4698, "bg": 4700, "rotates": false }, + { "id": [ "t_tree_dead_season_winter", "t_tree_hickory_dead_season_winter" ], "fg": 4725, "bg": 4769 }, + { "id": [ "t_tree_dead", "t_tree_hickory_dead" ], "fg": 4725, "bg": 4766 }, + { "id": "t_tree_deadpine", "fg": 4726, "bg": 4766, "rotates": false }, + { "id": "t_tree_deadpine_season_winter", "fg": 4726, "bg": 4769, "rotates": false }, + { "id": "t_tree_elderberry_season_summer", "fg": 4709, "bg": 4768, "rotates": false }, + { "id": "t_tree_fungal", "fg": 4730, "bg": 4732, "rotates": false }, { "id": [ "t_tree_hazelnut_harvested", "t_tree_almond_harvested", "t_tree_pistachio_harvested" ], - "fg": 4728, - "bg": 4734, + "fg": 4760, + "bg": 4766, "rotates": false }, - { "id": "t_tree_hazelnut_season_autumn", "fg": 4730, "bg": 4735, "rotates": false }, + { "id": "t_tree_hazelnut_season_autumn", "fg": 4762, "bg": 4767, "rotates": false }, { "id": [ "t_tree_hazelnut_season_winter", @@ -9456,26 +9491,26 @@ "t_tree_almond_harvested_season_winter", "t_tree_pistachio_harvested_season_winter" ], - "fg": 4729, - "bg": 4737, + "fg": 4761, + "bg": 4769, "rotates": false }, - { "id": [ "t_tree_hazelnut", "t_tree_almond", "t_tree_pistachio" ], "fg": 4727, "bg": 4734, "rotates": false }, - { "id": "t_tree_hickory_season_autumn", "fg": 4696, "bg": 4735, "rotates": false }, + { "id": [ "t_tree_hazelnut", "t_tree_almond", "t_tree_pistachio" ], "fg": 4759, "bg": 4766, "rotates": false }, + { "id": "t_tree_hickory_season_autumn", "fg": 4728, "bg": 4767, "rotates": false }, { "id": [ "t_tree_hickory_season_winter", "t_tree_hickory_harvested_season_winter" ], - "fg": 4697, - "bg": 4737, + "fg": 4729, + "bg": 4769, "rotates": false }, - { "id": [ "t_tree_hickory", "t_tree_hickory_harvested" ], "fg": 4695, "bg": 4734, "rotates": false }, - { "id": "t_tree_maple", "fg": 4704, "bg": 4734, "rotates": false }, - { "id": "t_tree_maple_season_autumn", "fg": 4706, "bg": 4735, "rotates": false }, - { "id": "t_tree_maple_season_winter", "fg": 4706, "bg": 4737, "rotates": false }, - { "id": "t_tree_maple_tapped", "fg": 4705, "bg": 4734 }, - { "id": "t_tree_maple_tapped_season_autumn", "fg": 4707, "bg": 4735 }, - { "id": "t_tree_maple_tapped_season_winter", "fg": 4707, "bg": 4737 }, - { "id": "t_tree_mulberry_season_summer", "fg": 4676, "bg": 4736, "rotates": false }, + { "id": [ "t_tree_hickory", "t_tree_hickory_harvested" ], "fg": 4727, "bg": 4766, "rotates": false }, + { "id": "t_tree_maple", "fg": 4736, "bg": 4766, "rotates": false }, + { "id": "t_tree_maple_season_autumn", "fg": 4738, "bg": 4767, "rotates": false }, + { "id": "t_tree_maple_season_winter", "fg": 4738, "bg": 4769, "rotates": false }, + { "id": "t_tree_maple_tapped", "fg": 4737, "bg": 4766 }, + { "id": "t_tree_maple_tapped_season_autumn", "fg": 4739, "bg": 4767 }, + { "id": "t_tree_maple_tapped_season_winter", "fg": 4739, "bg": 4769 }, + { "id": "t_tree_mulberry_season_summer", "fg": 4708, "bg": 4768, "rotates": false }, { "id": [ "t_tree_mulberry_season_winter", @@ -9483,109 +9518,109 @@ "t_tree_mulberry_harvested_season_winter", "t_tree_elderberry_harvested_season_winter" ], - "fg": 4675, - "bg": 4737, + "fg": 4707, + "bg": 4769, "rotates": false }, { "id": [ "t_tree_mulberry", "t_tree_elderberry", "t_tree_mulberry_harvested", "t_tree_elderberry_harvested" ], - "fg": 4674, - "bg": 4734, + "fg": 4706, + "bg": 4766, "rotates": false }, - { "id": "t_tree_peach_season_summer", "fg": 4685, "bg": 4736 }, - { "id": "t_tree_pear_season_autumn", "fg": 4687, "bg": 4736 }, - { "id": "t_tree_pecan_season_autumn", "fg": 4725, "bg": 4735, "rotates": false }, - { "id": "t_tree_pine", "fg": 4679, "bg": 4734, "rotates": false }, - { "id": "t_tree_pine_season_winter", "fg": 4682, "bg": 4737, "rotates": false }, - { "id": "t_tree_pistachio_season_autumn", "fg": 4733, "bg": 4735, "rotates": false }, - { "id": "t_tree_plum_season_summer", "fg": 4689, "bg": 4736 }, + { "id": "t_tree_peach_season_summer", "fg": 4717, "bg": 4768 }, + { "id": "t_tree_pear_season_autumn", "fg": 4719, "bg": 4768 }, + { "id": "t_tree_pecan_season_autumn", "fg": 4757, "bg": 4767, "rotates": false }, + { "id": "t_tree_pine", "fg": 4711, "bg": 4766, "rotates": false }, + { "id": "t_tree_pine_season_winter", "fg": 4714, "bg": 4769, "rotates": false }, + { "id": "t_tree_pistachio_season_autumn", "fg": 4765, "bg": 4767, "rotates": false }, + { "id": "t_tree_plum_season_summer", "fg": 4721, "bg": 4768 }, { "id": "t_tree_season_autumn", - "fg": [ { "weight": 1, "sprite": 4712 }, { "weight": 1, "sprite": 4714 } ], - "bg": 4735, + "fg": [ { "weight": 1, "sprite": 4744 }, { "weight": 1, "sprite": 4746 } ], + "bg": 4767, "rotates": false }, { "id": "t_tree_season_spring", - "fg": [ { "weight": 1, "sprite": 4678 }, { "weight": 1, "sprite": 4714 } ], - "bg": 4734, + "fg": [ { "weight": 1, "sprite": 4710 }, { "weight": 1, "sprite": 4746 } ], + "bg": 4766, "rotates": false }, - { "id": "t_tree_season_winter", "fg": 4681, "bg": 4737, "rotates": false }, - { "id": "t_tree_walnut_season_autumn", "fg": 4724, "bg": 4735, "rotates": false }, - { "id": "t_tree_willow", "fg": 4708, "bg": 4734, "rotates": false }, - { "id": "t_tree_willow_harvested", "fg": 4709, "bg": 4734, "rotates": false }, - { "id": "t_tree_willow_harvested_season_winter", "fg": 4709, "bg": 4737, "rotates": false }, - { "id": "t_tree_willow_season_winter", "fg": 4710, "bg": 4737, "rotates": false }, - { "id": "t_tree_young", "fg": 4680, "bg": 4734, "rotates": false }, - { "id": "t_tree_young_season_autumn", "fg": 4713, "bg": 4735, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 4713, "bg": 4737, "rotates": false }, + { "id": "t_tree_season_winter", "fg": 4713, "bg": 4769, "rotates": false }, + { "id": "t_tree_walnut_season_autumn", "fg": 4756, "bg": 4767, "rotates": false }, + { "id": "t_tree_willow", "fg": 4740, "bg": 4766, "rotates": false }, + { "id": "t_tree_willow_harvested", "fg": 4741, "bg": 4766, "rotates": false }, + { "id": "t_tree_willow_harvested_season_winter", "fg": 4741, "bg": 4769, "rotates": false }, + { "id": "t_tree_willow_season_winter", "fg": 4742, "bg": 4769, "rotates": false }, + { "id": "t_tree_young", "fg": 4712, "bg": 4766, "rotates": false }, + { "id": "t_tree_young_season_autumn", "fg": 4745, "bg": 4767, "rotates": false }, + { "id": "t_tree_young_season_winter", "fg": 4745, "bg": 4769, "rotates": false }, { "id": "vp_solar_array2", - "fg": 4718, + "fg": 4750, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4719 } ] + "additional_tiles": [ { "id": "broken", "fg": 4751 } ] }, { "id": "vp_solar_array2r", - "fg": 4718, + "fg": 4750, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4719 } ] + "additional_tiles": [ { "id": "broken", "fg": 4751 } ] }, { "id": "vp_solar_array", - "fg": 4716, + "fg": 4748, "rotates": false, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4717 } ] - }, - { "id": "mon_horse", "fg": 4649 }, - { "id": "mon_mech_combat", "fg": 4650 }, - { "id": "mon_mech_lifter", "fg": 4651 }, - { "id": "mon_mech_recon", "fg": 4652 }, - { "id": "mon_zombie_crushed_giant", "fg": 4660 }, - { "id": "mon_zombie_gasbag_impaler", "fg": 4661 }, - { "id": "mon_zombie_horse", "fg": 4662 }, - { "id": "mon_zombie_living_wall", "fg": 4664 }, - { "id": "rid_mon_horse", "fg": 4666 }, - { "id": "rid_mon_mech_combat", "fg": 4667 }, - { "id": "rid_mon_mech_lifter", "fg": 4668 }, - { "id": "rid_mon_mech_recon", "fg": 4669 }, - { "id": "overlay_worn_cape_fp", "fg": 4671 }, - { "id": "overlay_worn_foodperson_mask", "fg": 4672 }, - { "id": "overlay_worn_foodperson_mask_on", "fg": 4673 } + "additional_tiles": [ { "id": "broken", "fg": 4749 } ] + }, + { "id": "mon_horse", "fg": 4681 }, + { "id": "mon_mech_combat", "fg": 4682 }, + { "id": "mon_mech_lifter", "fg": 4683 }, + { "id": "mon_mech_recon", "fg": 4684 }, + { "id": "mon_zombie_crushed_giant", "fg": 4692 }, + { "id": "mon_zombie_gasbag_impaler", "fg": 4693 }, + { "id": "mon_zombie_horse", "fg": 4694 }, + { "id": "mon_zombie_living_wall", "fg": 4696 }, + { "id": "rid_mon_horse", "fg": 4698 }, + { "id": "rid_mon_mech_combat", "fg": 4699 }, + { "id": "rid_mon_mech_lifter", "fg": 4700 }, + { "id": "rid_mon_mech_recon", "fg": 4701 }, + { "id": "overlay_worn_cape_fp", "fg": 4703 }, + { "id": "overlay_worn_foodperson_mask", "fg": 4704 }, + { "id": "overlay_worn_foodperson_mask_on", "fg": 4705 } ] }, { "file": "fillersmall.png", - "//": "range 4752 to 4815", + "//": "range 4784 to 4847", "sprite_width": 20, "sprite_height": 20, "sprite_offset_x": 0, "sprite_offset_y": 0, "tiles": [ - { "id": "jack", "fg": 4752 }, - { "id": "jack_small", "fg": 4754 }, - { "id": "jack_makeshift", "fg": 4753 }, - { "id": "acorns", "fg": 4768 }, - { "id": "chips", "fg": 4772 }, - { "id": "apple", "fg": 4769 }, - { "id": "banana", "fg": 4770 }, - { "id": "broccoli", "fg": 4771 }, - { "id": "corn", "fg": 4773 }, - { "id": "cucumber", "fg": 4774 }, - { "id": "grapes", "fg": 4775 }, - { "id": "lemon", "fg": 4777 }, - { "id": "onion", "fg": 4778 }, - { "id": "orange", "fg": 4779 }, - { "id": "pear", "fg": 4780 }, - { "id": "potato", "fg": 4781 }, - { "id": "pumpkin", "fg": 4782 }, - { "id": "tomato", "fg": 4785 }, - { "id": "juniper", "fg": 4776 }, + { "id": "jack", "fg": 4784 }, + { "id": "jack_small", "fg": 4786 }, + { "id": "jack_makeshift", "fg": 4785 }, + { "id": "acorns", "fg": 4800 }, + { "id": "chips", "fg": 4804 }, + { "id": "apple", "fg": 4801 }, + { "id": "banana", "fg": 4802 }, + { "id": "broccoli", "fg": 4803 }, + { "id": "corn", "fg": 4805 }, + { "id": "cucumber", "fg": 4806 }, + { "id": "grapes", "fg": 4807 }, + { "id": "lemon", "fg": 4809 }, + { "id": "onion", "fg": 4810 }, + { "id": "orange", "fg": 4811 }, + { "id": "pear", "fg": 4812 }, + { "id": "potato", "fg": 4813 }, + { "id": "pumpkin", "fg": 4814 }, + { "id": "tomato", "fg": 4817 }, + { "id": "juniper", "fg": 4808 }, { "id": [ "seed_hops", @@ -9653,172 +9688,172 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 4783 - }, - { "id": "straw_pile", "fg": 4784 }, - { "id": "wheat", "fg": 4786 }, - { "id": "withered", "fg": 4787 }, - { "id": "bee_balm", "fg": 4788 }, - { "id": "carrot_wild", "fg": 4789 }, - { "id": "dogbane", "fg": 4790 }, - { "id": "mugwort", "fg": 4791 }, - { "id": "thyme", "fg": 4792 }, - { "id": "veggy_wild", "fg": 4793 }, - { "id": "wild_herbs", "fg": 4794 }, - { "id": "feces_manure", "fg": 4798 }, - { "id": "feces_bird", "fg": 4795 }, - { "id": "feces_cow", "fg": 4796 }, - { "id": "feces_dog", "fg": 4797 }, - { "id": "feces_roach", "fg": 4799 }, - { "id": "brick", "fg": 4800 }, - { "id": "scrap", "fg": 4803 }, - { "id": "e_scrap", "fg": 4802 }, - { "id": "steel_chunk", "fg": 4804 }, - { "id": "steel_lump", "fg": 4805 }, - { "id": "wire", "fg": 4806 }, - { "id": "cable", "fg": 4801 }, - { "id": "mbag", "fg": 4755 }, - { "id": "receiver", "fg": 4756 }, - { "id": "scarf", "fg": 4757 }, - { "id": "slingpack", "fg": 4758 }, - { "id": "baseball", "fg": 4759 }, - { "id": "beach_volleyball", "fg": 4760 }, - { "id": "bowling_ball", "fg": 4761 }, - { "id": "football", "fg": 4762 }, - { "id": "indoor_volleyball", "fg": 4763 }, - { "id": "misc_repairkit", "fg": 4764 }, - { "id": "puck", "fg": 4765 }, - { "id": "tourniquet_upper", "fg": 4766 }, - { "id": "wristwatch", "fg": 4767 }, - { "id": "wire_barbed", "fg": 4807 } + "fg": 4815 + }, + { "id": "straw_pile", "fg": 4816 }, + { "id": "wheat", "fg": 4818 }, + { "id": "withered", "fg": 4819 }, + { "id": "bee_balm", "fg": 4820 }, + { "id": "carrot_wild", "fg": 4821 }, + { "id": "dogbane", "fg": 4822 }, + { "id": "mugwort", "fg": 4823 }, + { "id": "thyme", "fg": 4824 }, + { "id": "veggy_wild", "fg": 4825 }, + { "id": "wild_herbs", "fg": 4826 }, + { "id": "feces_manure", "fg": 4830 }, + { "id": "feces_bird", "fg": 4827 }, + { "id": "feces_cow", "fg": 4828 }, + { "id": "feces_dog", "fg": 4829 }, + { "id": "feces_roach", "fg": 4831 }, + { "id": "brick", "fg": 4832 }, + { "id": "scrap", "fg": 4835 }, + { "id": "e_scrap", "fg": 4834 }, + { "id": "steel_chunk", "fg": 4836 }, + { "id": "steel_lump", "fg": 4837 }, + { "id": "wire", "fg": 4838 }, + { "id": "cable", "fg": 4833 }, + { "id": "mbag", "fg": 4787 }, + { "id": "receiver", "fg": 4788 }, + { "id": "scarf", "fg": 4789 }, + { "id": "slingpack", "fg": 4790 }, + { "id": "baseball", "fg": 4791 }, + { "id": "beach_volleyball", "fg": 4792 }, + { "id": "bowling_ball", "fg": 4793 }, + { "id": "football", "fg": 4794 }, + { "id": "indoor_volleyball", "fg": 4795 }, + { "id": "misc_repairkit", "fg": 4796 }, + { "id": "puck", "fg": 4797 }, + { "id": "tourniquet_upper", "fg": 4798 }, + { "id": "wristwatch", "fg": 4799 }, + { "id": "wire_barbed", "fg": 4839 } ] }, { "file": "fillerlarge.png", - "//": "range 4816 to 4831", + "//": "range 4848 to 4863", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_smoker_brute", "fg": 4818, "bg": 4817 }, + { "id": "mon_smoker_brute", "fg": 4850, "bg": 4849 }, { "id": "mon_exodii_quad", "fg": [ - { "weight": 15, "sprite": 4819 }, - { "weight": 10, "sprite": 4820 }, - { "weight": 15, "sprite": 4821 }, - { "weight": 15, "sprite": 4822 } + { "weight": 15, "sprite": 4851 }, + { "weight": 10, "sprite": 4852 }, + { "weight": 15, "sprite": 4853 }, + { "weight": 15, "sprite": 4854 } ], - "bg": 4816 + "bg": 4848 }, { "id": "mon_exodii_turret", "fg": [ - { "weight": 15, "sprite": 4823 }, - { "weight": 5, "sprite": 4824 }, - { "weight": 15, "sprite": 4825 }, - { "weight": 15, "sprite": 4826 } + { "weight": 15, "sprite": 4855 }, + { "weight": 5, "sprite": 4856 }, + { "weight": 15, "sprite": 4857 }, + { "weight": 15, "sprite": 4858 } ], - "bg": 4817 + "bg": 4849 }, - { "id": "mon_dog_zombie_hulk", "fg": 4827, "bg": 4817 }, - { "id": "mon_zombie_brute_winged", "fg": 4829, "bg": 4816 } + { "id": "mon_dog_zombie_hulk", "fg": 4859, "bg": 4849 }, + { "id": "mon_zombie_brute_winged", "fg": 4861, "bg": 4848 } ] }, { "file": "fillernormal.png", - "//": "range 4832 to 4879", + "//": "range 4864 to 4911", "tiles": [ - { "id": "mon_cat_bengal", "fg": [ { "weight": 1, "sprite": 4834 }, { "weight": 1, "sprite": 4833 } ], "bg": 2677 }, + { "id": "mon_cat_bengal", "fg": [ { "weight": 1, "sprite": 4866 }, { "weight": 1, "sprite": 4865 } ], "bg": 2709 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 4837 }, { "weight": 1, "sprite": 4836 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4869 }, { "weight": 1, "sprite": 4868 } ], + "bg": 2709 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 4840 }, { "weight": 1, "sprite": 4839 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4872 }, { "weight": 1, "sprite": 4871 } ], + "bg": 2709 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 4843 }, { "weight": 1, "sprite": 4842 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4875 }, { "weight": 1, "sprite": 4874 } ], + "bg": 2709 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 4846 }, { "weight": 1, "sprite": 4845 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4878 }, { "weight": 1, "sprite": 4877 } ], + "bg": 2709 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 4849 }, { "weight": 1, "sprite": 4848 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4881 }, { "weight": 1, "sprite": 4880 } ], + "bg": 2709 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 4852 }, { "weight": 1, "sprite": 4851 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4884 }, { "weight": 1, "sprite": 4883 } ], + "bg": 2709 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 4856 }, { "weight": 1, "sprite": 4855 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4888 }, { "weight": 1, "sprite": 4887 } ], + "bg": 2709 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 4859 }, { "weight": 1, "sprite": 4858 } ], - "bg": 2677 + "fg": [ { "weight": 1, "sprite": 4891 }, { "weight": 1, "sprite": 4890 } ], + "bg": 2709 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 4862 }, { "weight": 1, "sprite": 4861 } ], - "bg": 2677 - }, - { "id": "mon_cat_kitten", "fg": 4853, "bg": 2677 }, - { "id": "mon_cat_bengal_kitten", "fg": 4832, "bg": 2677 }, - { "id": "mon_cat_calico_kitten", "fg": 4835, "bg": 2677 }, - { "id": "mon_cat_chonker_kitten", "fg": 4838, "bg": 2677 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 4841, "bg": 2677 }, - { "id": "mon_cat_longhair_kitten", "fg": 4844, "bg": 2677 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 4847, "bg": 2677 }, - { "id": "mon_cat_persian_kitten", "fg": 4850, "bg": 2677 }, - { "id": "mon_cat_siamese_kitten", "fg": 4854, "bg": 2677 }, - { "id": "mon_cat_sphynx_kitten", "fg": 4857, "bg": 2677 }, - { "id": "mon_cat_tabby_kitten", "fg": 4860, "bg": 2677 }, - { "id": "mon_dog_beagle", "fg": 4863, "bg": 2677 }, - { "id": "mon_dog_gshepherd", "fg": 4866, "bg": 2676 }, - { "id": "mon_dog_boxer", "fg": 4864, "bg": 2676 }, - { "id": "mon_dog_dachshund", "fg": 4865, "bg": 2676 }, - { "id": "mon_spawn_raptor", "fg": 4867, "bg": 2676 }, - { "id": "mon_crow_mutant_small", "fg": 4868, "bg": 2676 } + "fg": [ { "weight": 1, "sprite": 4894 }, { "weight": 1, "sprite": 4893 } ], + "bg": 2709 + }, + { "id": "mon_cat_kitten", "fg": 4885, "bg": 2709 }, + { "id": "mon_cat_bengal_kitten", "fg": 4864, "bg": 2709 }, + { "id": "mon_cat_calico_kitten", "fg": 4867, "bg": 2709 }, + { "id": "mon_cat_chonker_kitten", "fg": 4870, "bg": 2709 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 4873, "bg": 2709 }, + { "id": "mon_cat_longhair_kitten", "fg": 4876, "bg": 2709 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 4879, "bg": 2709 }, + { "id": "mon_cat_persian_kitten", "fg": 4882, "bg": 2709 }, + { "id": "mon_cat_siamese_kitten", "fg": 4886, "bg": 2709 }, + { "id": "mon_cat_sphynx_kitten", "fg": 4889, "bg": 2709 }, + { "id": "mon_cat_tabby_kitten", "fg": 4892, "bg": 2709 }, + { "id": "mon_dog_beagle", "fg": 4895, "bg": 2709 }, + { "id": "mon_dog_gshepherd", "fg": 4898, "bg": 2708 }, + { "id": "mon_dog_boxer", "fg": 4896, "bg": 2708 }, + { "id": "mon_dog_dachshund", "fg": 4897, "bg": 2708 }, + { "id": "mon_spawn_raptor", "fg": 4899, "bg": 2708 }, + { "id": "mon_crow_mutant_small", "fg": 4900, "bg": 2708 } ] }, { "file": "fillertall.png", - "//": "range 4880 to 4895", + "//": "range 4912 to 4927", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_zombie_phase_skulker", "fg": 4882, "bg": 4880 }, - { "id": "mon_zombie_phase_shrike", "fg": 4881, "bg": 4880 }, + { "id": "mon_zombie_phase_skulker", "fg": 4914, "bg": 4912 }, + { "id": "mon_zombie_phase_shrike", "fg": 4913, "bg": 4912 }, { "id": "mon_exodii_worker", "fg": [ - { "weight": 15, "sprite": 4883 }, - { "weight": 15, "sprite": 4884 }, - { "weight": 10, "sprite": 4885 }, - { "weight": 10, "sprite": 4886 } + { "weight": 15, "sprite": 4915 }, + { "weight": 15, "sprite": 4916 }, + { "weight": 10, "sprite": 4917 }, + { "weight": 10, "sprite": 4918 } ], - "bg": 4880 + "bg": 4912 }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 4887, "bg": 4880 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 4888, "bg": 4880 }, - { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 4889, "bg": 4880 }, - { "id": "mon_zombie_winged", "fg": 4890, "bg": 4880 } + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 4919, "bg": 4912 }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 4920, "bg": 4912 }, + { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 4921, "bg": 4912 }, + { "id": "mon_zombie_winged", "fg": 4922, "bg": 4912 } ] }, { diff --git a/gfx/MshockXotto+/tiles.png b/gfx/MshockXotto+/tiles.png index 6e6f2350706db..fb1cdf7c7cab8 100644 Binary files a/gfx/MshockXotto+/tiles.png and b/gfx/MshockXotto+/tiles.png differ diff --git a/gfx/UltimateCataclysm/normal.png b/gfx/UltimateCataclysm/normal.png index 5953670168d96..f8b6de14537a8 100644 Binary files a/gfx/UltimateCataclysm/normal.png and b/gfx/UltimateCataclysm/normal.png differ diff --git a/gfx/UltimateCataclysm/small.png b/gfx/UltimateCataclysm/small.png index 14cf7ac18b50c..19182c145de18 100644 Binary files a/gfx/UltimateCataclysm/small.png and b/gfx/UltimateCataclysm/small.png differ diff --git a/gfx/UltimateCataclysm/tall.png b/gfx/UltimateCataclysm/tall.png index 90d0fd537d288..dba6a1838a021 100644 Binary files a/gfx/UltimateCataclysm/tall.png and b/gfx/UltimateCataclysm/tall.png differ diff --git a/gfx/UltimateCataclysm/tile_config.json b/gfx/UltimateCataclysm/tile_config.json index 72858422df28a..9735b23ceb14e 100644 --- a/gfx/UltimateCataclysm/tile_config.json +++ b/gfx/UltimateCataclysm/tile_config.json @@ -11,34 +11,34 @@ "sprite_offset_x": 6, "sprite_offset_y": 0, "tiles": [ - { "id": [ "plastic_plate", "glass_bowl", "plastic_bowl_kids", "soap_holder" ], "fg": 136 }, + { "id": [ "plastic_plate", "glass_bowl", "plastic_bowl_kids", "soap_holder" ], "fg": 138 }, { "id": "RAM", "fg": 2 }, - { "id": "helmet_motor", "fg": 35 }, - { "id": "katana", "fg": 36 }, - { "id": "katana_fake", "fg": 36 }, - { "id": "katana_inferior", "fg": 36 }, - { "id": "223_casing", "fg": 37 }, - { "id": "40mm_casing", "fg": 38 }, - { "id": "40x46mm_m118_casing", "fg": 38 }, - { "id": "50_casing", "fg": 39 }, - { "id": "9mm_casing", "fg": 40 }, - { "id": "arrow_cf", "fg": 41 }, - { "id": "arrow_exploding", "fg": 42 }, - { "id": "arrow_field_point_fletched", "fg": 43 }, - { "id": "arrow_fire_hardened_fletched", "fg": 44 }, - { "id": "flamable_arrow", "fg": 58 }, - { "id": "arrow_flamming", "fg": 45 }, - { "id": "arrow_heavy_fire_hardened_fletched", "fg": 46 }, - { "id": "arrow_metal", "fg": 47 }, - { "id": "arrow_metal_sharpened_fletched", "fg": 48 }, - { "id": "arrow_plastic", "fg": 49 }, - { "id": "arrow_small_game_fletched", "fg": 50 }, - { "id": "arrow_wood", "fg": 51 }, - { "id": "arrow_wood_heavy", "fg": 52 }, - { "id": "bolt_cf", "fg": 53 }, - { "id": "bolt_explosive", "fg": 54 }, - { "id": "bolt_metal", "fg": 55 }, - { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 56 }, + { "id": "helmet_motor", "fg": 37 }, + { "id": "katana", "fg": 38 }, + { "id": "katana_fake", "fg": 38 }, + { "id": "katana_inferior", "fg": 38 }, + { "id": "223_casing", "fg": 39 }, + { "id": "40mm_casing", "fg": 40 }, + { "id": "40x46mm_m118_casing", "fg": 40 }, + { "id": "50_casing", "fg": 41 }, + { "id": "9mm_casing", "fg": 42 }, + { "id": "arrow_cf", "fg": 43 }, + { "id": "arrow_exploding", "fg": 44 }, + { "id": "arrow_field_point_fletched", "fg": 45 }, + { "id": "arrow_fire_hardened_fletched", "fg": 46 }, + { "id": "flamable_arrow", "fg": 60 }, + { "id": "arrow_flamming", "fg": 47 }, + { "id": "arrow_heavy_fire_hardened_fletched", "fg": 48 }, + { "id": "arrow_metal", "fg": 49 }, + { "id": "arrow_metal_sharpened_fletched", "fg": 50 }, + { "id": "arrow_plastic", "fg": 51 }, + { "id": "arrow_small_game_fletched", "fg": 52 }, + { "id": "arrow_wood", "fg": 53 }, + { "id": "arrow_wood_heavy", "fg": 54 }, + { "id": "bolt_cf", "fg": 55 }, + { "id": "bolt_explosive", "fg": 56 }, + { "id": "bolt_metal", "fg": 57 }, + { "id": [ "bolt_steel", "bolt_steel_bodkin", "bolt_steel_target" ], "fg": 58 }, { "id": [ "bolt_wood", @@ -49,57 +49,57 @@ "bolt_wood_bodkin", "bolt_wood_small_game" ], - "fg": 57 - }, - { "id": "shot_hull", "fg": 59 }, - { "id": "basket_laundry", "fg": 71 }, - { "id": "heavy_battery_cell", "fg": 73 }, - { "id": "heavy_plus_battery_cell", "fg": 73 }, - { "id": "heavy_disposable_cell", "fg": 73 }, - { "id": "heavy_atomic_battery_cell", "fg": 72 }, - { "id": "light_battery_cell", "fg": 75 }, - { "id": "light_minus_battery_cell", "fg": 77 }, - { "id": "light_plus_battery_cell", "fg": 75 }, - { "id": "light_disposable_cell", "fg": 75 }, - { "id": "light_atomic_battery_cell", "fg": 74 }, - { "id": "light_minus_atomic_battery_cell", "fg": 76 }, - { "id": "medium_battery_cell", "fg": 79 }, - { "id": "medium_plus_battery_cell", "fg": 79 }, - { "id": "medium_disposable_cell", "fg": 79 }, - { "id": "medium_atomic_battery_cell", "fg": 78 }, - { "id": "bead_bracelet", "fg": 80 }, - { "id": "bone", "fg": 81 }, - { "id": "bone_human", "fg": 82 }, - { "id": "bone_tainted", "fg": 83 }, - { "id": "SICP", "fg": 84 }, - { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 85 }, - { "id": "book_fict_soft_tpl", "fg": 95 }, - { "id": "novel_adventure", "fg": 95 }, - { "id": "novel_buddy", "fg": 96 }, - { "id": "novel_coa", "fg": 97 }, - { "id": "novel_coa2", "fg": 98 }, - { "id": "novel_crime", "fg": 99 }, - { "id": "novel_crime2", "fg": 100 }, - { "id": "novel_drama", "fg": 101 }, - { "id": "novel_erotic", "fg": 102 }, - { "id": "novel_experimental", "fg": 103 }, - { "id": "novel_fantasy", "fg": 104 }, - { "id": "novel_horror", "fg": 105 }, - { "id": "novel_mystery", "fg": 106 }, - { "id": "novel_pulp", "fg": 107 }, - { "id": "novel_road", "fg": 108 }, - { "id": "novel_romance", "fg": 109 }, - { "id": "novel_samurai", "fg": 110 }, - { "id": "novel_satire", "fg": 111 }, - { "id": "novel_scifi", "fg": 112 }, - { "id": "novel_sports", "fg": 113 }, - { "id": "novel_spy", "fg": 114 }, - { "id": "novel_swash", "fg": 115 }, - { "id": "novel_thriller", "fg": 116 }, - { "id": "novel_tragedy", "fg": 117 }, - { "id": "novel_war", "fg": 118 }, - { "id": "novel_war2", "fg": 119 }, - { "id": "novel_western", "fg": 120 }, + "fg": 59 + }, + { "id": "shot_hull", "fg": 61 }, + { "id": "basket_laundry", "fg": 73 }, + { "id": "heavy_battery_cell", "fg": 75 }, + { "id": "heavy_plus_battery_cell", "fg": 75 }, + { "id": "heavy_disposable_cell", "fg": 75 }, + { "id": "heavy_atomic_battery_cell", "fg": 74 }, + { "id": "light_battery_cell", "fg": 77 }, + { "id": "light_minus_battery_cell", "fg": 79 }, + { "id": "light_plus_battery_cell", "fg": 77 }, + { "id": "light_disposable_cell", "fg": 77 }, + { "id": "light_atomic_battery_cell", "fg": 76 }, + { "id": "light_minus_atomic_battery_cell", "fg": 78 }, + { "id": "medium_battery_cell", "fg": 81 }, + { "id": "medium_plus_battery_cell", "fg": 81 }, + { "id": "medium_disposable_cell", "fg": 81 }, + { "id": "medium_atomic_battery_cell", "fg": 80 }, + { "id": "bead_bracelet", "fg": 82 }, + { "id": "bone", "fg": 83 }, + { "id": "bone_human", "fg": 84 }, + { "id": "bone_tainted", "fg": 85 }, + { "id": "SICP", "fg": 86 }, + { "id": [ "flyer", "necropolis_leaflet", "abstractmap" ], "fg": 87 }, + { "id": "book_fict_soft_tpl", "fg": 97 }, + { "id": "novel_adventure", "fg": 97 }, + { "id": "novel_buddy", "fg": 98 }, + { "id": "novel_coa", "fg": 99 }, + { "id": "novel_coa2", "fg": 100 }, + { "id": "novel_crime", "fg": 101 }, + { "id": "novel_crime2", "fg": 102 }, + { "id": "novel_drama", "fg": 103 }, + { "id": "novel_erotic", "fg": 104 }, + { "id": "novel_experimental", "fg": 105 }, + { "id": "novel_fantasy", "fg": 106 }, + { "id": "novel_horror", "fg": 107 }, + { "id": "novel_mystery", "fg": 108 }, + { "id": "novel_pulp", "fg": 109 }, + { "id": "novel_road", "fg": 110 }, + { "id": "novel_romance", "fg": 111 }, + { "id": "novel_samurai", "fg": 112 }, + { "id": "novel_satire", "fg": 113 }, + { "id": "novel_scifi", "fg": 114 }, + { "id": "novel_sports", "fg": 115 }, + { "id": "novel_spy", "fg": 116 }, + { "id": "novel_swash", "fg": 117 }, + { "id": "novel_thriller", "fg": 118 }, + { "id": "novel_tragedy", "fg": 119 }, + { "id": "novel_war", "fg": 120 }, + { "id": "novel_war2", "fg": 121 }, + { "id": "novel_western", "fg": 122 }, { "id": [ "adv_chemistry", @@ -119,7 +119,7 @@ "modern_tanner", "repeater_mod_guide" ], - "fg": 87 + "fg": 89 }, { "id": [ @@ -140,7 +140,7 @@ "textbook_robots", "textbook_armschina" ], - "fg": 94 + "fg": 96 }, { "id": [ @@ -155,7 +155,7 @@ "cookbook_daintydishes", "cookbook_liverforkids" ], - "fg": 88 + "fg": 90 }, { "id": [ @@ -168,7 +168,7 @@ "recipe_melee", "recipe_labchem" ], - "fg": 92 + "fg": 94 }, { "id": [ @@ -185,9 +185,9 @@ "recipe_creepy", "recipe_maiar" ], - "fg": 92 + "fg": 94 }, - { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 91 }, + { "id": [ "pocket_firstaid", "pocket_firearms", "pocket_survival" ], "fg": 93 }, { "id": [ "mag_rifle", @@ -211,7 +211,7 @@ "mag_swimming", "mag_news" ], - "fg": 89 + "fg": 91 }, { "id": [ @@ -228,7 +228,7 @@ "schematics_searchlight", "schematics_secubot" ], - "fg": 93 + "fg": 95 }, { "id": [ @@ -249,84 +249,84 @@ "manual_shotgun", "manual_fabrication" ], - "fg": 90 + "fg": 92 }, - { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 86 }, - { "id": "bottle_twoliter", "fg": 121 }, - { "id": "bowl_pewter", "fg": 122 }, - { "id": "ceramic_cup", "fg": 134 }, - { "id": "ceramic_mug", "fg": 135 }, - { "id": "ceramic_plate", "fg": 136 }, - { "id": "ceramic_shard", "fg": 137 }, - { "id": "chain", "fg": 138 }, - { "id": "clay_lump", "fg": 139 }, - { "id": "bag_plastic", "fg": 140 }, - { "id": "bag_zipper", "fg": 141 }, - { "id": "bottle_glass", "fg": 142 }, - { "id": "bottle_plastic", "fg": 143 }, - { "id": "bottle_plastic_small", "fg": 144 }, - { "id": "box_cigarette", "fg": 145 }, - { "id": "box_small", "fg": 146 }, - { "id": "can_drink", "fg": 147 }, - { "id": "can_drink_unsealed", "fg": 148 }, - { "id": "can_food", "fg": 149 }, - { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 150 }, - { "id": "jar_3l_glass", "fg": 151 }, - { "id": "jar_3l_glass_sealed", "fg": 152 }, - { "id": "jar_glass", "fg": 153 }, - { "id": "jar_glass_sealed", "fg": 154 }, - { "id": "jug_plastic", "fg": 155 }, - { "id": "wrapper", "fg": 156 }, - { "id": "cudgel", "fg": 157 }, - { "id": "hinge", "fg": 164 }, - { "id": "inhaler", "fg": 165 }, - { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 166 }, - { "id": "kettle", "fg": 167 }, - { "id": "knife_rm42", "fg": 168 }, - { "id": "cig_butt", "fg": 175 }, - { "id": "joint", "fg": 179 }, - { "id": "joint_lit", "fg": 180 }, - { "id": "joint_roach", "fg": 181 }, - { "id": "aspirin", "fg": 172 }, - { "id": "bandages", "fg": 173 }, - { "id": "syringe", "fg": 185 }, - { "id": "antibiotics", "fg": 169 }, - { "id": "weak_antibiotic", "fg": 188 }, - { "id": "strong_antibiotic", "fg": 184 }, - { "id": "vitamins", "fg": 187 }, - { "id": "gummy_vitamins", "fg": 177 }, - { "id": "calcium_tablet", "fg": 174 }, - { "id": "oxycodone", "fg": 182 }, - { "id": "tramadol", "fg": 186 }, - { "id": "codeine", "fg": 201 }, - { "id": "prussian_blue", "fg": 183 }, - { "id": "iodine", "fg": 178 }, - { "id": "antiparasitic", "fg": 171 }, - { "id": "antifungal", "fg": 170 }, - { "id": "money_bundle", "fg": 189 }, - { "id": "mp3", "fg": 190 }, - { "id": "permanent_marker", "fg": 223 }, - { "id": "pipe", "fg": 225 }, - { "id": "cu_pipe", "fg": 224 }, - { "id": "acorns", "fg": 226 }, - { "id": "chips", "fg": 230 }, - { "id": "apple", "fg": 227 }, - { "id": "banana", "fg": 228 }, - { "id": "broccoli", "fg": 229 }, - { "id": "corn", "fg": 231 }, - { "id": "cucumber", "fg": 232 }, - { "id": "egg_bird", "fg": 233 }, - { "id": "grapes", "fg": 234 }, - { "id": "lemon", "fg": 238 }, - { "id": "onion", "fg": 239 }, - { "id": "orange", "fg": 240 }, - { "id": "pear", "fg": 241 }, - { "id": "potato", "fg": 242 }, - { "id": "pumpkin", "fg": 243 }, - { "id": "tomato", "fg": 246 }, - { "id": "hickory_nut", "fg": 235 }, - { "id": "hickory_root", "fg": 236 }, - { "id": "juniper", "fg": 237 }, + { "id": [ "record_patient", "tailor_portfolio", "isherwood_herbal_remedies" ], "fg": 88 }, + { "id": "bottle_twoliter", "fg": 123 }, + { "id": "bowl_pewter", "fg": 124 }, + { "id": "ceramic_cup", "fg": 136 }, + { "id": "ceramic_mug", "fg": 137 }, + { "id": "ceramic_plate", "fg": 138 }, + { "id": "ceramic_shard", "fg": 139 }, + { "id": "chain", "fg": 140 }, + { "id": "clay_lump", "fg": 141 }, + { "id": "bag_plastic", "fg": 142 }, + { "id": "bag_zipper", "fg": 143 }, + { "id": "bottle_glass", "fg": 144 }, + { "id": "bottle_plastic", "fg": 145 }, + { "id": "bottle_plastic_small", "fg": 146 }, + { "id": "box_cigarette", "fg": 147 }, + { "id": "box_small", "fg": 148 }, + { "id": "can_drink", "fg": 149 }, + { "id": "can_drink_unsealed", "fg": 150 }, + { "id": "can_food", "fg": 151 }, + { "id": [ "glass", "base_glass_dish", "wine_glass" ], "fg": 152 }, + { "id": "jar_3l_glass", "fg": 153 }, + { "id": "jar_3l_glass_sealed", "fg": 154 }, + { "id": "jar_glass", "fg": 155 }, + { "id": "jar_glass_sealed", "fg": 156 }, + { "id": "jug_plastic", "fg": 157 }, + { "id": "wrapper", "fg": 158 }, + { "id": "cudgel", "fg": 159 }, + { "id": "hinge", "fg": 166 }, + { "id": "inhaler", "fg": 167 }, + { "id": [ "kasaya", "samghati", "antarvasa", "uttarasanga" ], "fg": 168 }, + { "id": "kettle", "fg": 169 }, + { "id": "knife_rm42", "fg": 170 }, + { "id": "cig_butt", "fg": 177 }, + { "id": "joint", "fg": 181 }, + { "id": "joint_lit", "fg": 182 }, + { "id": "joint_roach", "fg": 183 }, + { "id": "aspirin", "fg": 174 }, + { "id": "bandages", "fg": 175 }, + { "id": "syringe", "fg": 187 }, + { "id": "antibiotics", "fg": 171 }, + { "id": "weak_antibiotic", "fg": 190 }, + { "id": "strong_antibiotic", "fg": 186 }, + { "id": "vitamins", "fg": 189 }, + { "id": "gummy_vitamins", "fg": 179 }, + { "id": "calcium_tablet", "fg": 176 }, + { "id": "oxycodone", "fg": 184 }, + { "id": "tramadol", "fg": 188 }, + { "id": "codeine", "fg": 203 }, + { "id": "prussian_blue", "fg": 185 }, + { "id": "iodine", "fg": 180 }, + { "id": "antiparasitic", "fg": 173 }, + { "id": "antifungal", "fg": 172 }, + { "id": "money_bundle", "fg": 191 }, + { "id": "mp3", "fg": 192 }, + { "id": "permanent_marker", "fg": 225 }, + { "id": "pipe", "fg": 227 }, + { "id": "cu_pipe", "fg": 226 }, + { "id": "acorns", "fg": 228 }, + { "id": "chips", "fg": 232 }, + { "id": "apple", "fg": 229 }, + { "id": "banana", "fg": 230 }, + { "id": "broccoli", "fg": 231 }, + { "id": "corn", "fg": 233 }, + { "id": "cucumber", "fg": 234 }, + { "id": "egg_bird", "fg": 235 }, + { "id": "grapes", "fg": 236 }, + { "id": "lemon", "fg": 240 }, + { "id": "onion", "fg": 241 }, + { "id": "orange", "fg": 242 }, + { "id": "pear", "fg": 243 }, + { "id": "potato", "fg": 244 }, + { "id": "pumpkin", "fg": 245 }, + { "id": "tomato", "fg": 248 }, + { "id": "hickory_nut", "fg": 237 }, + { "id": "hickory_root", "fg": 238 }, + { "id": "juniper", "fg": 239 }, { "id": [ "seed_hops", @@ -394,74 +394,74 @@ "seed_mulberries", "seed_elderberries" ], - "fg": 244 - }, - { "id": "straw_pile", "fg": 245 }, - { "id": "wheat", "fg": 247 }, - { "id": "withered", "fg": 248 }, - { "id": "bee_balm", "fg": 249 }, - { "id": "carrot_wild", "fg": 250 }, - { "id": "dogbane", "fg": 251 }, - { "id": "egg_reptile", "fg": 252 }, - { "id": "mugwort", "fg": 253 }, - { "id": "thyme", "fg": 254 }, - { "id": "veggy_wild", "fg": 255 }, - { "id": "wild_herbs", "fg": 256 }, - { "id": "feces_manure", "fg": 260 }, - { "id": "feces_bird", "fg": 257 }, - { "id": "feces_cow", "fg": 258 }, - { "id": "feces_dog", "fg": 259 }, - { "id": "feces_roach", "fg": 261 }, - { "id": "fetid_goop", "fg": 262 }, - { "id": "rag_bloody", "fg": 263 }, - { "id": "ash", "fg": 269 }, - { "id": "brick", "fg": 270 }, - { "id": "scrap", "fg": 273 }, - { "id": "e_scrap", "fg": 272 }, - { "id": "steel_chunk", "fg": 274 }, - { "id": "steel_lump", "fg": 275 }, - { "id": "wire", "fg": 276 }, - { "id": "cable", "fg": 271 }, - { "id": "spring", "fg": 277 }, - { "id": "survnote", "fg": 278 }, - { "id": "creepy_doll", "fg": 279 }, - { "id": "talking_doll", "fg": 279 }, - { "id": "teapot", "fg": 281 }, - { "id": "thermometer", "fg": 282 }, - { "id": "crucible_clay", "fg": 283 }, - { "id": "flashlight", "fg": 285 }, - { "id": "heavy_flashlight", "fg": 288 }, - { "id": "saw", "fg": 298 }, - { "id": "screwdriver_set", "fg": 294 }, - { "id": "wrench", "fg": 299 }, - { "id": "hammer", "fg": 287 }, - { "id": "hacksaw", "fg": 286 }, - { "id": "knife_meat_cleaver", "fg": 293 }, - { "id": "knife_vegetable_cleaver", "fg": 297 }, + "fg": 246 + }, + { "id": "straw_pile", "fg": 247 }, + { "id": "wheat", "fg": 249 }, + { "id": "withered", "fg": 250 }, + { "id": "bee_balm", "fg": 251 }, + { "id": "carrot_wild", "fg": 252 }, + { "id": "dogbane", "fg": 253 }, + { "id": "egg_reptile", "fg": 254 }, + { "id": "mugwort", "fg": 255 }, + { "id": "thyme", "fg": 256 }, + { "id": "veggy_wild", "fg": 257 }, + { "id": "wild_herbs", "fg": 258 }, + { "id": "feces_manure", "fg": 262 }, + { "id": "feces_bird", "fg": 259 }, + { "id": "feces_cow", "fg": 260 }, + { "id": "feces_dog", "fg": 261 }, + { "id": "feces_roach", "fg": 263 }, + { "id": "fetid_goop", "fg": 264 }, + { "id": "rag_bloody", "fg": 265 }, + { "id": "ash", "fg": 271 }, + { "id": "brick", "fg": 272 }, + { "id": "scrap", "fg": 275 }, + { "id": "e_scrap", "fg": 274 }, + { "id": "steel_chunk", "fg": 276 }, + { "id": "steel_lump", "fg": 277 }, + { "id": "wire", "fg": 278 }, + { "id": "cable", "fg": 273 }, + { "id": "spring", "fg": 279 }, + { "id": "survnote", "fg": 280 }, + { "id": "creepy_doll", "fg": 281 }, + { "id": "talking_doll", "fg": 281 }, + { "id": "teapot", "fg": 283 }, + { "id": "thermometer", "fg": 284 }, + { "id": "crucible_clay", "fg": 285 }, + { "id": "flashlight", "fg": 287 }, + { "id": "heavy_flashlight", "fg": 290 }, + { "id": "saw", "fg": 300 }, + { "id": "screwdriver_set", "fg": 296 }, + { "id": "wrench", "fg": 301 }, + { "id": "hammer", "fg": 289 }, + { "id": "hacksaw", "fg": 288 }, + { "id": "knife_meat_cleaver", "fg": 295 }, + { "id": "knife_vegetable_cleaver", "fg": 299 }, { "id": "lighter", - "fg": [ { "weight": 1, "sprite": 290 }, { "weight": 1, "sprite": 289 }, { "weight": 1, "sprite": 291 } ] - }, - { "id": "makeshift_crowbar", "fg": 292 }, - { "id": "esbit_stove", "fg": 284 }, - { "id": "usb_drive", "fg": 296 }, - { "id": "cash_card", "fg": 300 }, - { "id": "file", "fg": 301 }, - { "id": "fp_loyalty_card", "fg": 302 }, - { "id": "id_industrial", "fg": 303 }, - { "id": "id_military", "fg": 304 }, - { "id": "id_science", "fg": 305 }, - { "id": "bowl_plastic", "fg": 306 }, - { "id": "cup_plastic", "fg": 307 }, - { "id": "fork", "fg": 308 }, - { "id": "glass_plate", "fg": 309 }, - { "id": "knife_butter", "fg": 310 }, - { "id": "washboard", "fg": 317 }, - { "id": "wash_kit", "fg": 316 }, - { "id": "helmet_army", "fg": 321 }, - { "id": "foodperson_mask", "fg": 319 }, - { "id": "foodperson_mask_on", "fg": 320 }, - { "id": "ballistic_vest_esapi", "fg": 318 }, + "fg": [ { "weight": 1, "sprite": 292 }, { "weight": 1, "sprite": 291 }, { "weight": 1, "sprite": 293 } ] + }, + { "id": "makeshift_crowbar", "fg": 294 }, + { "id": "esbit_stove", "fg": 286 }, + { "id": "usb_drive", "fg": 298 }, + { "id": "cash_card", "fg": 302 }, + { "id": "file", "fg": 303 }, + { "id": "fp_loyalty_card", "fg": 304 }, + { "id": "id_industrial", "fg": 305 }, + { "id": "id_military", "fg": 306 }, + { "id": "id_science", "fg": 307 }, + { "id": "bowl_plastic", "fg": 308 }, + { "id": "cup_plastic", "fg": 309 }, + { "id": "fork", "fg": 310 }, + { "id": "glass_plate", "fg": 311 }, + { "id": "knife_butter", "fg": 312 }, + { "id": "washboard", "fg": 319 }, + { "id": "wash_kit", "fg": 318 }, + { "id": "helmet_army", "fg": 323 }, + { "id": "foodperson_mask", "fg": 321 }, + { "id": "foodperson_mask_on", "fg": 322 }, + { "id": "ballistic_vest_esapi", "fg": 320 }, { "id": "saddle", "fg": 1 }, { "id": "2byarm_guard", "fg": 3 }, { "id": "2byshin_guard", "fg": 4 }, @@ -471,102 +471,104 @@ { "id": "charcoal", "fg": 8 }, { "id": "food_processor", "fg": 9 }, { "id": "frisbee", "fg": 10 }, - { "id": "jack", "fg": 11 }, - { "id": "jack_makeshift", "fg": 12 }, - { "id": "jack_small", "fg": 13 }, - { "id": "laptop", "fg": 14 }, - { "id": "machete", "fg": 15 }, - { "id": "makeshift_bayonet", "fg": 16 }, - { "id": "makeshift_hammer", "fg": 17 }, - { "id": "makeshift_knife", "fg": 18 }, - { "id": "makeshift_machete", "fg": 19 }, - { "id": "makeshift_stethoscope", "fg": 20 }, - { "id": "mbag", "fg": 21 }, - { "id": "paper", "fg": 22 }, - { "id": "pot_helmet", "fg": 23 }, - { "id": "pot_makeshift", "fg": 24 }, - { "id": "pot_makeshift_copper", "fg": 25 }, - { "id": "receiver", "fg": 26 }, - { "id": "scarf", "fg": 27 }, - { "id": "slingpack", "fg": 28 }, - { "id": "smart_phone", "fg": 29 }, - { "id": "solder_wire", "fg": 30 }, - { "id": "spike", "fg": 31 }, - { "id": "stethoscope", "fg": 32 }, - { "id": "wire_barbed", "fg": 33 }, - { "id": "halligan", "fg": 34 }, - { "id": "cig", "fg": 60 }, - { "id": "cig_lit", "fg": 61 }, - { "id": "copper_ring", "fg": 62 }, - { "id": "g_shovel", "fg": 63 }, - { "id": "gold_ring", "fg": 64 }, - { "id": "lsd", "fg": 65 }, - { "id": "silver_ring", "fg": 66 }, - { "id": "thermal_mask", "fg": 67 }, - { "id": "thermal_socks", "fg": 68 }, - { "id": "tie_clipon", "fg": 69 }, - { "id": "whistle", "fg": 70 }, - { "id": "ceramic_bowl", "fg": 123 }, - { "id": "radio_car", "fg": 124 }, - { "id": "radio_car_box", "fg": 125 }, - { "id": "radio_car_on", "fg": 126 }, - { "id": "radio_car_wheel", "fg": 127 }, - { "id": "radiocontrol", "fg": 128 }, - { "id": "rc_car_box", "fg": 129 }, - { "id": "toaster", "fg": 130 }, - { "id": "handflare", "fg": 131 }, - { "id": "heatpack", "fg": 132 }, - { "id": "heatpack_used", "fg": 133 }, - { "id": "grenade", "fg": 158 }, - { "id": "grenade_act", "fg": 159 }, - { "id": "grenade_emp", "fg": 160 }, - { "id": "grenade_emp_act", "fg": 161 }, - { "id": "grenade_inc", "fg": 162 }, - { "id": "grenade_inc_act", "fg": 163 }, - { "id": "eyedrops", "fg": 176 }, - { "id": "baseball", "fg": 191 }, - { "id": "basketball", "fg": 192 }, - { "id": "battery_car", "fg": 193 }, - { "id": "beach_volleyball", "fg": 194 }, - { "id": "bowling_ball", "fg": 195 }, - { "id": "cell_phone", "fg": 196 }, - { "id": "cell_phone_flashlight", "fg": 197 }, - { "id": "cigar", "fg": 198 }, - { "id": "cigar_butt", "fg": 199 }, - { "id": "cigar_lit", "fg": 200 }, - { "id": "ear_plugs", "fg": 202 }, - { "id": "fiddlehead_boiled", "fg": 203 }, - { "id": "fiddlehead_raw", "fg": 204 }, - { "id": "fiddlehead_sauteed", "fg": 205 }, - { "id": "flask_hip", "fg": 206 }, - { "id": "football", "fg": 207 }, - { "id": "golf_ball", "fg": 208 }, - { "id": "holo_sight", "fg": 209 }, - { "id": "indoor_volleyball", "fg": 210 }, - { "id": "misc_repairkit", "fg": 211 }, - { "id": "mre_beef_box", "fg": 212 }, - { "id": "peephole", "fg": 213 }, - { "id": "portable_game", "fg": 214 }, - { "id": "puck", "fg": 215 }, - { "id": "purse", "fg": 216 }, - { "id": "smokebomb", "fg": 217 }, - { "id": "smokebomb_act", "fg": 218 }, - { "id": "suppressor", "fg": 219 }, - { "id": "tourniquet_upper", "fg": 220 }, - { "id": "two_way_radio", "fg": 221 }, - { "id": "wristwatch", "fg": 222 }, - { "id": "pebble", "fg": 264 }, - { "id": "pebble_clay", "fg": 265 }, - { "id": "rock", "fg": 266 }, - { "id": "rock_flaking", "fg": 267 }, - { "id": "rock_large", "fg": 268 }, - { "id": "clay_teapot", "fg": 280 }, - { "id": "tongs", "fg": 295 }, - { "id": "towel", "fg": 311 }, - { "id": "towel_soiled", "fg": 312 }, - { "id": "towel_wet", "fg": 313 }, - { "id": "battery_charger", "fg": 314 }, - { "id": "recharge_station", "fg": 315 } + { "id": "gloves_light", "fg": 11 }, + { "id": "jack", "fg": 12 }, + { "id": "jack_makeshift", "fg": 13 }, + { "id": "jack_small", "fg": 14 }, + { "id": "laptop", "fg": 15 }, + { "id": "machete", "fg": 16 }, + { "id": "makeshift_bayonet", "fg": 17 }, + { "id": "makeshift_hammer", "fg": 18 }, + { "id": "makeshift_knife", "fg": 19 }, + { "id": "makeshift_machete", "fg": 20 }, + { "id": "makeshift_stethoscope", "fg": 21 }, + { "id": "mbag", "fg": 22 }, + { "id": "paper", "fg": 23 }, + { "id": "pot_helmet", "fg": 24 }, + { "id": "pot_makeshift", "fg": 25 }, + { "id": "pot_makeshift_copper", "fg": 26 }, + { "id": "receiver", "fg": 27 }, + { "id": "scarf", "fg": 28 }, + { "id": "slingpack", "fg": 29 }, + { "id": "smart_phone", "fg": 30 }, + { "id": "solder_wire", "fg": 31 }, + { "id": "spike", "fg": 32 }, + { "id": "stethoscope", "fg": 33 }, + { "id": "teleumbrella", "fg": 34 }, + { "id": "wire_barbed", "fg": 35 }, + { "id": "halligan", "fg": 36 }, + { "id": "cig", "fg": 62 }, + { "id": "cig_lit", "fg": 63 }, + { "id": "copper_ring", "fg": 64 }, + { "id": "g_shovel", "fg": 65 }, + { "id": "gold_ring", "fg": 66 }, + { "id": "lsd", "fg": 67 }, + { "id": "silver_ring", "fg": 68 }, + { "id": "thermal_mask", "fg": 69 }, + { "id": "thermal_socks", "fg": 70 }, + { "id": "tie_clipon", "fg": 71 }, + { "id": "whistle", "fg": 72 }, + { "id": "ceramic_bowl", "fg": 125 }, + { "id": "radio_car", "fg": 126 }, + { "id": "radio_car_box", "fg": 127 }, + { "id": "radio_car_on", "fg": 128 }, + { "id": "radio_car_wheel", "fg": 129 }, + { "id": "radiocontrol", "fg": 130 }, + { "id": "rc_car_box", "fg": 131 }, + { "id": "toaster", "fg": 132 }, + { "id": "handflare", "fg": 133 }, + { "id": "heatpack", "fg": 134 }, + { "id": "heatpack_used", "fg": 135 }, + { "id": "grenade", "fg": 160 }, + { "id": "grenade_act", "fg": 161 }, + { "id": "grenade_emp", "fg": 162 }, + { "id": "grenade_emp_act", "fg": 163 }, + { "id": "grenade_inc", "fg": 164 }, + { "id": "grenade_inc_act", "fg": 165 }, + { "id": "eyedrops", "fg": 178 }, + { "id": "baseball", "fg": 193 }, + { "id": "basketball", "fg": 194 }, + { "id": "battery_car", "fg": 195 }, + { "id": "beach_volleyball", "fg": 196 }, + { "id": "bowling_ball", "fg": 197 }, + { "id": "cell_phone", "fg": 198 }, + { "id": "cell_phone_flashlight", "fg": 199 }, + { "id": "cigar", "fg": 200 }, + { "id": "cigar_butt", "fg": 201 }, + { "id": "cigar_lit", "fg": 202 }, + { "id": "ear_plugs", "fg": 204 }, + { "id": "fiddlehead_boiled", "fg": 205 }, + { "id": "fiddlehead_raw", "fg": 206 }, + { "id": "fiddlehead_sauteed", "fg": 207 }, + { "id": "flask_hip", "fg": 208 }, + { "id": "football", "fg": 209 }, + { "id": "golf_ball", "fg": 210 }, + { "id": "holo_sight", "fg": 211 }, + { "id": "indoor_volleyball", "fg": 212 }, + { "id": "misc_repairkit", "fg": 213 }, + { "id": "mre_beef_box", "fg": 214 }, + { "id": "peephole", "fg": 215 }, + { "id": "portable_game", "fg": 216 }, + { "id": "puck", "fg": 217 }, + { "id": "purse", "fg": 218 }, + { "id": "smokebomb", "fg": 219 }, + { "id": "smokebomb_act", "fg": 220 }, + { "id": "suppressor", "fg": 221 }, + { "id": "tourniquet_upper", "fg": 222 }, + { "id": "two_way_radio", "fg": 223 }, + { "id": "wristwatch", "fg": 224 }, + { "id": "pebble", "fg": 266 }, + { "id": "pebble_clay", "fg": 267 }, + { "id": "rock", "fg": 268 }, + { "id": "rock_flaking", "fg": 269 }, + { "id": "rock_large", "fg": 270 }, + { "id": "clay_teapot", "fg": 282 }, + { "id": "tongs", "fg": 297 }, + { "id": "towel", "fg": 313 }, + { "id": "towel_soiled", "fg": 314 }, + { "id": "towel_wet", "fg": 315 }, + { "id": "battery_charger", "fg": 316 }, + { "id": "recharge_station", "fg": 317 } ] }, { @@ -627,7 +629,7 @@ { "id": "f_boulder_medium", "fg": 405 }, { "id": "f_boulder_small", "fg": 406 }, { "id": "f_generator_broken", "fg": 407 }, - { "id": "t_generator_broken", "fg": 407, "bg": 1430 }, + { "id": "t_generator_broken", "fg": 407, "bg": 1431 }, { "id": "f_bulletin", "fg": 408 }, { "id": [ "f_canvas_door", "f_large_canvas_door" ], "fg": 409 }, { "id": [ "f_canvas_door_o", "f_large_canvas_door_o" ], "fg": 410 }, @@ -646,7 +648,7 @@ }, { "id": "f_cardboard_box", "fg": 427 }, { "id": "f_centrifuge", "fg": 428 }, - { "id": "t_centrifuge", "fg": 428, "bg": 1626 }, + { "id": "t_centrifuge", "fg": 428, "bg": 1627 }, { "id": "f_chair", "rotates": true, "fg": [ 431, 432, 430, 429 ] }, { "id": "f_chamomile", "fg": 433 }, { "id": "f_compact_ASRG_containment", "fg": 434 }, @@ -854,443 +856,443 @@ { "id": "2x4", "fg": 676 }, { "id": "halberd", "fg": 686 }, { "id": "halberd_fake", "fg": 686 }, - { "id": "ak74", "fg": 689 }, - { "id": "ar15", "fg": 813 }, - { "id": "arming_sword", "fg": 814 }, - { "id": "art_sphere", "fg": 829 }, - { "id": "art_rod", "fg": 827 }, - { "id": "art_teardrop", "fg": 831 }, - { "id": "art_lamp", "fg": 823 }, - { "id": "art_snake", "fg": 828 }, - { "id": "art_disc", "fg": 820 }, - { "id": "art_beads", "fg": 817 }, - { "id": "art_napkin", "fg": 824 }, - { "id": "art_urchin", "fg": 833 }, - { "id": "art_jelly", "fg": 821 }, - { "id": "art_spiral", "fg": 830 }, - { "id": "art_pin", "fg": 825 }, - { "id": "art_tube", "fg": 832 }, - { "id": "art_pyramid", "fg": 826 }, - { "id": "art_crystal", "fg": 819 }, - { "id": "art_knot", "fg": 822 }, - { "id": "art_crescent", "fg": 818 }, - { "id": "altered_teapot", "fg": 815 }, - { "id": "architect_cube", "fg": 816 }, - { "id": "fire_ax", "fg": 834 }, - { "id": "ax", "fg": 836 }, - { "id": "hatchet", "fg": 835 }, - { "id": "backpack", "fg": 837 }, - { "id": "duffelbag", "fg": 838 }, - { "id": "molle_pack", "fg": 839 }, - { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 842 }, - { "id": "bag_canvas", "fg": 845 }, - { "id": "bat", "fg": 846 }, - { "id": "bat_metal", "fg": 847 }, - { "id": "blanket", "fg": 848 }, - { "id": "down_blanket", "fg": 849 }, - { "id": "electric_blanket", "fg": 850 }, - { "id": "board_trap", "fg": 851 }, - { "id": "box_large", "fg": 852 }, - { "id": "box_medium", "fg": 853 }, - { "id": "broom", "fg": 854 }, - { "id": "knife_butcher", "fg": 855 }, - { "id": "bwirebat", "fg": 856 }, - { "id": "cattlefodder", "fg": 857 }, - { "id": "chainsaw_off", "fg": 858 }, - { "id": "axe_ring", "fg": 865 }, - { "id": "balclava", "fg": 866 }, - { "id": "beret", "fg": 867 }, - { "id": "boots", "fg": 868 }, - { "id": "boxer_briefs", "fg": 869 }, - { "id": "boxer_shorts", "fg": 870 }, - { "id": "boy_shorts", "fg": 871 }, - { "id": "bra", "fg": 872 }, - { "id": "briefs", "fg": 873 }, - { "id": "bscabbard", "fg": 874 }, - { "id": "corset", "fg": 877 }, - { "id": "cowboy_hat", "fg": 878 }, - { "id": "dress_shoes", "fg": 879 }, - { "id": "hat_ball", "fg": 880 }, - { "id": "hat_cotton", "fg": 881 }, - { "id": "hat_fur", "fg": 882 }, - { "id": "hat_knit", "fg": 884 }, - { "id": "hat_noise_cancelling", "fg": 885 }, - { "id": "helmet_barbute", "fg": 886 }, - { "id": "helmet_chitin", "fg": 887 }, - { "id": "helmet_kabuto", "fg": 888 }, - { "id": "holster", "fg": 889 }, - { "id": "hoodie", "fg": 890 }, - { "id": "jeans", "fg": 893 }, - { "id": "leather_belt", "fg": 894 }, - { "id": "longshirt", "fg": 895 }, - { "id": "maid_dress", "fg": 896 }, - { "id": "maid_hat", "fg": 897 }, - { "id": "mask_dust", "fg": 898 }, - { "id": "panties", "fg": 899 }, - { "id": "pants", "fg": 900 }, - { "id": "pants_cargo", "fg": 901 }, - { "id": "polo_shirt", "fg": 902 }, - { "id": "ragpouch", "fg": 903 }, - { "id": "scabbard", "fg": 904 }, - { "id": "sneakers", "fg": 906 }, - { "id": "socks", "fg": 907 }, - { "id": "spearsling", "fg": 908 }, - { "id": "stockings", "fg": 910 }, - { "id": "sweater", "fg": 913 }, - { "id": "sweatshirt", "fg": 914 }, - { "id": "tank_top", "fg": 915 }, - { "id": "tool_belt", "fg": 916 }, - { "id": "tshirt", "fg": 917 }, - { "id": "turban", "fg": 918 }, - { "id": "undershirt", "fg": 919 }, - { "id": "coat_lab", "fg": 875 }, - { "id": "coat_rain", "fg": 876 }, - { "id": "sports_bra", "fg": 909 }, - { "id": "skirt", "fg": 905 }, - { "id": "jacket_light", "fg": 892 }, - { "id": "jacket_army", "fg": 891 }, - { "id": "hat_hard", "fg": 883 }, - { "id": "striped_pants", "fg": 911 }, - { "id": "striped_shirt", "fg": 912 }, - { "id": "cloak", "fg": 920 }, - { "id": "cloak_wool", "fg": 923 }, - { "id": "cloak_leather", "fg": 922 }, - { "id": "cloak_fur", "fg": 921 }, - { "id": "coffeemaker", "fg": 924 }, - { "id": "contacts", "fg": 925 }, - { "id": "corpse", "fg": 926 }, - { "id": "corpse_generic_human", "fg": 927 }, - { "id": "crossbow", "fg": 928 }, - { "id": "crowbar", "fg": 929 }, - { "id": "filter_air", "fg": 932 }, - { "id": "fish_bait", "fg": 933 }, - { "id": "corpse_mon_fish_tiny", "fg": 937 }, - { "id": "corpse_mon_fish_small", "fg": 936 }, - { "id": "corpse_mon_fish_medium", "fg": 935 }, - { "id": "corpse_mon_fish_large", "fg": 934 }, - { "id": "fish_trap", "fg": 938 }, - { "id": "fishing_rod_basic", "fg": 939 }, - { "id": "fishing_rod_professional", "fg": 940 }, - { "id": "forge", "fg": 942 }, - { "id": "char_forge", "fg": 941 }, - { "id": "glass_shard", "fg": 943 }, - { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 944 }, - { "id": "hoboreel", "fg": 945 }, - { "id": "hydrogen_tank", "fg": 946 }, - { "id": "knife_chef", "fg": 947 }, - { "id": "leather_tarp", "fg": 948 }, - { "id": "water", "fg": 959 }, - { "id": "water_clean", "fg": 960 }, - { "id": "gasoline", "fg": 954 }, - { "id": "diesel", "fg": 952 }, - { "id": "biodiesel", "fg": 950 }, - { "id": "flamethrower_fuel", "fg": 953 }, - { "id": "avgas", "fg": 949 }, - { "id": "lamp_oil", "fg": 956 }, - { "id": "motor_oil", "fg": 957 }, - { "id": "napalm", "fg": 958 }, - { "id": "gelled_gasoline", "fg": 955 }, - { "id": "blood", "fg": 951 }, - { "id": "log", "fg": 961 }, - { "id": "longbow", "fg": 962 }, - { "id": "lucern_hammer", "fg": 963 }, - { "id": "m79", "fg": 964 }, - { "id": "marble", "fg": 965 }, - { "id": "matches", "fg": 966 }, - { "id": "meat", "fg": 967 }, - { "id": "microwave", "fg": 968 }, - { "id": "mjolnir", "fg": 969 }, - { "id": "mop", "fg": 970 }, - { "id": "mp5mag", "fg": 971 }, - { "id": "nail", "fg": 976 }, - { "id": "nailbat", "fg": 977 }, - { "id": "nailboard", "fg": 978 }, - { "id": "needle_bone", "fg": 979 }, - { "id": "needle_curved", "fg": 980 }, - { "id": "needle_wood", "fg": 981 }, - { "id": "many_years_old_newspaper", "fg": 982 }, - { "id": "years_old_newspaper", "fg": 987 }, - { "id": "months_old_newspaper", "fg": 983 }, - { "id": "newest_newspaper", "fg": 984 }, - { "id": "one_year_old_newspaper", "fg": 985 }, - { "id": "weeks_old_newspaper", "fg": 986 }, - { "id": "pan", "fg": 988 }, - { "id": "2h_flail_wood", "fg": 989 }, - { "id": "pillow", "fg": 991 }, - { "id": "down_pillow", "fg": 990 }, - { "id": "pine_bough", "fg": 992 }, - { "id": "pinecone", "fg": 993 }, + { "id": "ak74", "fg": 690 }, + { "id": "ar15", "fg": 814 }, + { "id": "arming_sword", "fg": 815 }, + { "id": "art_sphere", "fg": 830 }, + { "id": "art_rod", "fg": 828 }, + { "id": "art_teardrop", "fg": 832 }, + { "id": "art_lamp", "fg": 824 }, + { "id": "art_snake", "fg": 829 }, + { "id": "art_disc", "fg": 821 }, + { "id": "art_beads", "fg": 818 }, + { "id": "art_napkin", "fg": 825 }, + { "id": "art_urchin", "fg": 834 }, + { "id": "art_jelly", "fg": 822 }, + { "id": "art_spiral", "fg": 831 }, + { "id": "art_pin", "fg": 826 }, + { "id": "art_tube", "fg": 833 }, + { "id": "art_pyramid", "fg": 827 }, + { "id": "art_crystal", "fg": 820 }, + { "id": "art_knot", "fg": 823 }, + { "id": "art_crescent", "fg": 819 }, + { "id": "altered_teapot", "fg": 816 }, + { "id": "architect_cube", "fg": 817 }, + { "id": "fire_ax", "fg": 835 }, + { "id": "ax", "fg": 837 }, + { "id": "hatchet", "fg": 836 }, + { "id": "backpack", "fg": 838 }, + { "id": "duffelbag", "fg": 839 }, + { "id": "molle_pack", "fg": 840 }, + { "id": [ "rifle_case_soft_leather", "rifle_case_xl_soft_leather" ], "fg": 843 }, + { "id": "bag_canvas", "fg": 846 }, + { "id": "bat", "fg": 847 }, + { "id": "bat_metal", "fg": 848 }, + { "id": "blanket", "fg": 849 }, + { "id": "down_blanket", "fg": 850 }, + { "id": "electric_blanket", "fg": 851 }, + { "id": "board_trap", "fg": 852 }, + { "id": "box_large", "fg": 853 }, + { "id": "box_medium", "fg": 854 }, + { "id": "broom", "fg": 855 }, + { "id": "knife_butcher", "fg": 856 }, + { "id": "bwirebat", "fg": 857 }, + { "id": "cattlefodder", "fg": 858 }, + { "id": "chainsaw_off", "fg": 859 }, + { "id": "axe_ring", "fg": 866 }, + { "id": "balclava", "fg": 867 }, + { "id": "beret", "fg": 868 }, + { "id": "boots", "fg": 869 }, + { "id": "boxer_briefs", "fg": 870 }, + { "id": "boxer_shorts", "fg": 871 }, + { "id": "boy_shorts", "fg": 872 }, + { "id": "bra", "fg": 873 }, + { "id": "briefs", "fg": 874 }, + { "id": "bscabbard", "fg": 875 }, + { "id": "corset", "fg": 878 }, + { "id": "cowboy_hat", "fg": 879 }, + { "id": "dress_shoes", "fg": 880 }, + { "id": "hat_ball", "fg": 881 }, + { "id": "hat_cotton", "fg": 882 }, + { "id": "hat_fur", "fg": 883 }, + { "id": "hat_knit", "fg": 885 }, + { "id": "hat_noise_cancelling", "fg": 886 }, + { "id": "helmet_barbute", "fg": 887 }, + { "id": "helmet_chitin", "fg": 888 }, + { "id": "helmet_kabuto", "fg": 889 }, + { "id": "holster", "fg": 890 }, + { "id": "hoodie", "fg": 891 }, + { "id": "jeans", "fg": 894 }, + { "id": "leather_belt", "fg": 895 }, + { "id": "longshirt", "fg": 896 }, + { "id": "maid_dress", "fg": 897 }, + { "id": "maid_hat", "fg": 898 }, + { "id": "mask_dust", "fg": 899 }, + { "id": "panties", "fg": 900 }, + { "id": "pants", "fg": 901 }, + { "id": "pants_cargo", "fg": 902 }, + { "id": "polo_shirt", "fg": 903 }, + { "id": "ragpouch", "fg": 904 }, + { "id": "scabbard", "fg": 905 }, + { "id": "sneakers", "fg": 907 }, + { "id": "socks", "fg": 908 }, + { "id": "spearsling", "fg": 909 }, + { "id": "stockings", "fg": 911 }, + { "id": "sweater", "fg": 914 }, + { "id": "sweatshirt", "fg": 915 }, + { "id": "tank_top", "fg": 916 }, + { "id": "tool_belt", "fg": 917 }, + { "id": "tshirt", "fg": 918 }, + { "id": "turban", "fg": 919 }, + { "id": "undershirt", "fg": 920 }, + { "id": "coat_lab", "fg": 876 }, + { "id": "coat_rain", "fg": 877 }, + { "id": "sports_bra", "fg": 910 }, + { "id": "skirt", "fg": 906 }, + { "id": "jacket_light", "fg": 893 }, + { "id": "jacket_army", "fg": 892 }, + { "id": "hat_hard", "fg": 884 }, + { "id": "striped_pants", "fg": 912 }, + { "id": "striped_shirt", "fg": 913 }, + { "id": "cloak", "fg": 921 }, + { "id": "cloak_wool", "fg": 924 }, + { "id": "cloak_leather", "fg": 923 }, + { "id": "cloak_fur", "fg": 922 }, + { "id": "coffeemaker", "fg": 925 }, + { "id": "contacts", "fg": 926 }, + { "id": "corpse", "fg": 927 }, + { "id": "corpse_generic_human", "fg": 928 }, + { "id": "crossbow", "fg": 929 }, + { "id": "crowbar", "fg": 930 }, + { "id": "filter_air", "fg": 933 }, + { "id": "fish_bait", "fg": 934 }, + { "id": "corpse_mon_fish_tiny", "fg": 938 }, + { "id": "corpse_mon_fish_small", "fg": 937 }, + { "id": "corpse_mon_fish_medium", "fg": 936 }, + { "id": "corpse_mon_fish_large", "fg": 935 }, + { "id": "fish_trap", "fg": 939 }, + { "id": "fishing_rod_basic", "fg": 940 }, + { "id": "fishing_rod_professional", "fg": 941 }, + { "id": "forge", "fg": 943 }, + { "id": "char_forge", "fg": 942 }, + { "id": "glass_shard", "fg": 944 }, + { "id": [ "glock_17", "glock_19", "glock_18c", "glock_22", "glock_31" ], "fg": 945 }, + { "id": "hoboreel", "fg": 946 }, + { "id": "hydrogen_tank", "fg": 947 }, + { "id": "knife_chef", "fg": 948 }, + { "id": "leather_tarp", "fg": 949 }, + { "id": "water", "fg": 960 }, + { "id": "water_clean", "fg": 961 }, + { "id": "gasoline", "fg": 955 }, + { "id": "diesel", "fg": 953 }, + { "id": "biodiesel", "fg": 951 }, + { "id": "flamethrower_fuel", "fg": 954 }, + { "id": "avgas", "fg": 950 }, + { "id": "lamp_oil", "fg": 957 }, + { "id": "motor_oil", "fg": 958 }, + { "id": "napalm", "fg": 959 }, + { "id": "gelled_gasoline", "fg": 956 }, + { "id": "blood", "fg": 952 }, + { "id": "log", "fg": 962 }, + { "id": "longbow", "fg": 963 }, + { "id": "lucern_hammer", "fg": 964 }, + { "id": "m79", "fg": 965 }, + { "id": "marble", "fg": 966 }, + { "id": "matches", "fg": 967 }, + { "id": "meat", "fg": 968 }, + { "id": "microwave", "fg": 969 }, + { "id": "mjolnir", "fg": 970 }, + { "id": "mop", "fg": 971 }, + { "id": "mp5mag", "fg": 972 }, + { "id": "nail", "fg": 977 }, + { "id": "nailbat", "fg": 978 }, + { "id": "nailboard", "fg": 979 }, + { "id": "needle_bone", "fg": 980 }, + { "id": "needle_curved", "fg": 981 }, + { "id": "needle_wood", "fg": 982 }, + { "id": "many_years_old_newspaper", "fg": 983 }, + { "id": "years_old_newspaper", "fg": 988 }, + { "id": "months_old_newspaper", "fg": 984 }, + { "id": "newest_newspaper", "fg": 985 }, + { "id": "one_year_old_newspaper", "fg": 986 }, + { "id": "weeks_old_newspaper", "fg": 987 }, + { "id": "pan", "fg": 989 }, + { "id": "2h_flail_wood", "fg": 990 }, + { "id": "pillow", "fg": 992 }, + { "id": "down_pillow", "fg": 991 }, + { "id": "pine_bough", "fg": 993 }, + { "id": "pinecone", "fg": 994 }, { "id": [ "rifle_9mm", "rifle_3006", "rifle_45", "rifle_22", "rifle_40", "rifle_44", "rifle_38", "rifle_223" ], - "fg": 994 - }, - { "id": "pipe_shotgun", "fg": 995 }, - { "id": "plastic_sheet", "fg": 996 }, - { "id": "plastic_shopping_bag", "fg": 997 }, - { "id": "pneumatic_shotgun", "fg": 998 }, - { "id": "pool_ball", "fg": 999 }, - { "id": "pot", "fg": 1000 }, - { "id": "pot_canning", "fg": 1001 }, - { "id": "pot_copper", "fg": 1002 }, - { "id": "powder_candy", "fg": 1003 }, - { "id": "rag", "fg": 1004 }, - { "id": "rebar", "fg": 1005 }, - { "id": "rifle_flintlock", "fg": 1006 }, - { "id": "rolling_pin", "fg": 1007 }, - { "id": "fur_rollmat", "fg": 1008 }, - { "id": "rollmat", "fg": 1009 }, - { "id": "scissors", "fg": 1010 }, - { "id": "screwdriver", "fg": 1011 }, - { "id": "sewing_kit", "fg": 1012 }, - { "id": "sharp_rock", "fg": 1013 }, - { "id": "sheet_metal", "fg": 1014 }, - { "id": "sheet_metal_small", "fg": 1015 }, - { "id": "shovel", "fg": 1016 }, - { "id": "slingshot", "fg": 1017 }, - { "id": "solar_panel", "fg": 1019 }, - { "id": "solar_cell", "fg": 1018 }, - { "id": "pointy_stick", "fg": 1020 }, - { "id": "spear_wood", "fg": 1028 }, - { "id": "spear_spike", "fg": 1026 }, - { "id": "spear_knife", "fg": 1022 }, - { "id": "spear_knife_superior", "fg": 1023 }, - { "id": "spear_pipe", "fg": 1024 }, - { "id": "spear_rebar", "fg": 1025 }, - { "id": "spear_steel", "fg": 1027 }, - { "id": "spear_copper", "fg": 1021 }, - { "id": "splinter", "fg": 1029 }, - { "id": "sponge", "fg": 1030 }, - { "id": "spoon", "fg": 1031 }, - { "id": "stick", "fg": 1032 }, - { "id": "stick_long", "fg": 1033 }, - { "id": "primitive_hammer", "fg": 1034 }, - { "id": "string_36", "fg": 1035 }, - { "id": "string_6", "fg": 1036 }, - { "id": "tailors_kit", "fg": 1037 }, - { "id": "tarp", "fg": 1038 }, - { "id": "television", "fg": 1039 }, - { "id": "thermos", "fg": 1040 }, - { "id": "thread", "fg": 1041 }, - { "id": "2h_flail_steel", "fg": 1042 }, - { "id": "welder", "fg": 1043 }, - { "id": "welder_crude", "fg": 1044 }, - { "id": "wood_panel", "fg": 1045 }, - { "id": "wood_sheet", "fg": 1046 }, - { "id": "corpse_mon_troll", "fg": 1047 }, - { "id": "mon_bat", "fg": 1048, "bg": 1171 }, - { "id": "mon_crow", "fg": 1049, "bg": 1171 }, - { "id": "mon_duck", "fg": 1050, "bg": 1171 }, - { "id": "mon_pigeon", "fg": 1051, "bg": 1171 }, - { "id": "mon_turkey", "fg": 1052, "bg": 1170 }, - { "id": "mon_fish_blinky", "fg": 1053 }, + "fg": 995 + }, + { "id": "pipe_shotgun", "fg": 996 }, + { "id": "plastic_sheet", "fg": 997 }, + { "id": "plastic_shopping_bag", "fg": 998 }, + { "id": "pneumatic_shotgun", "fg": 999 }, + { "id": "pool_ball", "fg": 1000 }, + { "id": "pot", "fg": 1001 }, + { "id": "pot_canning", "fg": 1002 }, + { "id": "pot_copper", "fg": 1003 }, + { "id": "powder_candy", "fg": 1004 }, + { "id": "rag", "fg": 1005 }, + { "id": "rebar", "fg": 1006 }, + { "id": "rifle_flintlock", "fg": 1007 }, + { "id": "rolling_pin", "fg": 1008 }, + { "id": "fur_rollmat", "fg": 1009 }, + { "id": "rollmat", "fg": 1010 }, + { "id": "scissors", "fg": 1011 }, + { "id": "screwdriver", "fg": 1012 }, + { "id": "sewing_kit", "fg": 1013 }, + { "id": "sharp_rock", "fg": 1014 }, + { "id": "sheet_metal", "fg": 1015 }, + { "id": "sheet_metal_small", "fg": 1016 }, + { "id": "shovel", "fg": 1017 }, + { "id": "slingshot", "fg": 1018 }, + { "id": "solar_panel", "fg": 1020 }, + { "id": "solar_cell", "fg": 1019 }, + { "id": "pointy_stick", "fg": 1021 }, + { "id": "spear_wood", "fg": 1029 }, + { "id": "spear_spike", "fg": 1027 }, + { "id": "spear_knife", "fg": 1023 }, + { "id": "spear_knife_superior", "fg": 1024 }, + { "id": "spear_pipe", "fg": 1025 }, + { "id": "spear_rebar", "fg": 1026 }, + { "id": "spear_steel", "fg": 1028 }, + { "id": "spear_copper", "fg": 1022 }, + { "id": "splinter", "fg": 1030 }, + { "id": "sponge", "fg": 1031 }, + { "id": "spoon", "fg": 1032 }, + { "id": "stick", "fg": 1033 }, + { "id": "stick_long", "fg": 1034 }, + { "id": "primitive_hammer", "fg": 1035 }, + { "id": "string_36", "fg": 1036 }, + { "id": "string_6", "fg": 1037 }, + { "id": "tailors_kit", "fg": 1038 }, + { "id": "tarp", "fg": 1039 }, + { "id": "television", "fg": 1040 }, + { "id": "thermos", "fg": 1041 }, + { "id": "thread", "fg": 1042 }, + { "id": "2h_flail_steel", "fg": 1043 }, + { "id": "welder", "fg": 1044 }, + { "id": "welder_crude", "fg": 1045 }, + { "id": "wood_panel", "fg": 1046 }, + { "id": "wood_sheet", "fg": 1047 }, + { "id": "corpse_mon_troll", "fg": 1048 }, + { "id": "mon_bat", "fg": 1049, "bg": 1172 }, + { "id": "mon_crow", "fg": 1050, "bg": 1172 }, + { "id": "mon_duck", "fg": 1051, "bg": 1172 }, + { "id": "mon_pigeon", "fg": 1052, "bg": 1172 }, + { "id": "mon_turkey", "fg": 1053, "bg": 1171 }, + { "id": "mon_fish_blinky", "fg": 1054 }, { "id": "mon_cat", "fg": [ - { "weight": 1, "sprite": 1054 }, { "weight": 1, "sprite": 1055 }, - { "weight": 1, "sprite": 1079 }, - { "weight": 1, "sprite": 1078 } + { "weight": 1, "sprite": 1056 }, + { "weight": 1, "sprite": 1080 }, + { "weight": 1, "sprite": 1079 } ], - "bg": 1171 + "bg": 1172 }, { "id": "mon_cat_bengal", - "fg": [ { "weight": 1, "sprite": 1058 }, { "weight": 1, "sprite": 1057 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1059 }, { "weight": 1, "sprite": 1058 } ], + "bg": 1172 }, { "id": "mon_cat_calico", - "fg": [ { "weight": 1, "sprite": 1061 }, { "weight": 1, "sprite": 1060 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1062 }, { "weight": 1, "sprite": 1061 } ], + "bg": 1172 }, { "id": "mon_cat_chonker", - "fg": [ { "weight": 1, "sprite": 1064 }, { "weight": 1, "sprite": 1063 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1065 }, { "weight": 1, "sprite": 1064 } ], + "bg": 1172 }, { "id": "mon_cat_devon_rex", - "fg": [ { "weight": 1, "sprite": 1067 }, { "weight": 1, "sprite": 1066 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1068 }, { "weight": 1, "sprite": 1067 } ], + "bg": 1172 }, { "id": "mon_cat_longhair", - "fg": [ { "weight": 1, "sprite": 1070 }, { "weight": 1, "sprite": 1069 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1071 }, { "weight": 1, "sprite": 1070 } ], + "bg": 1172 }, { "id": "mon_cat_maine_coon", - "fg": [ { "weight": 1, "sprite": 1073 }, { "weight": 1, "sprite": 1072 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1074 }, { "weight": 1, "sprite": 1073 } ], + "bg": 1172 }, { "id": "mon_cat_persian", - "fg": [ { "weight": 1, "sprite": 1076 }, { "weight": 1, "sprite": 1075 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1077 }, { "weight": 1, "sprite": 1076 } ], + "bg": 1172 }, { "id": "mon_cat_siamese", - "fg": [ { "weight": 1, "sprite": 1082 }, { "weight": 1, "sprite": 1081 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1083 }, { "weight": 1, "sprite": 1082 } ], + "bg": 1172 }, { "id": "mon_cat_sphynx", - "fg": [ { "weight": 1, "sprite": 1085 }, { "weight": 1, "sprite": 1084 } ], - "bg": 1171 + "fg": [ { "weight": 1, "sprite": 1086 }, { "weight": 1, "sprite": 1085 } ], + "bg": 1172 }, { "id": "mon_cat_tabby", - "fg": [ { "weight": 1, "sprite": 1088 }, { "weight": 1, "sprite": 1087 } ], - "bg": 1171 - }, - { "id": "mon_cat_kitten", "fg": 1077, "bg": 1171 }, - { "id": "mon_cat_bengal_kitten", "fg": 1056, "bg": 1171 }, - { "id": "mon_cat_calico_kitten", "fg": 1059, "bg": 1171 }, - { "id": "mon_cat_chonker_kitten", "fg": 1062, "bg": 1171 }, - { "id": "mon_cat_devon_rex_kitten", "fg": 1065, "bg": 1171 }, - { "id": "mon_cat_longhair_kitten", "fg": 1068, "bg": 1171 }, - { "id": "mon_cat_maine_coon_kitten", "fg": 1071, "bg": 1171 }, - { "id": "mon_cat_persian_kitten", "fg": 1074, "bg": 1171 }, - { "id": "mon_cat_siamese_kitten", "fg": 1080, "bg": 1171 }, - { "id": "mon_cat_sphynx_kitten", "fg": 1083, "bg": 1171 }, - { "id": "mon_cat_tabby_kitten", "fg": 1086, "bg": 1171 }, - { "id": "mon_coyote", "fg": 1089, "bg": 1170 }, - { "id": "mon_coyote_wolf", "fg": 1090, "bg": 1170 }, - { "id": "mon_dog", "fg": 1091, "bg": 1170 }, - { "id": "mon_dog_skeleton", "fg": 1096, "bg": 1170 }, + "fg": [ { "weight": 1, "sprite": 1089 }, { "weight": 1, "sprite": 1088 } ], + "bg": 1172 + }, + { "id": "mon_cat_kitten", "fg": 1078, "bg": 1172 }, + { "id": "mon_cat_bengal_kitten", "fg": 1057, "bg": 1172 }, + { "id": "mon_cat_calico_kitten", "fg": 1060, "bg": 1172 }, + { "id": "mon_cat_chonker_kitten", "fg": 1063, "bg": 1172 }, + { "id": "mon_cat_devon_rex_kitten", "fg": 1066, "bg": 1172 }, + { "id": "mon_cat_longhair_kitten", "fg": 1069, "bg": 1172 }, + { "id": "mon_cat_maine_coon_kitten", "fg": 1072, "bg": 1172 }, + { "id": "mon_cat_persian_kitten", "fg": 1075, "bg": 1172 }, + { "id": "mon_cat_siamese_kitten", "fg": 1081, "bg": 1172 }, + { "id": "mon_cat_sphynx_kitten", "fg": 1084, "bg": 1172 }, + { "id": "mon_cat_tabby_kitten", "fg": 1087, "bg": 1172 }, + { "id": "mon_coyote", "fg": 1090, "bg": 1171 }, + { "id": "mon_coyote_wolf", "fg": 1091, "bg": 1171 }, + { "id": "mon_dog", "fg": 1092, "bg": 1171 }, + { "id": "mon_dog_skeleton", "fg": 1097, "bg": 1171 }, { "id": "mon_zombie_dog", - "fg": [ { "weight": 1, "sprite": 1097 }, { "weight": 1, "sprite": 1098 } ], - "bg": 1170 - }, - { "id": "mon_dog_beagle", "fg": 1092, "bg": 1171 }, - { "id": "mon_dog_gshepherd", "fg": 1095, "bg": 1170 }, - { "id": "mon_dog_boxer", "fg": 1093, "bg": 1170 }, - { "id": "mon_dog_dachshund", "fg": 1094, "bg": 1170 }, - { "id": "mon_fish_tiny", "fg": 1102 }, - { "id": "mon_fish_small", "fg": 1101 }, - { "id": "mon_fish_medium", "fg": 1100 }, - { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 1099 }, - { "id": "mon_sewer_fish", "fg": 1103 }, - { "id": "mon_goose_canadian", "fg": 1104, "bg": 1171 }, + "fg": [ { "weight": 1, "sprite": 1098 }, { "weight": 1, "sprite": 1099 } ], + "bg": 1171 + }, + { "id": "mon_dog_beagle", "fg": 1093, "bg": 1172 }, + { "id": "mon_dog_gshepherd", "fg": 1096, "bg": 1171 }, + { "id": "mon_dog_boxer", "fg": 1094, "bg": 1171 }, + { "id": "mon_dog_dachshund", "fg": 1095, "bg": 1171 }, + { "id": "mon_fish_tiny", "fg": 1103 }, + { "id": "mon_fish_small", "fg": 1102 }, + { "id": "mon_fish_medium", "fg": 1101 }, + { "id": [ "mon_fish_large", "mon_fish_huge" ], "fg": 1100 }, + { "id": "mon_sewer_fish", "fg": 1104 }, + { "id": "mon_goose_canadian", "fg": 1105, "bg": 1172 }, { "id": "mon_pig", - "fg": [ { "weight": 8, "sprite": 1107 }, { "weight": 3, "sprite": 1105 }, { "weight": 1, "sprite": 1106 } ], - "bg": 1170 - }, - { "id": "mon_pig_piglet", "fg": 1108, "bg": 1171 }, - { "id": "mon_mink", "fg": 1109, "bg": 1171 }, - { "id": "mon_duck_chick", "fg": 1110, "bg": 1171 }, - { "id": "mon_goose_canadian_chick", "fg": 1111, "bg": 1171 }, - { "id": "mon_cockatrice_chick", "fg": 1113, "bg": 1171 }, - { "id": "mon_cockatrice", "fg": 1112, "bg": 1171 }, - { "id": "mon_sewer_rat", "fg": 1114, "bg": 1171 }, - { "id": "mon_bear_cub", "fg": 1115, "bg": 1171 }, - { "id": [ "mon_fox", "mon_fox_red", "mon_fox_gray" ], "fg": 1116, "bg": 1170 }, - { "id": "mon_wolf", "fg": 1117, "bg": 1170 }, - { "id": "mon_rattlesnake_giant", "fg": 1119, "bg": 1170 }, - { "id": "mon_rattlesnake", "fg": 1118, "bg": 1171 }, - { "id": "mon_sewer_snake", "fg": 1120, "bg": 1171 }, - { "id": "mon_chipmunk", "fg": 1125, "bg": 1171 }, - { "id": "mon_groundhog", "fg": 1127, "bg": 1171 }, - { "id": "mon_lemming", "fg": 1121, "bg": 1122 }, - { "id": "mon_beaver", "fg": 1123, "bg": 1171 }, - { "id": "mon_black_rat", "fg": 1124, "bg": 1171 }, - { "id": "mon_deer_mouse", "fg": 1126, "bg": 1171 }, - { "id": "mon_muskrat", "fg": 1128, "bg": 1171 }, - { "id": "mon_otter", "fg": 1130, "bg": 1171 }, - { "id": "mon_rabbit", "fg": 1131, "bg": 1171 }, - { "id": "mon_squirrel", "fg": 1132, "bg": 1171 }, - { "id": "mon_squirrel_red", "fg": 1133, "bg": 1171 }, - { "id": "mon_opossum", "fg": 1129, "bg": 1171 }, - { "id": "mon_centipede_giant", "fg": 1134, "bg": 1170 }, - { "id": "mon_dragonfly", "fg": 1135, "bg": 1171 }, - { "id": "mon_locust", "fg": 1136, "bg": 1170 }, - { "id": "mon_locust_nymph", "fg": 1137, "bg": 1171 }, - { "id": "mon_mosquito", "fg": 1138, "bg": 1171 }, - { "id": "mon_ant", "fg": 1143, "bg": 1170 }, - { "id": "mon_ant_acid", "fg": 1144, "bg": 1170 }, - { "id": "corpse_mon_ant", "fg": 1139 }, - { "id": "corpse_mon_ant_acid", "fg": 1140 }, - { "id": "mon_ant_larva", "fg": 1146, "bg": 1171 }, - { "id": "mon_ant_acid_larva", "fg": 1145, "bg": 1171 }, - { "id": "corpse_mon_ant_larva", "fg": 1142 }, - { "id": "corpse_mon_ant_acid_larva", "fg": 1141 }, - { "id": "mon_dermatik_larva", "fg": 1147, "bg": 1171 }, - { "id": "mon_wasp_small", "fg": 1148, "bg": 1171 }, - { "id": "mon_giant_cockroach", "fg": 1149, "bg": 1170 }, - { "id": "mon_giant_cockroach_nymph", "fg": 1150, "bg": 1171 }, - { "id": "mon_plague_nymph", "fg": 1151, "bg": 1171 }, - { "id": "mon_plague_vector", "fg": 1152, "bg": 1170 }, - { "id": "mon_pregnant_giant_cockroach", "fg": 1153, "bg": 1170 }, - { "id": "mon_skittering_plague", "fg": 1154, "bg": 1170 }, - { "id": "mon_eyebot", "fg": 1156, "bg": 1171 }, - { "id": "mon_kreck", "fg": 1159, "bg": 1170 }, - { "id": "mon_blob", "fg": 1160, "bg": 1170 }, - { - "id": "mon_blob_small", - "fg": [ { "weight": 1, "sprite": 1161 }, { "weight": 1, "sprite": 1162 } ], + "fg": [ { "weight": 8, "sprite": 1108 }, { "weight": 3, "sprite": 1106 }, { "weight": 1, "sprite": 1107 } ], "bg": 1171 }, - { "id": "mon_spawn_raptor", "fg": 1163, "bg": 1170 }, - { "id": "mon_zolf", "fg": 1164, "bg": 1170 }, - { "id": "mon_zombeaver", "fg": 1165, "bg": 1171 }, - { "id": "mon_zombie_pig", "fg": 1166, "bg": 1170 }, - { "id": "mon_crow_mutant_small", "fg": 1167, "bg": 1170 }, - { "id": "mon_dog_rottweiler", "fg": 1168, "bg": 1170 }, - { "id": "mon_dog_zombie_rot", "fg": 1169, "bg": 1170 }, - { "id": "mon_skitterbot", "fg": 1172, "bg": 1170 }, - { "id": "mon_dog_zombie_cop", "fg": 1173, "bg": 1170 }, + { "id": "mon_pig_piglet", "fg": 1109, "bg": 1172 }, + { "id": "mon_mink", "fg": 1110, "bg": 1172 }, + { "id": "mon_duck_chick", "fg": 1111, "bg": 1172 }, + { "id": "mon_goose_canadian_chick", "fg": 1112, "bg": 1172 }, + { "id": "mon_cockatrice_chick", "fg": 1114, "bg": 1172 }, + { "id": "mon_cockatrice", "fg": 1113, "bg": 1172 }, + { "id": "mon_sewer_rat", "fg": 1115, "bg": 1172 }, + { "id": "mon_bear_cub", "fg": 1116, "bg": 1172 }, + { "id": [ "mon_fox", "mon_fox_red", "mon_fox_gray" ], "fg": 1117, "bg": 1171 }, + { "id": "mon_wolf", "fg": 1118, "bg": 1171 }, + { "id": "mon_rattlesnake_giant", "fg": 1120, "bg": 1171 }, + { "id": "mon_rattlesnake", "fg": 1119, "bg": 1172 }, + { "id": "mon_sewer_snake", "fg": 1121, "bg": 1172 }, + { "id": "mon_chipmunk", "fg": 1126, "bg": 1172 }, + { "id": "mon_groundhog", "fg": 1128, "bg": 1172 }, + { "id": "mon_lemming", "fg": 1122, "bg": 1123 }, + { "id": "mon_beaver", "fg": 1124, "bg": 1172 }, + { "id": "mon_black_rat", "fg": 1125, "bg": 1172 }, + { "id": "mon_deer_mouse", "fg": 1127, "bg": 1172 }, + { "id": "mon_muskrat", "fg": 1129, "bg": 1172 }, + { "id": "mon_otter", "fg": 1131, "bg": 1172 }, + { "id": "mon_rabbit", "fg": 1132, "bg": 1172 }, + { "id": "mon_squirrel", "fg": 1133, "bg": 1172 }, + { "id": "mon_squirrel_red", "fg": 1134, "bg": 1172 }, + { "id": "mon_opossum", "fg": 1130, "bg": 1172 }, + { "id": "mon_centipede_giant", "fg": 1135, "bg": 1171 }, + { "id": "mon_dragonfly", "fg": 1136, "bg": 1172 }, + { "id": "mon_locust", "fg": 1137, "bg": 1171 }, + { "id": "mon_locust_nymph", "fg": 1138, "bg": 1172 }, + { "id": "mon_mosquito", "fg": 1139, "bg": 1172 }, + { "id": "mon_ant", "fg": 1144, "bg": 1171 }, + { "id": "mon_ant_acid", "fg": 1145, "bg": 1171 }, + { "id": "corpse_mon_ant", "fg": 1140 }, + { "id": "corpse_mon_ant_acid", "fg": 1141 }, + { "id": "mon_ant_larva", "fg": 1147, "bg": 1172 }, + { "id": "mon_ant_acid_larva", "fg": 1146, "bg": 1172 }, + { "id": "corpse_mon_ant_larva", "fg": 1143 }, + { "id": "corpse_mon_ant_acid_larva", "fg": 1142 }, + { "id": "mon_dermatik_larva", "fg": 1148, "bg": 1172 }, + { "id": "mon_wasp_small", "fg": 1149, "bg": 1172 }, + { "id": "mon_giant_cockroach", "fg": 1150, "bg": 1171 }, + { "id": "mon_giant_cockroach_nymph", "fg": 1151, "bg": 1172 }, + { "id": "mon_plague_nymph", "fg": 1152, "bg": 1172 }, + { "id": "mon_plague_vector", "fg": 1153, "bg": 1171 }, + { "id": "mon_pregnant_giant_cockroach", "fg": 1154, "bg": 1171 }, + { "id": "mon_skittering_plague", "fg": 1155, "bg": 1171 }, + { "id": "mon_eyebot", "fg": 1157, "bg": 1172 }, + { "id": "mon_kreck", "fg": 1160, "bg": 1171 }, + { "id": "mon_blob", "fg": 1161, "bg": 1171 }, + { + "id": "mon_blob_small", + "fg": [ { "weight": 1, "sprite": 1162 }, { "weight": 1, "sprite": 1163 } ], + "bg": 1172 + }, + { "id": "mon_spawn_raptor", "fg": 1164, "bg": 1171 }, + { "id": "mon_zolf", "fg": 1165, "bg": 1171 }, + { "id": "mon_zombeaver", "fg": 1166, "bg": 1172 }, + { "id": "mon_zombie_pig", "fg": 1167, "bg": 1171 }, + { "id": "mon_crow_mutant_small", "fg": 1168, "bg": 1171 }, + { "id": "mon_dog_rottweiler", "fg": 1169, "bg": 1171 }, + { "id": "mon_dog_zombie_rot", "fg": 1170, "bg": 1171 }, + { "id": "mon_skitterbot", "fg": 1173, "bg": 1171 }, + { "id": "mon_dog_zombie_cop", "fg": 1174, "bg": 1171 }, { "id": "mon_zombie_child", "fg": [ - { "weight": 1, "sprite": 1176 }, - { "weight": 1, "sprite": 1178 }, - { "weight": 5, "sprite": 1177 }, - { "weight": 5, "sprite": 1179 } + { "weight": 1, "sprite": 1177 }, + { "weight": 1, "sprite": 1179 }, + { "weight": 5, "sprite": 1178 }, + { "weight": 5, "sprite": 1180 } ], - "bg": 1171 + "bg": 1172 }, - { "id": "mon_zombie_anklebiter", "fg": 1175, "bg": 1171 }, - { "id": "mon_zombie_creepy", "fg": 1180, "bg": 1171 }, - { "id": "mon_zombie_shriekling", "fg": 1181, "bg": 1171 }, - { "id": "mon_zombie_snotgobbler", "fg": 1182, "bg": 1171 }, - { "id": "mon_zombie_sproglodyte", "fg": 1183, "bg": 1171 }, - { "id": "mon_zombie_waif", "fg": 1174, "bg": 1171 }, - { "id": "lighting_lowlight_dark", "fg": 1189 }, - { "id": "lighting_boomered_dark", "fg": 1184 }, + { "id": "mon_zombie_anklebiter", "fg": 1176, "bg": 1172 }, + { "id": "mon_zombie_creepy", "fg": 1181, "bg": 1172 }, + { "id": "mon_zombie_shriekling", "fg": 1182, "bg": 1172 }, + { "id": "mon_zombie_snotgobbler", "fg": 1183, "bg": 1172 }, + { "id": "mon_zombie_sproglodyte", "fg": 1184, "bg": 1172 }, + { "id": "mon_zombie_waif", "fg": 1175, "bg": 1172 }, + { "id": "lighting_lowlight_dark", "fg": 1190 }, + { "id": "lighting_boomered_dark", "fg": 1185 }, { "id": "lighting_hidden", "fg": [ - { "weight": 100, "sprite": 1185 }, { "weight": 100, "sprite": 1186 }, { "weight": 100, "sprite": 1187 }, - { "weight": 100, "sprite": 1188 } - ] - }, - { "id": "footstep", "fg": 1190 }, - { "id": "animation_hit", "fg": 1205 }, - { "id": "cursor", "fg": 1207 }, - { "id": "highlight", "fg": 1209 }, - { "id": "highlight_item", "fg": 1210 }, - { "id": "line_target", "fg": 1208 }, - { "id": "line_trail", "fg": 1211 }, - { "id": "animation_line", "fg": 1206 }, - { "id": "overlay_effect_bleed", "fg": 1212 }, - { "id": "overlay_effect_deaf", "fg": 1214 }, - { "id": "overlay_effect_downed", "fg": 1215 }, - { "id": "overlay_effect_grabbed", "fg": 1216 }, - { "id": "overlay_effect_winded", "fg": 1218 }, - { "id": "overlay_effect_hot", "fg": 1217 }, - { "id": "overlay_effect_cold", "fg": 1213 }, - { "id": [ "overlay_male_crouch", "overlay_female_crouch" ], "fg": 1221 }, - { "id": [ "overlay_male_run", "overlay_female_run" ], "fg": 1222 }, - { "id": "overlay_hostile_sees_player", "fg": 1220 }, - { "id": "overlay_neutral_sees_player", "fg": 1223 }, - { "id": "overlay_friendly_sees_player", "fg": 1219 }, - { "id": "overlay_other_sees_player", "fg": 1224 }, - { "id": "zombie_revival_indicator", "fg": 1225 }, - { "id": "generic_city_building", "fg": 1226, "bg": 1730 }, + { "weight": 100, "sprite": 1188 }, + { "weight": 100, "sprite": 1189 } + ] + }, + { "id": "footstep", "fg": 1191 }, + { "id": "animation_hit", "fg": 1206 }, + { "id": "cursor", "fg": 1208 }, + { "id": "highlight", "fg": 1210 }, + { "id": "highlight_item", "fg": 1211 }, + { "id": "line_target", "fg": 1209 }, + { "id": "line_trail", "fg": 1212 }, + { "id": "animation_line", "fg": 1207 }, + { "id": "overlay_effect_bleed", "fg": 1213 }, + { "id": "overlay_effect_deaf", "fg": 1215 }, + { "id": "overlay_effect_downed", "fg": 1216 }, + { "id": "overlay_effect_grabbed", "fg": 1217 }, + { "id": "overlay_effect_winded", "fg": 1219 }, + { "id": "overlay_effect_hot", "fg": 1218 }, + { "id": "overlay_effect_cold", "fg": 1214 }, + { "id": [ "overlay_male_crouch", "overlay_female_crouch" ], "fg": 1222 }, + { "id": [ "overlay_male_run", "overlay_female_run" ], "fg": 1223 }, + { "id": "overlay_hostile_sees_player", "fg": 1221 }, + { "id": "overlay_neutral_sees_player", "fg": 1224 }, + { "id": "overlay_friendly_sees_player", "fg": 1220 }, + { "id": "overlay_other_sees_player", "fg": 1225 }, + { "id": "zombie_revival_indicator", "fg": 1226 }, + { "id": "generic_city_building", "fg": 1227, "bg": 1731 }, { "id": [ "abstorefront_1", @@ -1319,12 +1321,12 @@ "s_sports", "veterinarian" ], - "fg": 1226, - "bg": 1730 + "fg": 1227, + "bg": 1731 }, - { "id": "forest_water", "fg": 2390, "bg": 2656 }, - { "id": "forest", "fg": 2390, "bg": 1729 }, - { "id": "forest_thick", "fg": 2297, "bg": 1976 }, + { "id": "forest_water", "fg": 2391, "bg": 2657 }, + { "id": "forest", "fg": 2391, "bg": 1730 }, + { "id": "forest_thick", "fg": 2298, "bg": 1977 }, { "id": [ "road_ne", @@ -1344,7 +1346,7 @@ "road_end_west", "road_end_east" ], - "fg": 2046 + "fg": 2047 }, { "id": [ @@ -1362,14 +1364,14 @@ "river_c_not_se", "river_c_not_ne" ], - "fg": 2622 + "fg": 2623 }, - { "id": "river_center", "fg": 2605 }, - { "id": "field", "fg": 1744, "bg": 1729 }, + { "id": "river_center", "fg": 2606 }, + { "id": "field", "fg": 1745, "bg": 1730 }, { "id": [ "shelter", "shelter_1", "shelter_2", "shelter_vandal", "shelter_1_vandal", "shelter_2_vandal" ], - "fg": [ 1228, 1227, 1229, 1230 ], - "bg": 1730, + "fg": [ 1229, 1228, 1230, 1231 ], + "bg": 1731, "rotates": true }, { @@ -1592,2306 +1594,2306 @@ "urban_13_11", "urban_13_12" ], - "fg": [ 1232, 1231, 1233, 1234 ], - "bg": 1730, + "fg": [ 1233, 1232, 1234, 1235 ], + "bg": 1731, "rotates": true }, { "id": "f_earthbag_half", "multitile": true, - "fg": 1250, - "bg": 1729, + "fg": 1251, + "bg": 1730, "additional_tiles": [ - { "id": "center", "fg": 1235 }, - { "id": "corner", "fg": [ 1237, 1239, 1238, 1236 ] }, - { "id": "t_connection", "fg": [ 1247, 1249, 1248, 1246 ] }, - { "id": "edge", "fg": [ 1241, 1240 ] }, - { "id": "end_piece", "fg": [ 1243, 1245, 1244, 1242 ] }, - { "id": "unconnected", "fg": [ 1250, 1250 ] } + { "id": "center", "fg": 1236 }, + { "id": "corner", "fg": [ 1238, 1240, 1239, 1237 ] }, + { "id": "t_connection", "fg": [ 1248, 1250, 1249, 1247 ] }, + { "id": "edge", "fg": [ 1242, 1241 ] }, + { "id": "end_piece", "fg": [ 1244, 1246, 1245, 1243 ] }, + { "id": "unconnected", "fg": [ 1251, 1251 ] } ] }, - { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 2027 }, - { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 2338 }, + { "id": [ "t_ramp_up_low", "t_ramp_down_low" ], "fg": 2028 }, + { "id": [ "t_sidewalk_ramp_up_low", "t_sidewalk_ramp_down_low" ], "fg": 2339 }, { "id": "t_splitrail_fence", "multitile": true, - "fg": 1292, - "bg": 1729, + "fg": 1293, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1277 }, - { "id": "corner", "bg": 1729, "fg": [ 1279, 1281, 1280, 1278 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1289, 1291, 1290, 1288 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1283, 1282 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1285, 1287, 1286, 1284 ] }, - { "bg": 1729, "id": "unconnected", "fg": [ 1292, 1292 ] } + { "id": "center", "bg": 1730, "fg": 1278 }, + { "id": "corner", "bg": 1730, "fg": [ 1280, 1282, 1281, 1279 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1290, 1292, 1291, 1289 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1284, 1283 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1286, 1288, 1287, 1285 ] }, + { "bg": 1730, "id": "unconnected", "fg": [ 1293, 1293 ] } ] }, { "id": "t_splitrail_fence_season_summer", "multitile": true, - "fg": 1292, - "bg": 1739, + "fg": 1293, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1277 }, - { "id": "corner", "bg": 1739, "fg": [ 1279, 1281, 1280, 1278 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1289, 1291, 1290, 1288 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1283, 1282 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1285, 1287, 1286, 1284 ] }, - { "bg": 1739, "id": "unconnected", "fg": [ 1292, 1292 ] } + { "id": "center", "bg": 1740, "fg": 1278 }, + { "id": "corner", "bg": 1740, "fg": [ 1280, 1282, 1281, 1279 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1290, 1292, 1291, 1289 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1284, 1283 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1286, 1288, 1287, 1285 ] }, + { "bg": 1740, "id": "unconnected", "fg": [ 1293, 1293 ] } ] }, { "id": "t_splitrail_fence_season_autumn", "multitile": true, - "fg": 1292, - "bg": 1734, + "fg": 1293, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1277 }, - { "id": "corner", "bg": 1734, "fg": [ 1279, 1281, 1280, 1278 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1289, 1291, 1290, 1288 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1283, 1282 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1285, 1287, 1286, 1284 ] }, - { "bg": 1734, "id": "unconnected", "fg": [ 1292, 1292 ] } + { "id": "center", "bg": 1735, "fg": 1278 }, + { "id": "corner", "bg": 1735, "fg": [ 1280, 1282, 1281, 1279 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1290, 1292, 1291, 1289 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1284, 1283 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1286, 1288, 1287, 1285 ] }, + { "bg": 1735, "id": "unconnected", "fg": [ 1293, 1293 ] } ] }, { "id": "t_splitrail_fence_season_winter", "multitile": true, - "fg": 1292, - "bg": 1258, + "fg": 1293, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1277 }, - { "id": "corner", "bg": 1258, "fg": [ 1279, 1281, 1280, 1278 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1289, 1291, 1290, 1288 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1283, 1282 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1285, 1287, 1286, 1284 ] }, - { "bg": 1258, "id": "unconnected", "fg": [ 1292, 1292 ] } + { "id": "center", "bg": 1259, "fg": 1278 }, + { "id": "corner", "bg": 1259, "fg": [ 1280, 1282, 1281, 1279 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1290, 1292, 1291, 1289 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1284, 1283 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1286, 1288, 1287, 1285 ] }, + { "bg": 1259, "id": "unconnected", "fg": [ 1293, 1293 ] } ] }, - { "id": "t_stairs_down", "fg": 1293 }, - { "id": "t_wood_stairs_down", "fg": 1294 }, + { "id": "t_stairs_down", "fg": 1294 }, + { "id": "t_wood_stairs_down", "fg": 1295 }, { "id": "t_adobe_brick_wall", "multitile": true, - "fg": 1310, + "fg": 1311, "additional_tiles": [ - { "id": "center", "fg": 1295 }, - { "id": "corner", "fg": [ 1297, 1299, 1298, 1296 ] }, - { "id": "t_connection", "fg": [ 1307, 1309, 1308, 1306 ] }, - { "id": "edge", "fg": [ 1301, 1300 ] }, - { "id": "end_piece", "fg": [ 1303, 1305, 1304, 1302 ] }, - { "id": "unconnected", "fg": [ 1310, 1310 ] } + { "id": "center", "fg": 1296 }, + { "id": "corner", "fg": [ 1298, 1300, 1299, 1297 ] }, + { "id": "t_connection", "fg": [ 1308, 1310, 1309, 1307 ] }, + { "id": "edge", "fg": [ 1302, 1301 ] }, + { "id": "end_piece", "fg": [ 1304, 1306, 1305, 1303 ] }, + { "id": "unconnected", "fg": [ 1311, 1311 ] } ] }, - { "id": "t_bars", "fg": 1311 }, + { "id": "t_bars", "fg": 1312 }, { "id": "t_brick_wall", "multitile": true, - "fg": 1327, + "fg": 1328, "additional_tiles": [ - { "id": "center", "fg": 1312 }, - { "id": "corner", "fg": [ 1314, 1316, 1315, 1313 ] }, - { "id": "t_connection", "fg": [ 1324, 1326, 1325, 1323 ] }, - { "id": "edge", "fg": [ 1318, 1317 ] }, - { "id": "end_piece", "fg": [ 1320, 1322, 1321, 1319 ] }, - { "id": "unconnected", "fg": 1327 } + { "id": "center", "fg": 1313 }, + { "id": "corner", "fg": [ 1315, 1317, 1316, 1314 ] }, + { "id": "t_connection", "fg": [ 1325, 1327, 1326, 1324 ] }, + { "id": "edge", "fg": [ 1319, 1318 ] }, + { "id": "end_piece", "fg": [ 1321, 1323, 1322, 1320 ] }, + { "id": "unconnected", "fg": 1328 } ] }, { "id": "t_bridge", "multitile": true, - "fg": 1343, + "fg": 1344, "additional_tiles": [ - { "id": "center", "fg": 1328 }, - { "id": "corner", "fg": [ 1330, 1332, 1331, 1329 ] }, - { "id": "t_connection", "fg": [ 1340, 1342, 1341, 1339 ] }, - { "id": "edge", "fg": [ 1334, 1333 ] }, - { "id": "end_piece", "fg": [ 1336, 1338, 1337, 1335 ] }, - { "id": "unconnected", "fg": [ 1343, 1343 ] } + { "id": "center", "fg": 1329 }, + { "id": "corner", "fg": [ 1331, 1333, 1332, 1330 ] }, + { "id": "t_connection", "fg": [ 1341, 1343, 1342, 1340 ] }, + { "id": "edge", "fg": [ 1335, 1334 ] }, + { "id": "end_piece", "fg": [ 1337, 1339, 1338, 1336 ] }, + { "id": "unconnected", "fg": [ 1344, 1344 ] } ] }, { "id": "t_carpet_green", "multitile": true, - "fg": 1362, + "fg": 1363, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 1344 }, { "weight": 1, "sprite": 1345 }, { "weight": 1, "sprite": 1346 }, - { "weight": 1, "sprite": 1347 } + { "weight": 1, "sprite": 1347 }, + { "weight": 1, "sprite": 1348 } ] }, - { "id": "corner", "fg": [ 1349, 1351, 1350, 1348 ] }, - { "id": "t_connection", "fg": [ 1359, 1361, 1360, 1358 ] }, - { "id": "edge", "fg": [ 1353, 1352 ] }, - { "id": "end_piece", "fg": [ 1355, 1357, 1356, 1354 ] }, - { "id": "unconnected", "fg": 1362 } + { "id": "corner", "fg": [ 1350, 1352, 1351, 1349 ] }, + { "id": "t_connection", "fg": [ 1360, 1362, 1361, 1359 ] }, + { "id": "edge", "fg": [ 1354, 1353 ] }, + { "id": "end_piece", "fg": [ 1356, 1358, 1357, 1355 ] }, + { "id": "unconnected", "fg": 1363 } ] }, { "id": "t_carpet_purple", "multitile": true, - "fg": 1381, + "fg": 1382, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 1363 }, { "weight": 1, "sprite": 1364 }, { "weight": 1, "sprite": 1365 }, - { "weight": 1, "sprite": 1366 } + { "weight": 1, "sprite": 1366 }, + { "weight": 1, "sprite": 1367 } ] }, - { "id": "corner", "fg": [ 1368, 1370, 1369, 1367 ] }, - { "id": "t_connection", "fg": [ 1378, 1380, 1379, 1377 ] }, - { "id": "edge", "fg": [ 1372, 1371 ] }, - { "id": "end_piece", "fg": [ 1374, 1376, 1375, 1373 ] }, - { "id": "unconnected", "fg": 1381 } + { "id": "corner", "fg": [ 1369, 1371, 1370, 1368 ] }, + { "id": "t_connection", "fg": [ 1379, 1381, 1380, 1378 ] }, + { "id": "edge", "fg": [ 1373, 1372 ] }, + { "id": "end_piece", "fg": [ 1375, 1377, 1376, 1374 ] }, + { "id": "unconnected", "fg": 1382 } ] }, { "id": "t_carpet_red", "multitile": true, - "fg": 1397, + "fg": 1398, "additional_tiles": [ - { "id": "center", "fg": 1382 }, - { "id": "corner", "fg": [ 1384, 1386, 1385, 1383 ] }, - { "id": "t_connection", "fg": [ 1394, 1396, 1395, 1393 ] }, - { "id": "edge", "fg": [ 1388, 1387 ] }, - { "id": "end_piece", "fg": [ 1390, 1392, 1391, 1389 ] }, - { "id": "unconnected", "fg": 1397 } + { "id": "center", "fg": 1383 }, + { "id": "corner", "fg": [ 1385, 1387, 1386, 1384 ] }, + { "id": "t_connection", "fg": [ 1395, 1397, 1396, 1394 ] }, + { "id": "edge", "fg": [ 1389, 1388 ] }, + { "id": "end_piece", "fg": [ 1391, 1393, 1392, 1390 ] }, + { "id": "unconnected", "fg": 1398 } ] }, { "id": "t_carpet_yellow", "multitile": true, - "fg": 1413, + "fg": 1414, "additional_tiles": [ - { "id": "center", "fg": 1398 }, - { "id": "corner", "fg": [ 1400, 1402, 1401, 1399 ] }, - { "id": "t_connection", "fg": [ 1410, 1412, 1411, 1409 ] }, - { "id": "edge", "fg": [ 1404, 1403 ] }, - { "id": "end_piece", "fg": [ 1406, 1408, 1407, 1405 ] }, - { "id": "unconnected", "fg": 1413 } + { "id": "center", "fg": 1399 }, + { "id": "corner", "fg": [ 1401, 1403, 1402, 1400 ] }, + { "id": "t_connection", "fg": [ 1411, 1413, 1412, 1410 ] }, + { "id": "edge", "fg": [ 1405, 1404 ] }, + { "id": "end_piece", "fg": [ 1407, 1409, 1408, 1406 ] }, + { "id": "unconnected", "fg": 1414 } ] }, { "id": "t_clay", "multitile": true, - "fg": 1429, - "bg": 1729, + "fg": 1430, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1414 }, - { "id": "corner", "bg": 1729, "fg": [ 1416, 1418, 1417, 1415 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1426, 1428, 1427, 1425 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1420, 1419 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1422, 1424, 1423, 1421 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1429 } + { "id": "center", "bg": 1730, "fg": 1415 }, + { "id": "corner", "bg": 1730, "fg": [ 1417, 1419, 1418, 1416 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1427, 1429, 1428, 1426 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1421, 1420 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1423, 1425, 1424, 1422 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1430 } ] }, { "id": "t_clay_season_summer", "multitile": true, - "fg": 1429, - "bg": 1739, + "fg": 1430, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1414 }, - { "id": "corner", "bg": 1739, "fg": [ 1416, 1418, 1417, 1415 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1426, 1428, 1427, 1425 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1420, 1419 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1422, 1424, 1423, 1421 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1429 } + { "id": "center", "bg": 1740, "fg": 1415 }, + { "id": "corner", "bg": 1740, "fg": [ 1417, 1419, 1418, 1416 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1427, 1429, 1428, 1426 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1421, 1420 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1423, 1425, 1424, 1422 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1430 } ] }, { "id": "t_clay_season_autumn", "multitile": true, - "fg": 1429, - "bg": 1734, + "fg": 1430, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1414 }, - { "id": "corner", "bg": 1734, "fg": [ 1416, 1418, 1417, 1415 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1426, 1428, 1427, 1425 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1420, 1419 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1422, 1424, 1423, 1421 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1429 } + { "id": "center", "bg": 1735, "fg": 1415 }, + { "id": "corner", "bg": 1735, "fg": [ 1417, 1419, 1418, 1416 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1427, 1429, 1428, 1426 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1421, 1420 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1423, 1425, 1424, 1422 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1430 } ] }, { "id": "t_clay_season_winter", "multitile": true, - "fg": 1429, - "bg": 1258, + "fg": 1430, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1414 }, - { "id": "corner", "bg": 1258, "fg": [ 1416, 1418, 1417, 1415 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1426, 1428, 1427, 1425 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1420, 1419 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1422, 1424, 1423, 1421 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1429 } + { "id": "center", "bg": 1259, "fg": 1415 }, + { "id": "corner", "bg": 1259, "fg": [ 1417, 1419, 1418, 1416 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1427, 1429, 1428, 1426 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1421, 1420 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1423, 1425, 1424, 1422 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1430 } ] }, { "id": "t_concrete", "multitile": true, - "fg": 1445, + "fg": 1446, "additional_tiles": [ - { "id": "center", "fg": 1430 }, - { "id": "corner", "fg": [ 1432, 1434, 1433, 1431 ] }, - { "id": "t_connection", "fg": [ 1442, 1444, 1443, 1441 ] }, - { "id": "edge", "fg": [ 1436, 1435 ] }, - { "id": "end_piece", "fg": [ 1438, 1440, 1439, 1437 ] }, - { "id": "unconnected", "fg": 1445 } + { "id": "center", "fg": 1431 }, + { "id": "corner", "fg": [ 1433, 1435, 1434, 1432 ] }, + { "id": "t_connection", "fg": [ 1443, 1445, 1444, 1442 ] }, + { "id": "edge", "fg": [ 1437, 1436 ] }, + { "id": "end_piece", "fg": [ 1439, 1441, 1440, 1438 ] }, + { "id": "unconnected", "fg": 1446 } ] }, - { "id": "t_concrete_season_winter", "fg": 1258 }, + { "id": "t_concrete_season_winter", "fg": 1259 }, { "id": "t_concrete_wall", "multitile": true, - "fg": 1461, + "fg": 1462, "additional_tiles": [ - { "id": "center", "fg": 1446 }, - { "id": "corner", "fg": [ 1448, 1450, 1449, 1447 ] }, - { "id": "t_connection", "fg": [ 1458, 1460, 1459, 1457 ] }, - { "id": "edge", "fg": [ 1452, 1451 ] }, - { "id": "end_piece", "fg": [ 1454, 1456, 1455, 1453 ] }, - { "id": "unconnected", "fg": 1461 } + { "id": "center", "fg": 1447 }, + { "id": "corner", "fg": [ 1449, 1451, 1450, 1448 ] }, + { "id": "t_connection", "fg": [ 1459, 1461, 1460, 1458 ] }, + { "id": "edge", "fg": [ 1453, 1452 ] }, + { "id": "end_piece", "fg": [ 1455, 1457, 1456, 1454 ] }, + { "id": "unconnected", "fg": 1462 } ] }, { "id": "t_conveyor", "multitile": true, - "fg": 1477, - "bg": 2374, + "fg": 1478, + "bg": 2375, "additional_tiles": [ - { "id": "center", "bg": 2374, "fg": 1462 }, - { "id": "corner", "bg": 2374, "fg": [ 1464, 1466, 1465, 1463 ] }, - { "id": "t_connection", "bg": 2374, "fg": [ 1474, 1476, 1475, 1473 ] }, - { "id": "edge", "bg": 2374, "fg": [ 1468, 1467 ] }, - { "id": "end_piece", "bg": 2374, "fg": [ 1470, 1472, 1471, 1469 ] }, - { "bg": 2374, "id": "unconnected", "fg": [ 1477, 1477 ] } + { "id": "center", "bg": 2375, "fg": 1463 }, + { "id": "corner", "bg": 2375, "fg": [ 1465, 1467, 1466, 1464 ] }, + { "id": "t_connection", "bg": 2375, "fg": [ 1475, 1477, 1476, 1474 ] }, + { "id": "edge", "bg": 2375, "fg": [ 1469, 1468 ] }, + { "id": "end_piece", "bg": 2375, "fg": [ 1471, 1473, 1472, 1470 ] }, + { "bg": 2375, "id": "unconnected", "fg": [ 1478, 1478 ] } ] }, - { "id": "t_curtains", "fg": 1478 }, + { "id": "t_curtains", "fg": 1479 }, { "id": "t_dirt", - "fg": 1497, + "fg": 1498, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 100, "sprite": 1479 }, { "weight": 100, "sprite": 1480 }, { "weight": 100, "sprite": 1481 }, - { "weight": 100, "sprite": 1482 } + { "weight": 100, "sprite": 1482 }, + { "weight": 100, "sprite": 1483 } ] }, - { "id": "corner", "fg": [ 1484, 1486, 1485, 1483 ] }, - { "id": "t_connection", "fg": [ 1494, 1496, 1495, 1493 ] }, - { "id": "edge", "fg": [ 1488, 1487 ] }, - { "id": "end_piece", "fg": [ 1490, 1492, 1491, 1489 ] }, - { "id": "unconnected", "fg": [ 1497, 1497 ] } + { "id": "corner", "fg": [ 1485, 1487, 1486, 1484 ] }, + { "id": "t_connection", "fg": [ 1495, 1497, 1496, 1494 ] }, + { "id": "edge", "fg": [ 1489, 1488 ] }, + { "id": "end_piece", "fg": [ 1491, 1493, 1492, 1490 ] }, + { "id": "unconnected", "fg": [ 1498, 1498 ] } ] }, { "id": "t_dirt_season_autumn", - "fg": 1516, + "fg": 1517, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 1498, 1499, 1500, 1501 ] }, - { "id": "corner", "fg": [ 1503, 1505, 1504, 1502 ] }, - { "id": "t_connection", "fg": [ 1513, 1515, 1514, 1512 ] }, - { "id": "edge", "fg": [ 1507, 1506 ] }, - { "id": "end_piece", "fg": [ 1509, 1511, 1510, 1508 ] }, - { "id": "unconnected", "fg": [ 1516, 1516 ] } + { "id": "center", "fg": [ 1499, 1500, 1501, 1502 ] }, + { "id": "corner", "fg": [ 1504, 1506, 1505, 1503 ] }, + { "id": "t_connection", "fg": [ 1514, 1516, 1515, 1513 ] }, + { "id": "edge", "fg": [ 1508, 1507 ] }, + { "id": "end_piece", "fg": [ 1510, 1512, 1511, 1509 ] }, + { "id": "unconnected", "fg": [ 1517, 1517 ] } ] }, { "id": "t_dirt_season_summer", - "fg": 1535, + "fg": 1536, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": [ 1517, 1518, 1519, 1520 ] }, - { "id": "corner", "fg": [ 1522, 1524, 1523, 1521 ] }, - { "id": "t_connection", "fg": [ 1532, 1534, 1533, 1531 ] }, - { "id": "edge", "fg": [ 1526, 1525 ] }, - { "id": "end_piece", "fg": [ 1528, 1530, 1529, 1527 ] }, - { "id": "unconnected", "fg": [ 1535, 1535 ] } + { "id": "center", "fg": [ 1518, 1519, 1520, 1521 ] }, + { "id": "corner", "fg": [ 1523, 1525, 1524, 1522 ] }, + { "id": "t_connection", "fg": [ 1533, 1535, 1534, 1532 ] }, + { "id": "edge", "fg": [ 1527, 1526 ] }, + { "id": "end_piece", "fg": [ 1529, 1531, 1530, 1528 ] }, + { "id": "unconnected", "fg": [ 1536, 1536 ] } ] }, { "id": "t_dirt_season_winter", "fg": [ - { "weight": 100, "sprite": 1536 }, { "weight": 100, "sprite": 1537 }, { "weight": 100, "sprite": 1538 }, - { "weight": 100, "sprite": 1539 } + { "weight": 100, "sprite": 1539 }, + { "weight": 100, "sprite": 1540 } ] }, { "id": "t_dirtfloor", "multitile": true, - "fg": 1555, - "additional_tiles": [ - { "id": "center", "fg": 1540 }, - { "id": "corner", "fg": [ 1542, 1544, 1543, 1541 ] }, - { "id": "t_connection", "fg": [ 1552, 1554, 1553, 1551 ] }, - { "id": "edge", "fg": [ 1546, 1545 ] }, - { "id": "end_piece", "fg": [ 1548, 1550, 1549, 1547 ] }, - { "id": "unconnected", "fg": 1555 } - ] - }, - { "id": "t_door_c", "fg": 1557 }, - { "id": "t_door_locked", "fg": 1558 }, - { "id": "t_door_o", "fg": 1559 }, - { "id": "t_door_b", "fg": 1556 }, - { "id": "t_door_boarded", "fg": 1560 }, - { "id": "t_door_boarded_damaged", "fg": 1561 }, - { "id": "t_door_glass_c", "fg": 1562 }, - { "id": "t_door_glass_o", "fg": 1563 }, - { "id": "t_door_lab_c", "fg": 1564 }, - { "id": "t_door_lab_o", "fg": 1565 }, - { "id": "t_door_metal_c_peep", "fg": 1566 }, - { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 1567 }, - { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 1574 }, { "weight": 100, "sprite": 1575 } ] }, + "fg": 1556, + "additional_tiles": [ + { "id": "center", "fg": 1541 }, + { "id": "corner", "fg": [ 1543, 1545, 1544, 1542 ] }, + { "id": "t_connection", "fg": [ 1553, 1555, 1554, 1552 ] }, + { "id": "edge", "fg": [ 1547, 1546 ] }, + { "id": "end_piece", "fg": [ 1549, 1551, 1550, 1548 ] }, + { "id": "unconnected", "fg": 1556 } + ] + }, + { "id": "t_door_c", "fg": 1558 }, + { "id": "t_door_locked", "fg": 1559 }, + { "id": "t_door_o", "fg": 1560 }, + { "id": "t_door_b", "fg": 1557 }, + { "id": "t_door_boarded", "fg": 1561 }, + { "id": "t_door_boarded_damaged", "fg": 1562 }, + { "id": "t_door_glass_c", "fg": 1563 }, + { "id": "t_door_glass_o", "fg": 1564 }, + { "id": "t_door_lab_c", "fg": 1565 }, + { "id": "t_door_lab_o", "fg": 1566 }, + { "id": "t_door_metal_c_peep", "fg": 1567 }, + { "id": [ "t_door_metal_locked", "t_door_metal_pickable" ], "fg": 1568 }, + { "id": "t_elevator", "fg": [ { "weight": 100, "sprite": 1575 }, { "weight": 100, "sprite": 1576 } ] }, { "id": "t_fence_season_spring", "multitile": true, - "fg": 1591, - "bg": 1729, + "fg": 1592, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1576 }, - { "id": "corner", "bg": 1729, "fg": [ 1578, 1580, 1579, 1577 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1588, 1590, 1589, 1587 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1582, 1581 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1584, 1586, 1585, 1583 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1591 } + { "id": "center", "bg": 1730, "fg": 1577 }, + { "id": "corner", "bg": 1730, "fg": [ 1579, 1581, 1580, 1578 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1589, 1591, 1590, 1588 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1583, 1582 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1585, 1587, 1586, 1584 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1592 } ] }, { "id": "t_fence_season_summer", "multitile": true, - "fg": 1591, - "bg": 1739, + "fg": 1592, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1576 }, - { "id": "corner", "bg": 1739, "fg": [ 1578, 1580, 1579, 1577 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1588, 1590, 1589, 1587 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1582, 1581 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1584, 1586, 1585, 1583 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1591 } + { "id": "center", "bg": 1740, "fg": 1577 }, + { "id": "corner", "bg": 1740, "fg": [ 1579, 1581, 1580, 1578 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1589, 1591, 1590, 1588 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1583, 1582 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1585, 1587, 1586, 1584 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1592 } ] }, { "id": "t_fence_season_autumn", "multitile": true, - "fg": 1591, - "bg": 1734, + "fg": 1592, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1576 }, - { "id": "corner", "bg": 1734, "fg": [ 1578, 1580, 1579, 1577 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1588, 1590, 1589, 1587 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1582, 1581 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1584, 1586, 1585, 1583 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1591 } + { "id": "center", "bg": 1735, "fg": 1577 }, + { "id": "corner", "bg": 1735, "fg": [ 1579, 1581, 1580, 1578 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1589, 1591, 1590, 1588 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1583, 1582 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1585, 1587, 1586, 1584 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1592 } ] }, { "id": "t_fence_season_winter", "multitile": true, - "fg": 1591, - "bg": 1258, - "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1576 }, - { "id": "corner", "bg": 1258, "fg": [ 1578, 1580, 1579, 1577 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1588, 1590, 1589, 1587 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1582, 1581 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1584, 1586, 1585, 1583 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1591 } - ] - }, - { "id": "t_fencegate_c_season_spring", "fg": 1592, "bg": 1729 }, - { "id": "t_fencegate_c_season_summer", "fg": 1592, "bg": 1739 }, - { "id": "t_fencegate_c_season_autumn", "fg": 1592, "bg": 1734 }, - { "id": "t_fencegate_c_season_winter", "fg": 1592, "bg": 1258 }, - { "id": "t_fencegate_o_season_spring", "fg": 1593, "bg": 1729 }, - { "id": "t_fencegate_o_season_summer", "fg": 1593, "bg": 1739 }, - { "id": "t_fencegate_o_season_autumn", "fg": 1593, "bg": 1734 }, - { "id": "t_fencegate_o_season_winter", "fg": 1593, "bg": 1258 }, - { "id": "t_fence_post_season_spring", "fg": 1591, "bg": 1729 }, - { "id": "t_fence_post_season_summer", "fg": 1591, "bg": 1739 }, - { "id": "t_fence_post_season_autumn", "fg": 1591, "bg": 1734 }, - { "id": "t_fence_post_season_winter", "fg": 1591, "bg": 1258 }, + "fg": 1592, + "bg": 1259, + "additional_tiles": [ + { "id": "center", "bg": 1259, "fg": 1577 }, + { "id": "corner", "bg": 1259, "fg": [ 1579, 1581, 1580, 1578 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1589, 1591, 1590, 1588 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1583, 1582 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1585, 1587, 1586, 1584 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1592 } + ] + }, + { "id": "t_fencegate_c_season_spring", "fg": 1593, "bg": 1730 }, + { "id": "t_fencegate_c_season_summer", "fg": 1593, "bg": 1740 }, + { "id": "t_fencegate_c_season_autumn", "fg": 1593, "bg": 1735 }, + { "id": "t_fencegate_c_season_winter", "fg": 1593, "bg": 1259 }, + { "id": "t_fencegate_o_season_spring", "fg": 1594, "bg": 1730 }, + { "id": "t_fencegate_o_season_summer", "fg": 1594, "bg": 1740 }, + { "id": "t_fencegate_o_season_autumn", "fg": 1594, "bg": 1735 }, + { "id": "t_fencegate_o_season_winter", "fg": 1594, "bg": 1259 }, + { "id": "t_fence_post_season_spring", "fg": 1592, "bg": 1730 }, + { "id": "t_fence_post_season_summer", "fg": 1592, "bg": 1740 }, + { "id": "t_fence_post_season_autumn", "fg": 1592, "bg": 1735 }, + { "id": "t_fence_post_season_winter", "fg": 1592, "bg": 1259 }, { "id": "t_fence_barbed_season_spring", "multitile": true, - "fg": 1609, - "bg": 1729, + "fg": 1610, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1594 }, - { "id": "corner", "bg": 1729, "fg": [ 1596, 1598, 1597, 1595 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1606, 1608, 1607, 1605 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1600, 1599 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1602, 1604, 1603, 1601 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1609 } + { "id": "center", "bg": 1730, "fg": 1595 }, + { "id": "corner", "bg": 1730, "fg": [ 1597, 1599, 1598, 1596 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1607, 1609, 1608, 1606 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1601, 1600 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1603, 1605, 1604, 1602 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1610 } ] }, { "id": "t_fence_barbed_season_summer", "multitile": true, - "fg": 1609, - "bg": 1739, + "fg": 1610, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1594 }, - { "id": "corner", "bg": 1739, "fg": [ 1596, 1598, 1597, 1595 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1606, 1608, 1607, 1605 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1600, 1599 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1602, 1604, 1603, 1601 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1609 } + { "id": "center", "bg": 1740, "fg": 1595 }, + { "id": "corner", "bg": 1740, "fg": [ 1597, 1599, 1598, 1596 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1607, 1609, 1608, 1606 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1601, 1600 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1603, 1605, 1604, 1602 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1610 } ] }, { "id": "t_fence_barbed_season_autumn", "multitile": true, - "fg": 1609, - "bg": 1734, + "fg": 1610, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1594 }, - { "id": "corner", "bg": 1734, "fg": [ 1596, 1598, 1597, 1595 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1606, 1608, 1607, 1605 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1600, 1599 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1602, 1604, 1603, 1601 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1609 } + { "id": "center", "bg": 1735, "fg": 1595 }, + { "id": "corner", "bg": 1735, "fg": [ 1597, 1599, 1598, 1596 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1607, 1609, 1608, 1606 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1601, 1600 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1603, 1605, 1604, 1602 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1610 } ] }, { "id": "t_fence_barbed_season_winter", "multitile": true, - "fg": 1609, - "bg": 1258, + "fg": 1610, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1594 }, - { "id": "corner", "bg": 1258, "fg": [ 1596, 1598, 1597, 1595 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1606, 1608, 1607, 1605 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1600, 1599 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1602, 1604, 1603, 1601 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1609 } + { "id": "center", "bg": 1259, "fg": 1595 }, + { "id": "corner", "bg": 1259, "fg": [ 1597, 1599, 1598, 1596 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1607, 1609, 1608, 1606 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1601, 1600 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1603, 1605, 1604, 1602 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1610 } ] }, { "id": "t_fence_wire_season_spring", "multitile": true, - "fg": 1625, - "bg": 1729, + "fg": 1626, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1610 }, - { "id": "corner", "bg": 1729, "fg": [ 1612, 1614, 1613, 1611 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1622, 1624, 1623, 1621 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1616, 1615 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1618, 1620, 1619, 1617 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1625 } + { "id": "center", "bg": 1730, "fg": 1611 }, + { "id": "corner", "bg": 1730, "fg": [ 1613, 1615, 1614, 1612 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1623, 1625, 1624, 1622 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1617, 1616 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1619, 1621, 1620, 1618 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1626 } ] }, { "id": "t_fence_wire_season_summer", "multitile": true, - "fg": 1625, - "bg": 1739, + "fg": 1626, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1610 }, - { "id": "corner", "bg": 1739, "fg": [ 1612, 1614, 1613, 1611 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1622, 1624, 1623, 1621 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1616, 1615 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1618, 1620, 1619, 1617 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1625 } + { "id": "center", "bg": 1740, "fg": 1611 }, + { "id": "corner", "bg": 1740, "fg": [ 1613, 1615, 1614, 1612 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1623, 1625, 1624, 1622 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1617, 1616 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1619, 1621, 1620, 1618 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1626 } ] }, { "id": "t_fence_wire_season_autumn", "multitile": true, - "fg": 1625, - "bg": 1734, + "fg": 1626, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1610 }, - { "id": "corner", "bg": 1734, "fg": [ 1612, 1614, 1613, 1611 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1622, 1624, 1623, 1621 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1616, 1615 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1618, 1620, 1619, 1617 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1625 } + { "id": "center", "bg": 1735, "fg": 1611 }, + { "id": "corner", "bg": 1735, "fg": [ 1613, 1615, 1614, 1612 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1623, 1625, 1624, 1622 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1617, 1616 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1619, 1621, 1620, 1618 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1626 } ] }, { "id": "t_fence_wire_season_winter", "multitile": true, - "fg": 1625, - "bg": 1258, + "fg": 1626, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1610 }, - { "id": "corner", "bg": 1258, "fg": [ 1612, 1614, 1613, 1611 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1622, 1624, 1623, 1621 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1616, 1615 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1618, 1620, 1619, 1617 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1625 } + { "id": "center", "bg": 1259, "fg": 1611 }, + { "id": "corner", "bg": 1259, "fg": [ 1613, 1615, 1614, 1612 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1623, 1625, 1624, 1622 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1617, 1616 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1619, 1621, 1620, 1618 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1626 } ] }, { "id": "t_floor", "multitile": true, - "fg": 1643, + "fg": 1644, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 1626 }, { "weight": 1, "sprite": 1627 }, { "weight": 1, "sprite": 1628 } ] + "fg": [ { "weight": 1, "sprite": 1627 }, { "weight": 1, "sprite": 1628 }, { "weight": 1, "sprite": 1629 } ] }, - { "id": "corner", "fg": [ 1630, 1632, 1631, 1629 ] }, - { "id": "t_connection", "fg": [ 1640, 1642, 1641, 1639 ] }, - { "id": "edge", "fg": [ 1634, 1633 ] }, - { "id": "end_piece", "fg": [ 1636, 1638, 1637, 1635 ] }, - { "id": "unconnected", "fg": 1643 } + { "id": "corner", "fg": [ 1631, 1633, 1632, 1630 ] }, + { "id": "t_connection", "fg": [ 1641, 1643, 1642, 1640 ] }, + { "id": "edge", "fg": [ 1635, 1634 ] }, + { "id": "end_piece", "fg": [ 1637, 1639, 1638, 1636 ] }, + { "id": "unconnected", "fg": 1644 } ] }, { "id": "t_floor_resin", "multitile": true, - "fg": 1659, + "fg": 1660, "additional_tiles": [ - { "id": "center", "fg": 1644 }, - { "id": "corner", "fg": [ 1646, 1648, 1647, 1645 ] }, - { "id": "t_connection", "fg": [ 1656, 1658, 1657, 1655 ] }, - { "id": "edge", "fg": [ 1650, 1649 ] }, - { "id": "end_piece", "fg": [ 1652, 1654, 1653, 1651 ] }, - { "id": "unconnected", "fg": 1659 } + { "id": "center", "fg": 1645 }, + { "id": "corner", "fg": [ 1647, 1649, 1648, 1646 ] }, + { "id": "t_connection", "fg": [ 1657, 1659, 1658, 1656 ] }, + { "id": "edge", "fg": [ 1651, 1650 ] }, + { "id": "end_piece", "fg": [ 1653, 1655, 1654, 1652 ] }, + { "id": "unconnected", "fg": 1660 } ] }, { "id": "t_floor_wax", "multitile": true, - "fg": 1675, + "fg": 1676, "additional_tiles": [ - { "id": "center", "fg": 1660 }, - { "id": "corner", "fg": [ 1662, 1664, 1663, 1661 ] }, - { "id": "t_connection", "fg": [ 1672, 1674, 1673, 1671 ] }, - { "id": "edge", "fg": [ 1666, 1665 ] }, - { "id": "end_piece", "fg": [ 1668, 1670, 1669, 1667 ] }, - { "id": "unconnected", "fg": 1675 } + { "id": "center", "fg": 1661 }, + { "id": "corner", "fg": [ 1663, 1665, 1664, 1662 ] }, + { "id": "t_connection", "fg": [ 1673, 1675, 1674, 1672 ] }, + { "id": "edge", "fg": [ 1667, 1666 ] }, + { "id": "end_piece", "fg": [ 1669, 1671, 1670, 1668 ] }, + { "id": "unconnected", "fg": 1676 } ] }, { "id": "t_floor_waxed", "multitile": true, - "fg": 1691, + "fg": 1692, "additional_tiles": [ - { "id": "center", "fg": 1676 }, - { "id": "corner", "fg": [ 1678, 1680, 1679, 1677 ] }, - { "id": "t_connection", "fg": [ 1688, 1690, 1689, 1687 ] }, - { "id": "edge", "fg": [ 1682, 1681 ] }, - { "id": "end_piece", "fg": [ 1684, 1686, 1685, 1683 ] }, - { "id": "unconnected", "fg": 1691 } + { "id": "center", "fg": 1677 }, + { "id": "corner", "fg": [ 1679, 1681, 1680, 1678 ] }, + { "id": "t_connection", "fg": [ 1689, 1691, 1690, 1688 ] }, + { "id": "edge", "fg": [ 1683, 1682 ] }, + { "id": "end_piece", "fg": [ 1685, 1687, 1686, 1684 ] }, + { "id": "unconnected", "fg": 1692 } ] }, { "id": "t_floor_waxed_y", "multitile": true, - "fg": 1707, + "fg": 1708, "additional_tiles": [ - { "id": "center", "fg": 1692 }, - { "id": "corner", "fg": [ 1694, 1696, 1695, 1693 ] }, - { "id": "t_connection", "fg": [ 1704, 1706, 1705, 1703 ] }, - { "id": "edge", "fg": [ 1698, 1697 ] }, - { "id": "end_piece", "fg": [ 1700, 1702, 1701, 1699 ] }, - { "id": "unconnected", "fg": 1707 } + { "id": "center", "fg": 1693 }, + { "id": "corner", "fg": [ 1695, 1697, 1696, 1694 ] }, + { "id": "t_connection", "fg": [ 1705, 1707, 1706, 1704 ] }, + { "id": "edge", "fg": [ 1699, 1698 ] }, + { "id": "end_piece", "fg": [ 1701, 1703, 1702, 1700 ] }, + { "id": "unconnected", "fg": 1708 } ] }, { "id": [ "t_fungus", "t_fungus_floor_out" ], "multitile": true, - "fg": 1723, - "bg": 1729, + "fg": 1724, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1708 }, - { "id": "corner", "bg": 1729, "fg": [ 1710, 1712, 1711, 1709 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1720, 1722, 1721, 1719 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1714, 1713 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1716, 1718, 1717, 1715 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1723 } + { "id": "center", "bg": 1730, "fg": 1709 }, + { "id": "corner", "bg": 1730, "fg": [ 1711, 1713, 1712, 1710 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1721, 1723, 1722, 1720 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1715, 1714 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1717, 1719, 1718, 1716 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1724 } ] }, { "id": "t_fungus_season_summer", "multitile": true, - "fg": 1723, - "bg": 1739, + "fg": 1724, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1708 }, - { "id": "corner", "bg": 1739, "fg": [ 1710, 1712, 1711, 1709 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1720, 1722, 1721, 1719 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1714, 1713 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1716, 1718, 1717, 1715 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1723 } + { "id": "center", "bg": 1740, "fg": 1709 }, + { "id": "corner", "bg": 1740, "fg": [ 1711, 1713, 1712, 1710 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1721, 1723, 1722, 1720 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1715, 1714 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1717, 1719, 1718, 1716 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1724 } ] }, { "id": "t_fungus_season_autumn", "multitile": true, - "fg": 1723, - "bg": 1734, + "fg": 1724, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1708 }, - { "id": "corner", "bg": 1734, "fg": [ 1710, 1712, 1711, 1709 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1720, 1722, 1721, 1719 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1714, 1713 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1716, 1718, 1717, 1715 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1723 } + { "id": "center", "bg": 1735, "fg": 1709 }, + { "id": "corner", "bg": 1735, "fg": [ 1711, 1713, 1712, 1710 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1721, 1723, 1722, 1720 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1715, 1714 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1717, 1719, 1718, 1716 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1724 } ] }, { "id": "t_fungus_season_winter", "multitile": true, - "fg": 1723, - "bg": 1258, + "fg": 1724, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 1708 }, - { "id": "corner", "bg": 1258, "fg": [ 1710, 1712, 1711, 1709 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1720, 1722, 1721, 1719 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1714, 1713 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1716, 1718, 1717, 1715 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1723 } + { "id": "center", "bg": 1259, "fg": 1709 }, + { "id": "corner", "bg": 1259, "fg": [ 1711, 1713, 1712, 1710 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1721, 1723, 1722, 1720 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1715, 1714 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1717, 1719, 1718, 1716 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1724 } ] }, { "id": [ "t_fungus_floor_in", "t_fungus_floor_sup" ], "multitile": true, - "fg": 1723, - "bg": 2374, + "fg": 1724, + "bg": 2375, "additional_tiles": [ - { "id": "center", "bg": 2374, "fg": 1708 }, - { "id": "corner", "bg": 2374, "fg": [ 1710, 1712, 1711, 1709 ] }, - { "id": "t_connection", "bg": 2374, "fg": [ 1720, 1722, 1721, 1719 ] }, - { "id": "edge", "bg": 2374, "fg": [ 1714, 1713 ] }, - { "id": "end_piece", "bg": 2374, "fg": [ 1716, 1718, 1717, 1715 ] }, - { "bg": 2374, "id": "unconnected", "fg": [ 1723, 1723 ] } + { "id": "center", "bg": 2375, "fg": 1709 }, + { "id": "corner", "bg": 2375, "fg": [ 1711, 1713, 1712, 1710 ] }, + { "id": "t_connection", "bg": 2375, "fg": [ 1721, 1723, 1722, 1720 ] }, + { "id": "edge", "bg": 2375, "fg": [ 1715, 1714 ] }, + { "id": "end_piece", "bg": 2375, "fg": [ 1717, 1719, 1718, 1716 ] }, + { "bg": 2375, "id": "unconnected", "fg": [ 1724, 1724 ] } ] }, - { "id": "t_gates_mech_control", "fg": 1724, "bg": 2374 }, - { "id": "t_gates_mech_control_lab", "fg": 1725, "bg": 2374 }, - { "id": "t_gates_control_concrete", "fg": 1726, "bg": 1461 }, - { "id": "t_gates_control_concrete_lab", "fg": 1725, "bg": 4725 }, - { "id": "t_gates_control_brick", "fg": 1726, "bg": 1327 }, - { "id": "t_gates_control_brick_lab", "fg": 1725, "bg": 1327 }, - { "id": "t_gates_control_metal", "fg": 1726, "bg": 4728 }, - { "id": "t_gates_control_metal_lab", "fg": 1725, "bg": 4728 }, - { "id": "t_elevator_control", "fg": 1727, "bg": 2374 }, - { "id": "t_elevator_control_off", "fg": 1728, "bg": 2374 }, + { "id": "t_gates_mech_control", "fg": 1725, "bg": 2375 }, + { "id": "t_gates_mech_control_lab", "fg": 1726, "bg": 2375 }, + { "id": "t_gates_control_concrete", "fg": 1727, "bg": 1462 }, + { "id": "t_gates_control_concrete_lab", "fg": 1726, "bg": 4741 }, + { "id": "t_gates_control_brick", "fg": 1727, "bg": 1328 }, + { "id": "t_gates_control_brick_lab", "fg": 1726, "bg": 1328 }, + { "id": "t_gates_control_metal", "fg": 1727, "bg": 4744 }, + { "id": "t_gates_control_metal_lab", "fg": 1726, "bg": 4744 }, + { "id": "t_elevator_control", "fg": 1728, "bg": 2375 }, + { "id": "t_elevator_control_off", "fg": 1729, "bg": 2375 }, { "id": "t_grass", "fg": [ - { "weight": 1, "sprite": 1730 }, { "weight": 1, "sprite": 1731 }, { "weight": 1, "sprite": 1732 }, - { "weight": 1, "sprite": 1733 } + { "weight": 1, "sprite": 1733 }, + { "weight": 1, "sprite": 1734 } ] }, { "id": "t_grass_season_summer", "fg": [ - { "weight": 1, "sprite": 1740 }, { "weight": 1, "sprite": 1741 }, { "weight": 1, "sprite": 1742 }, - { "weight": 1, "sprite": 1743 } + { "weight": 1, "sprite": 1743 }, + { "weight": 1, "sprite": 1744 } ] }, { "id": "t_grass_season_autumn", "fg": [ - { "weight": 1, "sprite": 1735 }, { "weight": 1, "sprite": 1736 }, { "weight": 1, "sprite": 1737 }, - { "weight": 1, "sprite": 1738 } + { "weight": 1, "sprite": 1738 }, + { "weight": 1, "sprite": 1739 } ] }, { "id": "t_grass_season_winter", - "fg": 1276, - "bg": 1258, + "fg": 1277, + "bg": 1259, "multitile": true, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 1258 }, { "weight": 1, "sprite": 1259 }, { "weight": 1, "sprite": 1260 }, - { "weight": 1, "sprite": 1261 } + { "weight": 1, "sprite": 1261 }, + { "weight": 1, "sprite": 1262 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 1263, 1265, 1264, 1262 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1273, 1275, 1274, 1272 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1267, 1266 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1269, 1271, 1270, 1268 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1276 } + { "id": "corner", "bg": 1259, "fg": [ 1264, 1266, 1265, 1263 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1274, 1276, 1275, 1273 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1268, 1267 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1270, 1272, 1271, 1269 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1277 } ] }, { "id": "t_grass_dead", "multitile": true, - "fg": 1759, - "bg": 1729, + "fg": 1760, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1744 }, - { "id": "corner", "bg": 1729, "fg": [ 1746, 1748, 1747, 1745 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1756, 1758, 1757, 1755 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1750, 1749 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1752, 1754, 1753, 1751 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1759 } + { "id": "center", "bg": 1730, "fg": 1745 }, + { "id": "corner", "bg": 1730, "fg": [ 1747, 1749, 1748, 1746 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1757, 1759, 1758, 1756 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1751, 1750 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1753, 1755, 1754, 1752 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1760 } ] }, { "id": "t_grass_dead_season_summer", "multitile": true, - "fg": 1791, - "bg": 1739, + "fg": 1792, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1776 }, - { "id": "corner", "bg": 1739, "fg": [ 1778, 1780, 1779, 1777 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1788, 1790, 1789, 1787 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1782, 1781 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1784, 1786, 1785, 1783 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1791 } + { "id": "center", "bg": 1740, "fg": 1777 }, + { "id": "corner", "bg": 1740, "fg": [ 1779, 1781, 1780, 1778 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1789, 1791, 1790, 1788 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1783, 1782 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1785, 1787, 1786, 1784 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1792 } ] }, { "id": "t_grass_dead_season_autumn", "multitile": true, - "fg": 1775, - "bg": 1734, + "fg": 1776, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1760 }, - { "id": "corner", "bg": 1734, "fg": [ 1762, 1764, 1763, 1761 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1772, 1774, 1773, 1771 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1766, 1765 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1768, 1770, 1769, 1767 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1775 } + { "id": "center", "bg": 1735, "fg": 1761 }, + { "id": "corner", "bg": 1735, "fg": [ 1763, 1765, 1764, 1762 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1773, 1775, 1774, 1772 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1767, 1766 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1769, 1771, 1770, 1768 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1776 } ] }, { "id": "t_grass_dead_season_winter", "multitile": true, - "fg": 1276, - "bg": 1258, + "fg": 1277, + "bg": 1259, "additional_tiles": [ { "id": "center", - "bg": 1258, + "bg": 1259, "fg": [ - { "weight": 1, "sprite": 1258 }, { "weight": 1, "sprite": 1259 }, { "weight": 1, "sprite": 1260 }, - { "weight": 1, "sprite": 1261 } + { "weight": 1, "sprite": 1261 }, + { "weight": 1, "sprite": 1262 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 1263, 1265, 1264, 1262 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1273, 1275, 1274, 1272 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1267, 1266 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1269, 1271, 1270, 1268 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1276 } + { "id": "corner", "bg": 1259, "fg": [ 1264, 1266, 1265, 1263 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1274, 1276, 1275, 1273 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1268, 1267 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1270, 1272, 1271, 1269 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1277 } ] }, { "id": "f_grass_long", "multitile": true, - "fg": 1807, + "fg": 1808, "additional_tiles": [ - { "id": "center", "fg": 1792 }, - { "id": "corner", "fg": [ 1794, 1796, 1795, 1793 ] }, - { "id": "t_connection", "fg": [ 1804, 1806, 1805, 1803 ] }, - { "id": "edge", "fg": [ 1798, 1797 ] }, - { "id": "end_piece", "fg": [ 1800, 1802, 1801, 1799 ] }, - { "id": "unconnected", "fg": 1807 } + { "id": "center", "fg": 1793 }, + { "id": "corner", "fg": [ 1795, 1797, 1796, 1794 ] }, + { "id": "t_connection", "fg": [ 1805, 1807, 1806, 1804 ] }, + { "id": "edge", "fg": [ 1799, 1798 ] }, + { "id": "end_piece", "fg": [ 1801, 1803, 1802, 1800 ] }, + { "id": "unconnected", "fg": 1808 } ] }, { "id": "f_grass_long_season_autumn", "multitile": true, - "fg": 1823, + "fg": 1824, "additional_tiles": [ - { "id": "center", "fg": 1808 }, - { "id": "corner", "fg": [ 1810, 1812, 1811, 1809 ] }, - { "id": "t_connection", "fg": [ 1820, 1822, 1821, 1819 ] }, - { "id": "edge", "fg": [ 1814, 1813 ] }, - { "id": "end_piece", "fg": [ 1816, 1818, 1817, 1815 ] }, - { "id": "unconnected", "fg": 1823 } + { "id": "center", "fg": 1809 }, + { "id": "corner", "fg": [ 1811, 1813, 1812, 1810 ] }, + { "id": "t_connection", "fg": [ 1821, 1823, 1822, 1820 ] }, + { "id": "edge", "fg": [ 1815, 1814 ] }, + { "id": "end_piece", "fg": [ 1817, 1819, 1818, 1816 ] }, + { "id": "unconnected", "fg": 1824 } ] }, { "id": "f_grass_long_season_summer", "multitile": true, - "fg": 1839, + "fg": 1840, "additional_tiles": [ - { "id": "center", "fg": 1824 }, - { "id": "corner", "fg": [ 1826, 1828, 1827, 1825 ] }, - { "id": "t_connection", "fg": [ 1836, 1838, 1837, 1835 ] }, - { "id": "edge", "fg": [ 1830, 1829 ] }, - { "id": "end_piece", "fg": [ 1832, 1834, 1833, 1831 ] }, - { "id": "unconnected", "fg": 1839 } + { "id": "center", "fg": 1825 }, + { "id": "corner", "fg": [ 1827, 1829, 1828, 1826 ] }, + { "id": "t_connection", "fg": [ 1837, 1839, 1838, 1836 ] }, + { "id": "edge", "fg": [ 1831, 1830 ] }, + { "id": "end_piece", "fg": [ 1833, 1835, 1834, 1832 ] }, + { "id": "unconnected", "fg": 1840 } ] }, { "id": "t_grass_long", "multitile": true, - "fg": 1807, - "bg": 1729, + "fg": 1808, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1792 }, - { "id": "corner", "bg": 1729, "fg": [ 1794, 1796, 1795, 1793 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1804, 1806, 1805, 1803 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1798, 1797 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1800, 1802, 1801, 1799 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1807 } + { "id": "center", "bg": 1730, "fg": 1793 }, + { "id": "corner", "bg": 1730, "fg": [ 1795, 1797, 1796, 1794 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1805, 1807, 1806, 1804 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1799, 1798 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1801, 1803, 1802, 1800 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1808 } ] }, { "id": "t_grass_long_season_autumn", "multitile": true, - "fg": 1823, - "bg": 1734, + "fg": 1824, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1808 }, - { "id": "corner", "bg": 1734, "fg": [ 1810, 1812, 1811, 1809 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1820, 1822, 1821, 1819 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1814, 1813 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1816, 1818, 1817, 1815 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1823 } + { "id": "center", "bg": 1735, "fg": 1809 }, + { "id": "corner", "bg": 1735, "fg": [ 1811, 1813, 1812, 1810 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1821, 1823, 1822, 1820 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1815, 1814 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1817, 1819, 1818, 1816 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1824 } ] }, { "id": "t_grass_long_season_summer", "multitile": true, - "fg": 1839, - "bg": 1739, + "fg": 1840, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1824 }, - { "id": "corner", "bg": 1739, "fg": [ 1826, 1828, 1827, 1825 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1836, 1838, 1837, 1835 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1830, 1829 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1832, 1834, 1833, 1831 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1839 } + { "id": "center", "bg": 1740, "fg": 1825 }, + { "id": "corner", "bg": 1740, "fg": [ 1827, 1829, 1828, 1826 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1837, 1839, 1838, 1836 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1831, 1830 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1833, 1835, 1834, 1832 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1840 } ] }, - { "id": "t_grass_long_season_winter", "fg": 1257 }, + { "id": "t_grass_long_season_winter", "fg": 1258 }, { "id": "f_grass_tall", "multitile": true, - "fg": 1855, + "fg": 1856, "additional_tiles": [ - { "id": "center", "fg": 1840 }, - { "id": "corner", "fg": [ 1842, 1844, 1843, 1841 ] }, - { "id": "t_connection", "fg": [ 1852, 1854, 1853, 1851 ] }, - { "id": "edge", "fg": [ 1846, 1845 ] }, - { "id": "end_piece", "fg": [ 1848, 1850, 1849, 1847 ] }, - { "id": "unconnected", "fg": 1855 } + { "id": "center", "fg": 1841 }, + { "id": "corner", "fg": [ 1843, 1845, 1844, 1842 ] }, + { "id": "t_connection", "fg": [ 1853, 1855, 1854, 1852 ] }, + { "id": "edge", "fg": [ 1847, 1846 ] }, + { "id": "end_piece", "fg": [ 1849, 1851, 1850, 1848 ] }, + { "id": "unconnected", "fg": 1856 } ] }, { "id": "f_grass_tall_season_summer", "multitile": true, - "fg": 1887, + "fg": 1888, "additional_tiles": [ - { "id": "center", "fg": 1872 }, - { "id": "corner", "fg": [ 1874, 1876, 1875, 1873 ] }, - { "id": "t_connection", "fg": [ 1884, 1886, 1885, 1883 ] }, - { "id": "edge", "fg": [ 1878, 1877 ] }, - { "id": "end_piece", "fg": [ 1880, 1882, 1881, 1879 ] }, - { "id": "unconnected", "fg": 1887 } + { "id": "center", "fg": 1873 }, + { "id": "corner", "fg": [ 1875, 1877, 1876, 1874 ] }, + { "id": "t_connection", "fg": [ 1885, 1887, 1886, 1884 ] }, + { "id": "edge", "fg": [ 1879, 1878 ] }, + { "id": "end_piece", "fg": [ 1881, 1883, 1882, 1880 ] }, + { "id": "unconnected", "fg": 1888 } ] }, { "id": "f_grass_tall_season_autumn", "multitile": true, - "fg": 1871, + "fg": 1872, "additional_tiles": [ - { "id": "center", "fg": 1856 }, - { "id": "corner", "fg": [ 1858, 1860, 1859, 1857 ] }, - { "id": "t_connection", "fg": [ 1868, 1870, 1869, 1867 ] }, - { "id": "edge", "fg": [ 1862, 1861 ] }, - { "id": "end_piece", "fg": [ 1864, 1866, 1865, 1863 ] }, - { "id": "unconnected", "fg": 1871 } + { "id": "center", "fg": 1857 }, + { "id": "corner", "fg": [ 1859, 1861, 1860, 1858 ] }, + { "id": "t_connection", "fg": [ 1869, 1871, 1870, 1868 ] }, + { "id": "edge", "fg": [ 1863, 1862 ] }, + { "id": "end_piece", "fg": [ 1865, 1867, 1866, 1864 ] }, + { "id": "unconnected", "fg": 1872 } ] }, { "id": "t_grass_tall", "multitile": true, - "fg": 1855, - "bg": 1729, + "fg": 1856, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 1840 }, - { "id": "corner", "bg": 1729, "fg": [ 1842, 1844, 1843, 1841 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 1852, 1854, 1853, 1851 ] }, - { "id": "edge", "bg": 1729, "fg": [ 1846, 1845 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 1848, 1850, 1849, 1847 ] }, - { "bg": 1729, "id": "unconnected", "fg": 1855 } + { "id": "center", "bg": 1730, "fg": 1841 }, + { "id": "corner", "bg": 1730, "fg": [ 1843, 1845, 1844, 1842 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 1853, 1855, 1854, 1852 ] }, + { "id": "edge", "bg": 1730, "fg": [ 1847, 1846 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 1849, 1851, 1850, 1848 ] }, + { "bg": 1730, "id": "unconnected", "fg": 1856 } ] }, { "id": "t_grass_tall_season_summer", "multitile": true, - "fg": 1887, - "bg": 1739, + "fg": 1888, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": 1872 }, - { "id": "corner", "bg": 1739, "fg": [ 1874, 1876, 1875, 1873 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 1884, 1886, 1885, 1883 ] }, - { "id": "edge", "bg": 1739, "fg": [ 1878, 1877 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 1880, 1882, 1881, 1879 ] }, - { "bg": 1739, "id": "unconnected", "fg": 1887 } + { "id": "center", "bg": 1740, "fg": 1873 }, + { "id": "corner", "bg": 1740, "fg": [ 1875, 1877, 1876, 1874 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 1885, 1887, 1886, 1884 ] }, + { "id": "edge", "bg": 1740, "fg": [ 1879, 1878 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 1881, 1883, 1882, 1880 ] }, + { "bg": 1740, "id": "unconnected", "fg": 1888 } ] }, { "id": "t_grass_tall_season_autumn", "multitile": true, - "fg": 1871, - "bg": 1734, + "fg": 1872, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": 1856 }, - { "id": "corner", "bg": 1734, "fg": [ 1858, 1860, 1859, 1857 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 1868, 1870, 1869, 1867 ] }, - { "id": "edge", "bg": 1734, "fg": [ 1862, 1861 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 1864, 1866, 1865, 1863 ] }, - { "bg": 1734, "id": "unconnected", "fg": 1871 } + { "id": "center", "bg": 1735, "fg": 1857 }, + { "id": "corner", "bg": 1735, "fg": [ 1859, 1861, 1860, 1858 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 1869, 1871, 1870, 1868 ] }, + { "id": "edge", "bg": 1735, "fg": [ 1863, 1862 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 1865, 1867, 1866, 1864 ] }, + { "bg": 1735, "id": "unconnected", "fg": 1872 } ] }, - { "id": "t_grass_tall_season_winter", "fg": 1257 }, + { "id": "t_grass_tall_season_winter", "fg": 1258 }, { "id": "t_grate", "multitile": true, - "fg": 1903, + "fg": 1904, "additional_tiles": [ - { "id": "center", "fg": 1888 }, - { "id": "corner", "fg": [ 1890, 1892, 1891, 1889 ] }, - { "id": "t_connection", "fg": [ 1900, 1902, 1901, 1899 ] }, - { "id": "edge", "fg": [ 1894, 1893 ] }, - { "id": "end_piece", "fg": [ 1896, 1898, 1897, 1895 ] }, - { "id": "unconnected", "fg": [ 1903, 1903 ] } + { "id": "center", "fg": 1889 }, + { "id": "corner", "fg": [ 1891, 1893, 1892, 1890 ] }, + { "id": "t_connection", "fg": [ 1901, 1903, 1902, 1900 ] }, + { "id": "edge", "fg": [ 1895, 1894 ] }, + { "id": "end_piece", "fg": [ 1897, 1899, 1898, 1896 ] }, + { "id": "unconnected", "fg": [ 1904, 1904 ] } ] }, { "id": [ "t_guardrail", "t_guardrail_bg_dp", "t_guardrail_hw_air" ], "multitile": true, - "fg": 1910, - "bg": 2338, + "fg": 1911, + "bg": 2339, "additional_tiles": [ - { "id": "edge", "bg": 2338, "fg": [ 1905, 1904 ] }, - { "id": "end_piece", "bg": 2338, "fg": [ 1907, 1909, 1908, 1906 ] }, - { "bg": 2338, "id": "unconnected", "fg": 1910 } + { "id": "edge", "bg": 2339, "fg": [ 1906, 1905 ] }, + { "id": "end_piece", "bg": 2339, "fg": [ 1908, 1910, 1909, 1907 ] }, + { "bg": 2339, "id": "unconnected", "fg": 1911 } ] }, - { "id": "t_ladder_down", "fg": 1911 }, + { "id": "t_ladder_down", "fg": 1912 }, { "id": "t_lava", - "fg": 1927, - "bg": 2148, + "fg": 1928, + "bg": 2149, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 1912, "bg": 2148 }, - { "id": "corner", "fg": [ 1914, 1916, 1915, 1913 ], "bg": 2148 }, - { "id": "t_connection", "fg": [ 1924, 1926, 1925, 1923 ], "bg": 2148 }, - { "id": "edge", "fg": [ 1918, 1917 ], "bg": 2148 }, - { "id": "end_piece", "fg": [ 1920, 1922, 1921, 1919 ], "bg": 2148 }, - { "id": "unconnected", "fg": [ 1927, 1927 ], "bg": 2148 } + { "id": "center", "fg": 1913, "bg": 2149 }, + { "id": "corner", "fg": [ 1915, 1917, 1916, 1914 ], "bg": 2149 }, + { "id": "t_connection", "fg": [ 1925, 1927, 1926, 1924 ], "bg": 2149 }, + { "id": "edge", "fg": [ 1919, 1918 ], "bg": 2149 }, + { "id": "end_piece", "fg": [ 1921, 1923, 1922, 1920 ], "bg": 2149 }, + { "id": "unconnected", "fg": [ 1928, 1928 ], "bg": 2149 } ] }, { "id": [ "t_linoleum_gray", "t_linoleum_gray_no_roof" ], "multitile": true, - "fg": 1943, + "fg": 1944, "additional_tiles": [ - { "id": "center", "fg": 1928 }, - { "id": "corner", "fg": [ 1930, 1932, 1931, 1929 ] }, - { "id": "t_connection", "fg": [ 1940, 1942, 1941, 1939 ] }, - { "id": "edge", "fg": [ 1934, 1933 ] }, - { "id": "end_piece", "fg": [ 1936, 1938, 1937, 1935 ] }, - { "id": "unconnected", "fg": 1943 } + { "id": "center", "fg": 1929 }, + { "id": "corner", "fg": [ 1931, 1933, 1932, 1930 ] }, + { "id": "t_connection", "fg": [ 1941, 1943, 1942, 1940 ] }, + { "id": "edge", "fg": [ 1935, 1934 ] }, + { "id": "end_piece", "fg": [ 1937, 1939, 1938, 1936 ] }, + { "id": "unconnected", "fg": 1944 } ] }, { "id": [ "t_linoleum_white", "t_linoleum_white_no_roof" ], "multitile": true, - "fg": 1959, + "fg": 1960, "additional_tiles": [ - { "id": "center", "fg": 1944 }, - { "id": "corner", "fg": [ 1946, 1948, 1947, 1945 ] }, - { "id": "t_connection", "fg": [ 1956, 1958, 1957, 1955 ] }, - { "id": "edge", "fg": [ 1950, 1949 ] }, - { "id": "end_piece", "fg": [ 1952, 1954, 1953, 1951 ] }, - { "id": "unconnected", "fg": 1959 } + { "id": "center", "fg": 1945 }, + { "id": "corner", "fg": [ 1947, 1949, 1948, 1946 ] }, + { "id": "t_connection", "fg": [ 1957, 1959, 1958, 1956 ] }, + { "id": "edge", "fg": [ 1951, 1950 ] }, + { "id": "end_piece", "fg": [ 1953, 1955, 1954, 1952 ] }, + { "id": "unconnected", "fg": 1960 } ] }, { "id": "t_metal_floor", "multitile": true, - "fg": 1975, + "fg": 1976, "additional_tiles": [ - { "id": "center", "fg": 1960 }, - { "id": "corner", "fg": [ 1962, 1964, 1963, 1961 ] }, - { "id": "t_connection", "fg": [ 1972, 1974, 1973, 1971 ] }, - { "id": "edge", "fg": [ 1966, 1965 ] }, - { "id": "end_piece", "fg": [ 1968, 1970, 1969, 1967 ] }, - { "id": "unconnected", "fg": 1975 } + { "id": "center", "fg": 1961 }, + { "id": "corner", "fg": [ 1963, 1965, 1964, 1962 ] }, + { "id": "t_connection", "fg": [ 1973, 1975, 1974, 1972 ] }, + { "id": "edge", "fg": [ 1967, 1966 ] }, + { "id": "end_piece", "fg": [ 1969, 1971, 1970, 1968 ] }, + { "id": "unconnected", "fg": 1976 } ] }, { "id": "t_moss", "multitile": true, - "fg": 1992, - "bg": 1730, + "fg": 1993, + "bg": 1731, "additional_tiles": [ - { "id": "center", "bg": 1730, "fg": [ { "weight": 1, "sprite": 1976 }, { "weight": 1, "sprite": 1977 } ] }, - { "id": "corner", "bg": 1730, "fg": [ 1979, 1981, 1980, 1978 ] }, - { "id": "t_connection", "bg": 1730, "fg": [ 1989, 1991, 1990, 1988 ] }, - { "id": "edge", "bg": 1730, "fg": [ 1983, 1982 ] }, - { "id": "end_piece", "bg": 1730, "fg": [ 1985, 1987, 1986, 1984 ] }, - { "bg": 1730, "id": "unconnected", "fg": 1992 } + { "id": "center", "bg": 1731, "fg": [ { "weight": 1, "sprite": 1977 }, { "weight": 1, "sprite": 1978 } ] }, + { "id": "corner", "bg": 1731, "fg": [ 1980, 1982, 1981, 1979 ] }, + { "id": "t_connection", "bg": 1731, "fg": [ 1990, 1992, 1991, 1989 ] }, + { "id": "edge", "bg": 1731, "fg": [ 1984, 1983 ] }, + { "id": "end_piece", "bg": 1731, "fg": [ 1986, 1988, 1987, 1985 ] }, + { "bg": 1731, "id": "unconnected", "fg": 1993 } ] }, { "id": "t_moss_season_summer", "multitile": true, - "fg": 2026, - "bg": 1740, + "fg": 2027, + "bg": 1741, "additional_tiles": [ - { "id": "center", "bg": 1740, "fg": [ { "weight": 1, "sprite": 2010 }, { "weight": 1, "sprite": 2011 } ] }, - { "id": "corner", "bg": 1740, "fg": [ 2013, 2015, 2014, 2012 ] }, - { "id": "t_connection", "bg": 1740, "fg": [ 2023, 2025, 2024, 2022 ] }, - { "id": "edge", "bg": 1740, "fg": [ 2017, 2016 ] }, - { "id": "end_piece", "bg": 1740, "fg": [ 2019, 2021, 2020, 2018 ] }, - { "bg": 1740, "id": "unconnected", "fg": 2026 } + { "id": "center", "bg": 1741, "fg": [ { "weight": 1, "sprite": 2011 }, { "weight": 1, "sprite": 2012 } ] }, + { "id": "corner", "bg": 1741, "fg": [ 2014, 2016, 2015, 2013 ] }, + { "id": "t_connection", "bg": 1741, "fg": [ 2024, 2026, 2025, 2023 ] }, + { "id": "edge", "bg": 1741, "fg": [ 2018, 2017 ] }, + { "id": "end_piece", "bg": 1741, "fg": [ 2020, 2022, 2021, 2019 ] }, + { "bg": 1741, "id": "unconnected", "fg": 2027 } ] }, { "id": "t_moss_season_autumn", "multitile": true, - "fg": 2009, - "bg": 1735, + "fg": 2010, + "bg": 1736, "additional_tiles": [ - { "id": "center", "bg": 1735, "fg": [ { "weight": 1, "sprite": 1993 }, { "weight": 1, "sprite": 1994 } ] }, - { "id": "corner", "bg": 1735, "fg": [ 1996, 1998, 1997, 1995 ] }, - { "id": "t_connection", "bg": 1735, "fg": [ 2006, 2008, 2007, 2005 ] }, - { "id": "edge", "bg": 1735, "fg": [ 2000, 1999 ] }, - { "id": "end_piece", "bg": 1735, "fg": [ 2002, 2004, 2003, 2001 ] }, - { "bg": 1735, "id": "unconnected", "fg": 2009 } + { "id": "center", "bg": 1736, "fg": [ { "weight": 1, "sprite": 1994 }, { "weight": 1, "sprite": 1995 } ] }, + { "id": "corner", "bg": 1736, "fg": [ 1997, 1999, 1998, 1996 ] }, + { "id": "t_connection", "bg": 1736, "fg": [ 2007, 2009, 2008, 2006 ] }, + { "id": "edge", "bg": 1736, "fg": [ 2001, 2000 ] }, + { "id": "end_piece", "bg": 1736, "fg": [ 2003, 2005, 2004, 2002 ] }, + { "bg": 1736, "id": "unconnected", "fg": 2010 } ] }, { "id": "t_moss_season_winter", "multitile": true, - "fg": 1276, - "bg": 1258, + "fg": 1277, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": [ { "weight": 1, "sprite": 1258 }, { "weight": 1, "sprite": 1259 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 1263, 1265, 1264, 1262 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 1273, 1275, 1274, 1272 ] }, - { "id": "edge", "bg": 1258, "fg": [ 1267, 1266 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 1269, 1271, 1270, 1268 ] }, - { "bg": 1258, "id": "unconnected", "fg": 1276 } + { "id": "center", "bg": 1259, "fg": [ { "weight": 1, "sprite": 1259 }, { "weight": 1, "sprite": 1260 } ] }, + { "id": "corner", "bg": 1259, "fg": [ 1264, 1266, 1265, 1263 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 1274, 1276, 1275, 1273 ] }, + { "id": "edge", "bg": 1259, "fg": [ 1268, 1267 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 1270, 1272, 1271, 1269 ] }, + { "bg": 1259, "id": "unconnected", "fg": 1277 } ] }, { "id": "t_pavement", "multitile": true, - "fg": 2027, + "fg": 2028, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 2027 }, { "weight": 1, "sprite": 2028 }, { "weight": 1, "sprite": 2029 }, - { "weight": 1, "sprite": 2030 } + { "weight": 1, "sprite": 2030 }, + { "weight": 1, "sprite": 2031 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2039, 2042, 2041, 2038 ] }, - { "id": "t_connection", "fg": [ 2037, 2045, 2040, 2031 ] }, - { "id": "edge", "fg": [ 2044, 2036 ] }, - { "id": "end_piece", "fg": [ 2033, 2035, 2034, 2032 ] }, - { "id": "unconnected", "fg": 2043 } + { "id": "corner", "bg": 1730, "fg": [ 2040, 2043, 2042, 2039 ] }, + { "id": "t_connection", "fg": [ 2038, 2046, 2041, 2032 ] }, + { "id": "edge", "fg": [ 2045, 2037 ] }, + { "id": "end_piece", "fg": [ 2034, 2036, 2035, 2033 ] }, + { "id": "unconnected", "fg": 2044 } ] }, { "id": "t_pavement_season_summer", "multitile": true, - "fg": 2027, + "fg": 2028, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 2027 }, { "weight": 1, "sprite": 2028 }, { "weight": 1, "sprite": 2029 }, - { "weight": 1, "sprite": 2030 } + { "weight": 1, "sprite": 2030 }, + { "weight": 1, "sprite": 2031 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2039, 2042, 2041, 2038 ] }, - { "id": "t_connection", "fg": [ 2037, 2045, 2040, 2031 ] }, - { "id": "edge", "fg": [ 2044, 2036 ] }, - { "id": "end_piece", "fg": [ 2033, 2035, 2034, 2032 ] }, - { "id": "unconnected", "fg": 2043 } + { "id": "corner", "bg": 1740, "fg": [ 2040, 2043, 2042, 2039 ] }, + { "id": "t_connection", "fg": [ 2038, 2046, 2041, 2032 ] }, + { "id": "edge", "fg": [ 2045, 2037 ] }, + { "id": "end_piece", "fg": [ 2034, 2036, 2035, 2033 ] }, + { "id": "unconnected", "fg": 2044 } ] }, { "id": "t_pavement_season_autumn", "multitile": true, - "fg": 2027, + "fg": 2028, "additional_tiles": [ { "id": "center", "fg": [ - { "weight": 1, "sprite": 2027 }, { "weight": 1, "sprite": 2028 }, { "weight": 1, "sprite": 2029 }, - { "weight": 1, "sprite": 2030 } + { "weight": 1, "sprite": 2030 }, + { "weight": 1, "sprite": 2031 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2039, 2042, 2041, 2038 ] }, - { "id": "t_connection", "fg": [ 2037, 2045, 2040, 2031 ] }, - { "id": "edge", "fg": [ 2044, 2036 ] }, - { "id": "end_piece", "fg": [ 2033, 2035, 2034, 2032 ] }, - { "id": "unconnected", "fg": 2043 } + { "id": "corner", "bg": 1735, "fg": [ 2040, 2043, 2042, 2039 ] }, + { "id": "t_connection", "fg": [ 2038, 2046, 2041, 2032 ] }, + { "id": "edge", "fg": [ 2045, 2037 ] }, + { "id": "end_piece", "fg": [ 2034, 2036, 2035, 2033 ] }, + { "id": "unconnected", "fg": 2044 } ] }, - { "id": "t_pavement_season_winter", "fg": 1258 }, - { "id": "t_pavement_y", "fg": 2046 }, - { "id": "t_pavement_y_season_winter", "fg": 1258 }, - { "id": "t_pit", "fg": 2047, "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] }, + { "id": "t_pavement_season_winter", "fg": 1259 }, + { "id": "t_pavement_y", "fg": 2047 }, + { "id": "t_pavement_y_season_winter", "fg": 1259 }, + { "id": "t_pit", "fg": 2048, "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "t_pit_season_summer", - "fg": 2047, - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": 2048, + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "t_pit_season_autumn", - "fg": 2047, - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": 2048, + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, - { "id": "t_pit_season_winter", "fg": 2047, "bg": 1258 }, + { "id": "t_pit_season_winter", "fg": 2048, "bg": 1259 }, { "id": "t_pit_shallow", - "fg": 2063, - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ], + "fg": 2064, + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2048, "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] }, + { "id": "center", "fg": 2049, "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "corner", - "fg": [ 2050, 2052, 2051, 2049 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 2051, 2053, 2052, 2050 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "t_connection", - "fg": [ 2060, 2062, 2061, 2059 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 2061, 2063, 2062, 2060 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "edge", - "fg": [ 2054, 2053 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 2055, 2054 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "end_piece", - "fg": [ 2056, 2058, 2057, 2055 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 2057, 2059, 2058, 2056 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "unconnected", - "fg": [ 2063, 2063 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 2064, 2064 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] } ] }, { "id": "t_pit_shallow_season_summer", - "fg": 2063, - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ], + "fg": 2064, + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2048, "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] }, + { "id": "center", "fg": 2049, "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "corner", - "fg": [ 2050, 2052, 2051, 2049 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 2051, 2053, 2052, 2050 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "t_connection", - "fg": [ 2060, 2062, 2061, 2059 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 2061, 2063, 2062, 2060 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "edge", - "fg": [ 2054, 2053 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 2055, 2054 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "end_piece", - "fg": [ 2056, 2058, 2057, 2055 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 2057, 2059, 2058, 2056 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "unconnected", - "fg": [ 2063, 2063 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 2064, 2064 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] } ] }, { "id": "t_pit_shallow_season_autumn", - "fg": 2063, - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ], + "fg": 2064, + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2048, "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] }, + { "id": "center", "fg": 2049, "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, { "id": "corner", - "fg": [ 2050, 2052, 2051, 2049 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 2051, 2053, 2052, 2050 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, { "id": "t_connection", - "fg": [ 2060, 2062, 2061, 2059 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 2061, 2063, 2062, 2060 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, { "id": "edge", - "fg": [ 2054, 2053 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 2055, 2054 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, { "id": "end_piece", - "fg": [ 2056, 2058, 2057, 2055 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 2057, 2059, 2058, 2056 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, { "id": "unconnected", - "fg": [ 2063, 2063 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 2064, 2064 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] } ] }, { "id": "t_pit_shallow_season_winter", - "fg": 2063, - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ], + "fg": 2064, + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ], "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2048, "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] }, + { "id": "center", "fg": 2049, "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] }, { "id": "corner", - "fg": [ 2050, 2052, 2051, 2049 ], - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] + "fg": [ 2051, 2053, 2052, 2050 ], + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] }, { "id": "t_connection", - "fg": [ 2060, 2062, 2061, 2059 ], - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] + "fg": [ 2061, 2063, 2062, 2060 ], + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] }, { "id": "edge", - "fg": [ 2054, 2053 ], - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] + "fg": [ 2055, 2054 ], + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] }, { "id": "end_piece", - "fg": [ 2056, 2058, 2057, 2055 ], - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] + "fg": [ 2057, 2059, 2058, 2056 ], + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] }, { "id": "unconnected", - "fg": [ 2063, 2063 ], - "bg": [ { "weight": 100, "sprite": 1258 }, { "weight": 100, "sprite": 1259 } ] + "fg": [ 2064, 2064 ], + "bg": [ { "weight": 100, "sprite": 1259 }, { "weight": 100, "sprite": 1260 } ] } ] }, { "id": "t_privacy_fence", "multitile": true, - "fg": 2079, - "bg": 1729, + "fg": 2080, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": 2064 }, - { "id": "corner", "bg": 1729, "fg": [ 2066, 2068, 2067, 2065 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2076, 2078, 2077, 2075 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2070, 2069 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2072, 2074, 2073, 2071 ] }, - { "bg": 1729, "id": "unconnected", "fg": [ 2079, 2079 ] } + { "id": "center", "bg": 1730, "fg": 2065 }, + { "id": "corner", "bg": 1730, "fg": [ 2067, 2069, 2068, 2066 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2077, 2079, 2078, 2076 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2071, 2070 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2073, 2075, 2074, 2072 ] }, + { "bg": 1730, "id": "unconnected", "fg": [ 2080, 2080 ] } ] }, { "id": "t_privacy_fence_season_winter", "multitile": true, - "fg": 2079, - "bg": 1258, + "fg": 2080, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": 2064 }, - { "id": "corner", "bg": 1258, "fg": [ 2066, 2068, 2067, 2065 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2076, 2078, 2077, 2075 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2070, 2069 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2072, 2074, 2073, 2071 ] }, - { "bg": 1258, "id": "unconnected", "fg": [ 2079, 2079 ] } + { "id": "center", "bg": 1259, "fg": 2065 }, + { "id": "corner", "bg": 1259, "fg": [ 2067, 2069, 2068, 2066 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2077, 2079, 2078, 2076 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2071, 2070 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2073, 2075, 2074, 2072 ] }, + { "bg": 1259, "id": "unconnected", "fg": [ 2080, 2080 ] } ] }, { "id": "t_railing", "multitile": true, - "fg": 2095, - "bg": 1445, + "fg": 2096, + "bg": 1446, "additional_tiles": [ - { "id": "center", "bg": 1445, "fg": 2080 }, - { "id": "corner", "bg": 1445, "fg": [ 2082, 2084, 2083, 2081 ] }, - { "id": "t_connection", "bg": 1445, "fg": [ 2092, 2094, 2093, 2091 ] }, - { "id": "edge", "bg": 1445, "fg": [ 2086, 2085 ] }, - { "id": "end_piece", "bg": 1445, "fg": [ 2088, 2090, 2089, 2087 ] }, - { "bg": 1445, "id": "unconnected", "fg": [ 2095, 2095 ] } + { "id": "center", "bg": 1446, "fg": 2081 }, + { "id": "corner", "bg": 1446, "fg": [ 2083, 2085, 2084, 2082 ] }, + { "id": "t_connection", "bg": 1446, "fg": [ 2093, 2095, 2094, 2092 ] }, + { "id": "edge", "bg": 1446, "fg": [ 2087, 2086 ] }, + { "id": "end_piece", "bg": 1446, "fg": [ 2089, 2091, 2090, 2088 ] }, + { "bg": 1446, "id": "unconnected", "fg": [ 2096, 2096 ] } ] }, { "id": "t_railroad_rubble", "multitile": true, - "fg": 2112, - "bg": 1729, + "fg": 2113, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": [ { "weight": 1, "sprite": 2096 }, { "weight": 1, "sprite": 2097 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2099, 2101, 2100, 2098 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2109, 2111, 2110, 2108 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2103, 2102 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2105, 2107, 2106, 2104 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2112 } + { "id": "center", "bg": 1730, "fg": [ { "weight": 1, "sprite": 2097 }, { "weight": 1, "sprite": 2098 } ] }, + { "id": "corner", "bg": 1730, "fg": [ 2100, 2102, 2101, 2099 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2110, 2112, 2111, 2109 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2104, 2103 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2106, 2108, 2107, 2105 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2113 } ] }, { "id": "t_railroad_rubble_season_summer", "multitile": true, - "fg": 2112, - "bg": 1739, + "fg": 2113, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": [ { "weight": 1, "sprite": 2096 }, { "weight": 1, "sprite": 2097 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2099, 2101, 2100, 2098 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2109, 2111, 2110, 2108 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2103, 2102 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2105, 2107, 2106, 2104 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2112 } + { "id": "center", "bg": 1740, "fg": [ { "weight": 1, "sprite": 2097 }, { "weight": 1, "sprite": 2098 } ] }, + { "id": "corner", "bg": 1740, "fg": [ 2100, 2102, 2101, 2099 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2110, 2112, 2111, 2109 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2104, 2103 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2106, 2108, 2107, 2105 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2113 } ] }, { "id": "t_railroad_rubble_season_autumn", "multitile": true, - "fg": 2112, - "bg": 1734, + "fg": 2113, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": [ { "weight": 1, "sprite": 2096 }, { "weight": 1, "sprite": 2097 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2099, 2101, 2100, 2098 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2109, 2111, 2110, 2108 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2103, 2102 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2105, 2107, 2106, 2104 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2112 } + { "id": "center", "bg": 1735, "fg": [ { "weight": 1, "sprite": 2097 }, { "weight": 1, "sprite": 2098 } ] }, + { "id": "corner", "bg": 1735, "fg": [ 2100, 2102, 2101, 2099 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2110, 2112, 2111, 2109 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2104, 2103 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2106, 2108, 2107, 2105 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2113 } ] }, { "id": "t_railroad_rubble_season_winter", "multitile": true, - "fg": 2112, - "bg": 1258, + "fg": 2113, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": [ { "weight": 1, "sprite": 2096 }, { "weight": 1, "sprite": 2097 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2099, 2101, 2100, 2098 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2109, 2111, 2110, 2108 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2103, 2102 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2105, 2107, 2106, 2104 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2112 } + { "id": "center", "bg": 1259, "fg": [ { "weight": 1, "sprite": 2097 }, { "weight": 1, "sprite": 2098 } ] }, + { "id": "corner", "bg": 1259, "fg": [ 2100, 2102, 2101, 2099 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2110, 2112, 2111, 2109 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2104, 2103 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2106, 2108, 2107, 2105 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2113 } ] }, - { "id": "t_rdoor_c", "fg": 2114 }, - { "id": "t_rdoor_o", "fg": 2115 }, - { "id": "t_rdoor_b", "fg": 2113 }, + { "id": "t_rdoor_c", "fg": 2115 }, + { "id": "t_rdoor_o", "fg": 2116 }, + { "id": "t_rdoor_b", "fg": 2114 }, { "id": "t_reinforced_glass", "multitile": true, - "fg": 2131, + "fg": 2132, "additional_tiles": [ - { "id": "center", "fg": 2116 }, - { "id": "corner", "fg": [ 2118, 2120, 2119, 2117 ] }, - { "id": "t_connection", "fg": [ 2128, 2130, 2129, 2127 ] }, - { "id": "edge", "fg": [ 2122, 2121 ] }, - { "id": "end_piece", "fg": [ 2124, 2126, 2125, 2123 ] }, - { "id": "unconnected", "fg": 2131 } + { "id": "center", "fg": 2117 }, + { "id": "corner", "fg": [ 2119, 2121, 2120, 2118 ] }, + { "id": "t_connection", "fg": [ 2129, 2131, 2130, 2128 ] }, + { "id": "edge", "fg": [ 2123, 2122 ] }, + { "id": "end_piece", "fg": [ 2125, 2127, 2126, 2124 ] }, + { "id": "unconnected", "fg": 2132 } ] }, { "id": "t_rock", "multitile": true, - "fg": 2147, + "fg": 2148, "additional_tiles": [ - { "id": "center", "fg": 2132 }, - { "id": "corner", "fg": [ 2134, 2136, 2135, 2133 ] }, - { "id": "t_connection", "fg": [ 2144, 2146, 2145, 2143 ] }, - { "id": "edge", "fg": [ 2138, 2137 ] }, - { "id": "end_piece", "fg": [ 2140, 2142, 2141, 2139 ] }, - { "id": "unconnected", "fg": 2147 } + { "id": "center", "fg": 2133 }, + { "id": "corner", "fg": [ 2135, 2137, 2136, 2134 ] }, + { "id": "t_connection", "fg": [ 2145, 2147, 2146, 2144 ] }, + { "id": "edge", "fg": [ 2139, 2138 ] }, + { "id": "end_piece", "fg": [ 2141, 2143, 2142, 2140 ] }, + { "id": "unconnected", "fg": 2148 } ] }, { "id": "t_rock_floor", "multitile": true, - "fg": 2165, + "fg": 2166, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 2148 }, { "weight": 1, "sprite": 2149 }, { "weight": 1, "sprite": 2150 } ] + "fg": [ { "weight": 1, "sprite": 2149 }, { "weight": 1, "sprite": 2150 }, { "weight": 1, "sprite": 2151 } ] }, - { "id": "corner", "fg": [ 2152, 2154, 2153, 2151 ] }, - { "id": "t_connection", "fg": [ 2162, 2164, 2163, 2161 ] }, - { "id": "edge", "fg": [ 2156, 2155 ] }, - { "id": "end_piece", "fg": [ 2158, 2160, 2159, 2157 ] }, - { "id": "unconnected", "fg": 2165 } + { "id": "corner", "fg": [ 2153, 2155, 2154, 2152 ] }, + { "id": "t_connection", "fg": [ 2163, 2165, 2164, 2162 ] }, + { "id": "edge", "fg": [ 2157, 2156 ] }, + { "id": "end_piece", "fg": [ 2159, 2161, 2160, 2158 ] }, + { "id": "unconnected", "fg": 2166 } ] }, { "id": "t_rock_wall", "multitile": true, - "fg": 2181, + "fg": 2182, "additional_tiles": [ - { "id": "center", "fg": 2166 }, - { "id": "corner", "fg": [ 2168, 2170, 2169, 2167 ] }, - { "id": "t_connection", "fg": [ 2178, 2180, 2179, 2177 ] }, - { "id": "edge", "fg": [ 2172, 2171 ] }, - { "id": "end_piece", "fg": [ 2174, 2176, 2175, 2173 ] }, - { "id": "unconnected", "fg": 2181 } + { "id": "center", "fg": 2167 }, + { "id": "corner", "fg": [ 2169, 2171, 2170, 2168 ] }, + { "id": "t_connection", "fg": [ 2179, 2181, 2180, 2178 ] }, + { "id": "edge", "fg": [ 2173, 2172 ] }, + { "id": "end_piece", "fg": [ 2175, 2177, 2176, 2174 ] }, + { "id": "unconnected", "fg": 2182 } ] }, { "id": "t_sand", "multitile": true, - "fg": 2200, - "bg": 1729, + "fg": 2201, + "bg": 1730, "additional_tiles": [ { "id": "center", - "bg": 1729, + "bg": 1730, "fg": [ - { "weight": 1, "sprite": 2182 }, { "weight": 1, "sprite": 2183 }, { "weight": 1, "sprite": 2184 }, - { "weight": 1, "sprite": 2185 } + { "weight": 1, "sprite": 2185 }, + { "weight": 1, "sprite": 2186 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2187, 2189, 2188, 2186 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2197, 2199, 2198, 2196 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2191, 2190 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2193, 2195, 2194, 2192 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2200 } + { "id": "corner", "bg": 1730, "fg": [ 2188, 2190, 2189, 2187 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2198, 2200, 2199, 2197 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2192, 2191 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2194, 2196, 2195, 2193 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2201 } ] }, { "id": "t_sand_season_summer", "multitile": true, - "fg": 2200, - "bg": 1739, + "fg": 2201, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": [ { "weight": 1, "sprite": 2182 }, { "weight": 1, "sprite": 2183 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2187, 2189, 2188, 2186 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2197, 2199, 2198, 2196 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2191, 2190 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2193, 2195, 2194, 2192 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2200 } + { "id": "center", "bg": 1740, "fg": [ { "weight": 1, "sprite": 2183 }, { "weight": 1, "sprite": 2184 } ] }, + { "id": "corner", "bg": 1740, "fg": [ 2188, 2190, 2189, 2187 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2198, 2200, 2199, 2197 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2192, 2191 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2194, 2196, 2195, 2193 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2201 } ] }, { "id": "t_sand_season_autumn", "multitile": true, - "fg": 2200, - "bg": 1734, + "fg": 2201, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": [ { "weight": 1, "sprite": 2182 }, { "weight": 1, "sprite": 2183 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2187, 2189, 2188, 2186 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2197, 2199, 2198, 2196 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2191, 2190 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2193, 2195, 2194, 2192 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2200 } + { "id": "center", "bg": 1735, "fg": [ { "weight": 1, "sprite": 2183 }, { "weight": 1, "sprite": 2184 } ] }, + { "id": "corner", "bg": 1735, "fg": [ 2188, 2190, 2189, 2187 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2198, 2200, 2199, 2197 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2192, 2191 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2194, 2196, 2195, 2193 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2201 } ] }, { "id": "t_sand_season_winter", "multitile": true, - "fg": 2200, - "bg": 1258, + "fg": 2201, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": [ { "weight": 1, "sprite": 2182 }, { "weight": 1, "sprite": 2183 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2187, 2189, 2188, 2186 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2197, 2199, 2198, 2196 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2191, 2190 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2193, 2195, 2194, 2192 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2200 } + { "id": "center", "bg": 1259, "fg": [ { "weight": 1, "sprite": 2183 }, { "weight": 1, "sprite": 2184 } ] }, + { "id": "corner", "bg": 1259, "fg": [ 2188, 2190, 2189, 2187 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2198, 2200, 2199, 2197 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2192, 2191 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2194, 2196, 2195, 2193 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2201 } ] }, { "id": "t_scrap_floor", "multitile": true, - "fg": 2216, + "fg": 2217, "additional_tiles": [ - { "id": "center", "fg": 2201 }, - { "id": "corner", "fg": [ 2203, 2205, 2204, 2202 ] }, - { "id": "t_connection", "fg": [ 2213, 2215, 2214, 2212 ] }, - { "id": "edge", "fg": [ 2207, 2206 ] }, - { "id": "end_piece", "fg": [ 2209, 2211, 2210, 2208 ] }, - { "id": "unconnected", "fg": 2216 } + { "id": "center", "fg": 2202 }, + { "id": "corner", "fg": [ 2204, 2206, 2205, 2203 ] }, + { "id": "t_connection", "fg": [ 2214, 2216, 2215, 2213 ] }, + { "id": "edge", "fg": [ 2208, 2207 ] }, + { "id": "end_piece", "fg": [ 2210, 2212, 2211, 2209 ] }, + { "id": "unconnected", "fg": 2217 } ] }, { "id": "t_scrap_wall", "multitile": true, - "fg": 2232, + "fg": 2233, "additional_tiles": [ - { "id": "center", "fg": 2217 }, - { "id": "corner", "fg": [ 2219, 2221, 2220, 2218 ] }, - { "id": "t_connection", "fg": [ 2229, 2231, 2230, 2228 ] }, - { "id": "edge", "fg": [ 2223, 2222 ] }, - { "id": "end_piece", "fg": [ 2225, 2227, 2226, 2224 ] }, - { "id": "unconnected", "fg": 2232 } + { "id": "center", "fg": 2218 }, + { "id": "corner", "fg": [ 2220, 2222, 2221, 2219 ] }, + { "id": "t_connection", "fg": [ 2230, 2232, 2231, 2229 ] }, + { "id": "edge", "fg": [ 2224, 2223 ] }, + { "id": "end_piece", "fg": [ 2226, 2228, 2227, 2225 ] }, + { "id": "unconnected", "fg": 2233 } ] }, { "id": "t_screened_porch_wall", "multitile": true, - "fg": 2248, - "bg": 1626, + "fg": 2249, + "bg": 1627, "additional_tiles": [ - { "id": "center", "bg": 1626, "fg": 2233 }, - { "id": "corner", "bg": 1626, "fg": [ 2235, 2237, 2236, 2234 ] }, - { "id": "t_connection", "bg": 1626, "fg": [ 2245, 2247, 2246, 2244 ] }, - { "id": "edge", "bg": 1626, "fg": [ 2239, 2238 ] }, - { "id": "end_piece", "bg": 1626, "fg": [ 2241, 2243, 2242, 2240 ] }, - { "bg": 1626, "id": "unconnected", "fg": [ 2248, 2248 ] } + { "id": "center", "bg": 1627, "fg": 2234 }, + { "id": "corner", "bg": 1627, "fg": [ 2236, 2238, 2237, 2235 ] }, + { "id": "t_connection", "bg": 1627, "fg": [ 2246, 2248, 2247, 2245 ] }, + { "id": "edge", "bg": 1627, "fg": [ 2240, 2239 ] }, + { "id": "end_piece", "bg": 1627, "fg": [ 2242, 2244, 2243, 2241 ] }, + { "bg": 1627, "id": "unconnected", "fg": [ 2249, 2249 ] } ] }, { "id": "t_sewage", "multitile": true, - "fg": 2264, + "fg": 2265, "additional_tiles": [ - { "id": "center", "fg": 2249 }, - { "id": "corner", "fg": [ 2251, 2253, 2252, 2250 ] }, - { "id": "t_connection", "fg": [ 2261, 2263, 2262, 2260 ] }, - { "id": "edge", "fg": [ 2255, 2254 ] }, - { "id": "end_piece", "fg": [ 2257, 2259, 2258, 2256 ] }, - { "id": "unconnected", "fg": [ 2264, 2264 ] } + { "id": "center", "fg": 2250 }, + { "id": "corner", "fg": [ 2252, 2254, 2253, 2251 ] }, + { "id": "t_connection", "fg": [ 2262, 2264, 2263, 2261 ] }, + { "id": "edge", "fg": [ 2256, 2255 ] }, + { "id": "end_piece", "fg": [ 2258, 2260, 2259, 2257 ] }, + { "id": "unconnected", "fg": [ 2265, 2265 ] } ] }, { "id": "t_sewage_pipe", "multitile": true, - "fg": 2280, + "fg": 2281, "additional_tiles": [ - { "id": "center", "fg": 2265 }, - { "id": "corner", "fg": [ 2267, 2269, 2268, 2266 ] }, - { "id": "t_connection", "fg": [ 2277, 2279, 2278, 2276 ] }, - { "id": "edge", "fg": [ 2271, 2270 ] }, - { "id": "end_piece", "fg": [ 2273, 2275, 2274, 2272 ] }, - { "id": "unconnected", "fg": [ 2280, 2280 ] } + { "id": "center", "fg": 2266 }, + { "id": "corner", "fg": [ 2268, 2270, 2269, 2267 ] }, + { "id": "t_connection", "fg": [ 2278, 2280, 2279, 2277 ] }, + { "id": "edge", "fg": [ 2272, 2271 ] }, + { "id": "end_piece", "fg": [ 2274, 2276, 2275, 2273 ] }, + { "id": "unconnected", "fg": [ 2281, 2281 ] } ] }, { "id": "t_shingle_flat_roof", "multitile": true, - "fg": 2296, - "additional_tiles": [ - { "id": "center", "fg": 2281 }, - { "id": "corner", "fg": [ 2283, 2285, 2284, 2282 ] }, - { "id": "t_connection", "fg": [ 2293, 2295, 2294, 2292 ] }, - { "id": "edge", "fg": [ 2287, 2286 ] }, - { "id": "end_piece", "fg": [ 2289, 2291, 2290, 2288 ] }, - { "id": "unconnected", "fg": 2296 } - ] - }, - { "id": "t_shrub", "fg": 2297, "bg": 1729 }, - { "id": "t_shrub_season_summer", "fg": 2297, "bg": 1739 }, - { "id": "t_shrub_season_autumn", "fg": 2297, "bg": 1734 }, - { "id": "t_shrub_season_winter", "fg": 2298, "bg": 1257 }, - { "id": "t_shrub_blackberry", "fg": 2299, "bg": 1729 }, - { "id": "t_shrub_blackberry_harvested", "fg": 2300, "bg": 1739 }, - { "id": "t_shrub_blackberry_season_summer", "fg": 2301, "bg": 1739 }, - { "id": "t_shrub_blackberry_season_autumn", "fg": 2299, "bg": 1734 }, - { "id": "t_shrub_blackberry_season_winter", "fg": 2302, "bg": 1257 }, - { "id": "t_shrub_blueberry", "fg": 2303, "bg": 1729 }, - { "id": "t_shrub_blueberry_harvested", "fg": 2304, "bg": 1739 }, - { "id": "t_shrub_blueberry_season_summer", "fg": 2305, "bg": 1739 }, - { "id": "t_shrub_blueberry_season_autumn", "fg": 2303, "bg": 1734 }, - { "id": "t_shrub_blueberry_season_winter", "fg": 2306, "bg": 1257 }, - { "id": "t_shrub_grape", "fg": 2307, "bg": 1729 }, - { "id": "t_shrub_grape_harvested", "fg": 2308, "bg": 1739 }, - { "id": "t_shrub_grape_season_summer", "fg": 2309, "bg": 1739 }, - { "id": "t_shrub_grape_season_autumn", "fg": 2307, "bg": 1734 }, - { "id": "t_shrub_grape_season_winter", "fg": 2310, "bg": 1257 }, - { "id": "t_shrub_huckleberry", "fg": 2311, "bg": 1729 }, - { "id": "t_shrub_huckleberry_harvested", "fg": 2312, "bg": 1739 }, - { "id": "t_shrub_huckleberry_season_summer", "fg": 2313, "bg": 1739 }, - { "id": "t_shrub_huckleberry_season_autumn", "fg": 2311, "bg": 1734 }, - { "id": "t_shrub_huckleberry_season_winter", "fg": 2314, "bg": 1257 }, - { "id": "t_shrub_hydrangea", "fg": 2316, "bg": 1729 }, - { "id": "t_shrub_hydrangea_harvested", "fg": 2315, "bg": 1729 }, - { "id": "t_shrub_hydrangea_season_summer", "fg": 2317, "bg": 1739 }, - { "id": "t_shrub_hydrangea_season_autumn", "fg": 2316, "bg": 1734 }, - { "id": "t_shrub_hydrangea_season_winter", "fg": 2318, "bg": 1257 }, - { "id": "t_shrub_lilac", "fg": 2320, "bg": 1729 }, - { "id": "t_shrub_lilac_harvested", "fg": 2319, "bg": 1729 }, - { "id": "t_shrub_lilac_season_summer", "fg": 2321, "bg": 1739 }, - { "id": "t_shrub_lilac_season_autumn", "fg": 2319, "bg": 1734 }, - { "id": "t_shrub_lilac_season_winter", "fg": 2322, "bg": 1257 }, - { "id": "t_shrub_peanut", "fg": 2323, "bg": 1729 }, - { "id": "t_shrub_peanut_harvested", "fg": 2325, "bg": 1734 }, - { "id": "t_shrub_peanut_season_summer", "fg": 2323, "bg": 1739 }, - { "id": "t_shrub_peanut_season_autumn", "fg": 2324, "bg": 1734 }, - { "id": "t_shrub_peanut_season_winter", "fg": 2326, "bg": 1257 }, - { "id": "t_shrub_raspberry", "fg": 2327, "bg": 1729 }, - { "id": "t_shrub_raspberry_harvested", "fg": 2328, "bg": 1739 }, - { "id": "t_shrub_raspberry_season_summer", "fg": 2329, "bg": 1739 }, - { "id": "t_shrub_raspberry_season_autumn", "fg": 2327, "bg": 1734 }, - { "id": "t_shrub_raspberry_season_winter", "fg": 2330, "bg": 1257 }, - { "id": "t_shrub_rose", "fg": 2332, "bg": 1729 }, - { "id": "t_shrub_rose_season_summer", "fg": 2332, "bg": 1739 }, - { "id": "t_shrub_rose_harvested", "fg": 2332, "bg": 1734 }, - { "id": "t_shrub_rose_season_autumn", "fg": 2331, "bg": 1734 }, - { "id": "t_shrub_rose_season_winter", "fg": 2333, "bg": 1257 }, - { "id": "t_shrub_strawberry", "fg": 2334, "bg": 1729 }, - { "id": "t_shrub_strawberry_harvested", "fg": 2335, "bg": 1739 }, - { "id": "t_shrub_strawberry_season_summer", "fg": 2336, "bg": 1739 }, - { "id": "t_shrub_strawberry_season_autumn", "fg": 2334, "bg": 1734 }, - { "id": "t_shrub_strawberry_season_winter", "fg": 2337, "bg": 1257 }, + "fg": 2297, + "additional_tiles": [ + { "id": "center", "fg": 2282 }, + { "id": "corner", "fg": [ 2284, 2286, 2285, 2283 ] }, + { "id": "t_connection", "fg": [ 2294, 2296, 2295, 2293 ] }, + { "id": "edge", "fg": [ 2288, 2287 ] }, + { "id": "end_piece", "fg": [ 2290, 2292, 2291, 2289 ] }, + { "id": "unconnected", "fg": 2297 } + ] + }, + { "id": "t_shrub", "fg": 2298, "bg": 1730 }, + { "id": "t_shrub_season_summer", "fg": 2298, "bg": 1740 }, + { "id": "t_shrub_season_autumn", "fg": 2298, "bg": 1735 }, + { "id": "t_shrub_season_winter", "fg": 2299, "bg": 1258 }, + { "id": "t_shrub_blackberry", "fg": 2300, "bg": 1730 }, + { "id": "t_shrub_blackberry_harvested", "fg": 2301, "bg": 1740 }, + { "id": "t_shrub_blackberry_season_summer", "fg": 2302, "bg": 1740 }, + { "id": "t_shrub_blackberry_season_autumn", "fg": 2300, "bg": 1735 }, + { "id": "t_shrub_blackberry_season_winter", "fg": 2303, "bg": 1258 }, + { "id": "t_shrub_blueberry", "fg": 2304, "bg": 1730 }, + { "id": "t_shrub_blueberry_harvested", "fg": 2305, "bg": 1740 }, + { "id": "t_shrub_blueberry_season_summer", "fg": 2306, "bg": 1740 }, + { "id": "t_shrub_blueberry_season_autumn", "fg": 2304, "bg": 1735 }, + { "id": "t_shrub_blueberry_season_winter", "fg": 2307, "bg": 1258 }, + { "id": "t_shrub_grape", "fg": 2308, "bg": 1730 }, + { "id": "t_shrub_grape_harvested", "fg": 2309, "bg": 1740 }, + { "id": "t_shrub_grape_season_summer", "fg": 2310, "bg": 1740 }, + { "id": "t_shrub_grape_season_autumn", "fg": 2308, "bg": 1735 }, + { "id": "t_shrub_grape_season_winter", "fg": 2311, "bg": 1258 }, + { "id": "t_shrub_huckleberry", "fg": 2312, "bg": 1730 }, + { "id": "t_shrub_huckleberry_harvested", "fg": 2313, "bg": 1740 }, + { "id": "t_shrub_huckleberry_season_summer", "fg": 2314, "bg": 1740 }, + { "id": "t_shrub_huckleberry_season_autumn", "fg": 2312, "bg": 1735 }, + { "id": "t_shrub_huckleberry_season_winter", "fg": 2315, "bg": 1258 }, + { "id": "t_shrub_hydrangea", "fg": 2317, "bg": 1730 }, + { "id": "t_shrub_hydrangea_harvested", "fg": 2316, "bg": 1730 }, + { "id": "t_shrub_hydrangea_season_summer", "fg": 2318, "bg": 1740 }, + { "id": "t_shrub_hydrangea_season_autumn", "fg": 2317, "bg": 1735 }, + { "id": "t_shrub_hydrangea_season_winter", "fg": 2319, "bg": 1258 }, + { "id": "t_shrub_lilac", "fg": 2321, "bg": 1730 }, + { "id": "t_shrub_lilac_harvested", "fg": 2320, "bg": 1730 }, + { "id": "t_shrub_lilac_season_summer", "fg": 2322, "bg": 1740 }, + { "id": "t_shrub_lilac_season_autumn", "fg": 2320, "bg": 1735 }, + { "id": "t_shrub_lilac_season_winter", "fg": 2323, "bg": 1258 }, + { "id": "t_shrub_peanut", "fg": 2324, "bg": 1730 }, + { "id": "t_shrub_peanut_harvested", "fg": 2326, "bg": 1735 }, + { "id": "t_shrub_peanut_season_summer", "fg": 2324, "bg": 1740 }, + { "id": "t_shrub_peanut_season_autumn", "fg": 2325, "bg": 1735 }, + { "id": "t_shrub_peanut_season_winter", "fg": 2327, "bg": 1258 }, + { "id": "t_shrub_raspberry", "fg": 2328, "bg": 1730 }, + { "id": "t_shrub_raspberry_harvested", "fg": 2329, "bg": 1740 }, + { "id": "t_shrub_raspberry_season_summer", "fg": 2330, "bg": 1740 }, + { "id": "t_shrub_raspberry_season_autumn", "fg": 2328, "bg": 1735 }, + { "id": "t_shrub_raspberry_season_winter", "fg": 2331, "bg": 1258 }, + { "id": "t_shrub_rose", "fg": 2333, "bg": 1730 }, + { "id": "t_shrub_rose_season_summer", "fg": 2333, "bg": 1740 }, + { "id": "t_shrub_rose_harvested", "fg": 2333, "bg": 1735 }, + { "id": "t_shrub_rose_season_autumn", "fg": 2332, "bg": 1735 }, + { "id": "t_shrub_rose_season_winter", "fg": 2334, "bg": 1258 }, + { "id": "t_shrub_strawberry", "fg": 2335, "bg": 1730 }, + { "id": "t_shrub_strawberry_harvested", "fg": 2336, "bg": 1740 }, + { "id": "t_shrub_strawberry_season_summer", "fg": 2337, "bg": 1740 }, + { "id": "t_shrub_strawberry_season_autumn", "fg": 2335, "bg": 1735 }, + { "id": "t_shrub_strawberry_season_winter", "fg": 2338, "bg": 1258 }, { "id": [ "t_sidewalk", "t_sidewalk_bg_dp" ], "multitile": true, - "fg": 2353, + "fg": 2354, "additional_tiles": [ - { "id": "center", "fg": 2338 }, - { "id": "corner", "fg": [ 2340, 2342, 2341, 2339 ] }, - { "id": "t_connection", "fg": [ 2350, 2352, 2351, 2349 ] }, - { "id": "edge", "fg": [ 2344, 2343 ] }, - { "id": "end_piece", "fg": [ 2346, 2348, 2347, 2345 ] }, - { "id": "unconnected", "fg": 2353 } + { "id": "center", "fg": 2339 }, + { "id": "corner", "fg": [ 2341, 2343, 2342, 2340 ] }, + { "id": "t_connection", "fg": [ 2351, 2353, 2352, 2350 ] }, + { "id": "edge", "fg": [ 2345, 2344 ] }, + { "id": "end_piece", "fg": [ 2347, 2349, 2348, 2346 ] }, + { "id": "unconnected", "fg": 2354 } ] }, - { "id": "t_sidewalk_season_winter", "fg": 1258 }, + { "id": "t_sidewalk_season_winter", "fg": 1259 }, { "id": "t_strconc_floor", "multitile": true, - "fg": 2370, + "fg": 2371, "additional_tiles": [ - { "id": "center", "fg": 2355 }, - { "id": "corner", "fg": [ 2357, 2359, 2358, 2356 ] }, - { "id": "t_connection", "fg": [ 2367, 2369, 2368, 2366 ] }, - { "id": "edge", "fg": [ 2361, 2360 ] }, - { "id": "end_piece", "fg": [ 2363, 2365, 2364, 2362 ] }, - { "id": "unconnected", "fg": 2370 } + { "id": "center", "fg": 2356 }, + { "id": "corner", "fg": [ 2358, 2360, 2359, 2357 ] }, + { "id": "t_connection", "fg": [ 2368, 2370, 2369, 2367 ] }, + { "id": "edge", "fg": [ 2362, 2361 ] }, + { "id": "end_piece", "fg": [ 2364, 2366, 2365, 2363 ] }, + { "id": "unconnected", "fg": 2371 } ] }, - { "id": "t_stump", "fg": 2371, "bg": 1729 }, - { "id": "t_stump_season_summer", "fg": 2371, "bg": 1739 }, - { "id": "t_stump_season_autumn", "fg": 2371, "bg": 1734 }, - { "id": "t_stump_season_winter", "fg": 2371, "bg": 1257 }, - { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 2372 }, { "weight": 100, "sprite": 2373 } ] }, + { "id": "t_stump", "fg": 2372, "bg": 1730 }, + { "id": "t_stump_season_summer", "fg": 2372, "bg": 1740 }, + { "id": "t_stump_season_autumn", "fg": 2372, "bg": 1735 }, + { "id": "t_stump_season_winter", "fg": 2372, "bg": 1258 }, + { "id": "f_tatami", "fg": [ { "weight": 100, "sprite": 2373 }, { "weight": 100, "sprite": 2374 } ] }, { "id": "t_thconc_floor", "multitile": true, - "fg": 2389, + "fg": 2390, "additional_tiles": [ - { "id": "center", "fg": 2374 }, - { "id": "corner", "fg": [ 2376, 2378, 2377, 2375 ] }, - { "id": "t_connection", "fg": [ 2386, 2388, 2387, 2385 ] }, - { "id": "edge", "fg": [ 2380, 2379 ] }, - { "id": "end_piece", "fg": [ 2382, 2384, 2383, 2381 ] }, - { "id": "unconnected", "fg": 2389 } + { "id": "center", "fg": 2375 }, + { "id": "corner", "fg": [ 2377, 2379, 2378, 2376 ] }, + { "id": "t_connection", "fg": [ 2387, 2389, 2388, 2386 ] }, + { "id": "edge", "fg": [ 2381, 2380 ] }, + { "id": "end_piece", "fg": [ 2383, 2385, 2384, 2382 ] }, + { "id": "unconnected", "fg": 2390 } ] }, - { "id": "t_underbrush", "fg": 2390, "bg": 1729 }, - { "id": "t_underbrush_harvested_spring", "fg": 2391, "bg": 1729 }, - { "id": "t_underbrush_season_summer", "fg": 2390, "bg": 1739 }, - { "id": "t_underbrush_harvested_summer", "fg": 2391, "bg": 1739 }, - { "id": "t_underbrush_season_autumn", "fg": 2390, "bg": 1734 }, - { "id": "t_underbrush_harvested_autumn", "fg": 2391, "bg": 1734 }, - { "id": "t_underbrush_harvested_winter", "fg": 2391, "bg": 1257 }, - { "id": "t_underbrush_season_winter", "fg": 2390, "bg": 1257 }, + { "id": "t_underbrush", "fg": 2391, "bg": 1730 }, + { "id": "t_underbrush_harvested_spring", "fg": 2392, "bg": 1730 }, + { "id": "t_underbrush_season_summer", "fg": 2391, "bg": 1740 }, + { "id": "t_underbrush_harvested_summer", "fg": 2392, "bg": 1740 }, + { "id": "t_underbrush_season_autumn", "fg": 2391, "bg": 1735 }, + { "id": "t_underbrush_harvested_autumn", "fg": 2392, "bg": 1735 }, + { "id": "t_underbrush_harvested_winter", "fg": 2392, "bg": 1258 }, + { "id": "t_underbrush_season_winter", "fg": 2391, "bg": 1258 }, { "id": "t_wall", "multitile": true, - "fg": 2407, + "fg": 2408, "additional_tiles": [ - { "id": "center", "fg": 2392 }, - { "id": "corner", "fg": [ 2394, 2396, 2395, 2393 ] }, - { "id": "t_connection", "fg": [ 2404, 2406, 2405, 2403 ] }, - { "id": "edge", "fg": [ 2398, 2397 ] }, - { "id": "end_piece", "fg": [ 2400, 2402, 2401, 2399 ] }, - { "id": "unconnected", "fg": 2407 } + { "id": "center", "fg": 2393 }, + { "id": "corner", "fg": [ 2395, 2397, 2396, 2394 ] }, + { "id": "t_connection", "fg": [ 2405, 2407, 2406, 2404 ] }, + { "id": "edge", "fg": [ 2399, 2398 ] }, + { "id": "end_piece", "fg": [ 2401, 2403, 2402, 2400 ] }, + { "id": "unconnected", "fg": 2408 } ] }, { "id": "t_wall_b", "multitile": true, - "fg": 2423, + "fg": 2424, "additional_tiles": [ - { "id": "center", "fg": 2408 }, - { "id": "corner", "fg": [ 2410, 2412, 2411, 2409 ] }, - { "id": "t_connection", "fg": [ 2420, 2422, 2421, 2419 ] }, - { "id": "edge", "fg": [ 2414, 2413 ] }, - { "id": "end_piece", "fg": [ 2416, 2418, 2417, 2415 ] }, - { "id": "unconnected", "fg": 2423 } + { "id": "center", "fg": 2409 }, + { "id": "corner", "fg": [ 2411, 2413, 2412, 2410 ] }, + { "id": "t_connection", "fg": [ 2421, 2423, 2422, 2420 ] }, + { "id": "edge", "fg": [ 2415, 2414 ] }, + { "id": "end_piece", "fg": [ 2417, 2419, 2418, 2416 ] }, + { "id": "unconnected", "fg": 2424 } ] }, { "id": "t_wall_g", "multitile": true, - "fg": 2439, + "fg": 2440, "additional_tiles": [ - { "id": "center", "fg": 2424 }, - { "id": "corner", "fg": [ 2426, 2428, 2427, 2425 ] }, - { "id": "t_connection", "fg": [ 2436, 2438, 2437, 2435 ] }, - { "id": "edge", "fg": [ 2430, 2429 ] }, - { "id": "end_piece", "fg": [ 2432, 2434, 2433, 2431 ] }, - { "id": "unconnected", "fg": 2439 } + { "id": "center", "fg": 2425 }, + { "id": "corner", "fg": [ 2427, 2429, 2428, 2426 ] }, + { "id": "t_connection", "fg": [ 2437, 2439, 2438, 2436 ] }, + { "id": "edge", "fg": [ 2431, 2430 ] }, + { "id": "end_piece", "fg": [ 2433, 2435, 2434, 2432 ] }, + { "id": "unconnected", "fg": 2440 } ] }, { "id": [ "t_wall_glass", "t_wall_glass_alarm" ], "multitile": true, - "fg": 2455, + "fg": 2456, "additional_tiles": [ - { "id": "center", "fg": 2440 }, - { "id": "corner", "fg": [ 2442, 2444, 2443, 2441 ] }, - { "id": "t_connection", "fg": [ 2452, 2454, 2453, 2451 ] }, - { "id": "edge", "fg": [ 2446, 2445 ] }, - { "id": "end_piece", "fg": [ 2448, 2450, 2449, 2447 ] }, - { "id": "unconnected", "fg": 2455 } + { "id": "center", "fg": 2441 }, + { "id": "corner", "fg": [ 2443, 2445, 2444, 2442 ] }, + { "id": "t_connection", "fg": [ 2453, 2455, 2454, 2452 ] }, + { "id": "edge", "fg": [ 2447, 2446 ] }, + { "id": "end_piece", "fg": [ 2449, 2451, 2450, 2448 ] }, + { "id": "unconnected", "fg": 2456 } ] }, { "id": "t_wall_log", "multitile": true, - "fg": 2471, - "bg": 1729, + "fg": 2472, + "bg": 1730, "additional_tiles": [ - { "id": "center", "fg": 2456 }, - { "id": "corner", "fg": [ 2458, 2460, 2459, 2457 ] }, - { "id": "t_connection", "fg": [ 2468, 2470, 2469, 2467 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2462, 2461 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2464, 2466, 2465, 2463 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2471 } + { "id": "center", "fg": 2457 }, + { "id": "corner", "fg": [ 2459, 2461, 2460, 2458 ] }, + { "id": "t_connection", "fg": [ 2469, 2471, 2470, 2468 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2463, 2462 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2465, 2467, 2466, 2464 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2472 } ] }, { "id": "t_wall_p", "multitile": true, - "fg": 2487, + "fg": 2488, "additional_tiles": [ - { "id": "center", "fg": 2472 }, - { "id": "corner", "fg": [ 2474, 2476, 2475, 2473 ] }, - { "id": "t_connection", "fg": [ 2484, 2486, 2485, 2483 ] }, - { "id": "edge", "fg": [ 2478, 2477 ] }, - { "id": "end_piece", "fg": [ 2480, 2482, 2481, 2479 ] }, - { "id": "unconnected", "fg": 2487 } + { "id": "center", "fg": 2473 }, + { "id": "corner", "fg": [ 2475, 2477, 2476, 2474 ] }, + { "id": "t_connection", "fg": [ 2485, 2487, 2486, 2484 ] }, + { "id": "edge", "fg": [ 2479, 2478 ] }, + { "id": "end_piece", "fg": [ 2481, 2483, 2482, 2480 ] }, + { "id": "unconnected", "fg": 2488 } ] }, { "id": "t_wall_r", "multitile": true, - "fg": 2503, + "fg": 2504, "additional_tiles": [ - { "id": "center", "fg": 2488 }, - { "id": "corner", "fg": [ 2490, 2492, 2491, 2489 ] }, - { "id": "t_connection", "fg": [ 2500, 2502, 2501, 2499 ] }, - { "id": "edge", "fg": [ 2494, 2493 ] }, - { "id": "end_piece", "fg": [ 2496, 2498, 2497, 2495 ] }, - { "id": "unconnected", "fg": 2503 } + { "id": "center", "fg": 2489 }, + { "id": "corner", "fg": [ 2491, 2493, 2492, 2490 ] }, + { "id": "t_connection", "fg": [ 2501, 2503, 2502, 2500 ] }, + { "id": "edge", "fg": [ 2495, 2494 ] }, + { "id": "end_piece", "fg": [ 2497, 2499, 2498, 2496 ] }, + { "id": "unconnected", "fg": 2504 } ] }, { "id": "t_wall_resin", "multitile": true, - "fg": 2521, + "fg": 2522, "additional_tiles": [ - { "id": "center", "fg": 2506 }, - { "id": "corner", "fg": [ 2508, 2510, 2509, 2507 ] }, - { "id": "t_connection", "fg": [ 2518, 2520, 2519, 2517 ] }, - { "id": "edge", "fg": [ 2512, 2511 ] }, - { "id": "end_piece", "fg": [ 2514, 2516, 2515, 2513 ] }, - { "id": "unconnected", "fg": 2521 } + { "id": "center", "fg": 2507 }, + { "id": "corner", "fg": [ 2509, 2511, 2510, 2508 ] }, + { "id": "t_connection", "fg": [ 2519, 2521, 2520, 2518 ] }, + { "id": "edge", "fg": [ 2513, 2512 ] }, + { "id": "end_piece", "fg": [ 2515, 2517, 2516, 2514 ] }, + { "id": "unconnected", "fg": 2522 } ] }, - { "id": "t_resin_hole_c", "fg": 2504 }, - { "id": "t_resin_hole_o", "fg": 2505 }, + { "id": "t_resin_hole_c", "fg": 2505 }, + { "id": "t_resin_hole_o", "fg": 2506 }, { "id": "t_wall_w", "multitile": true, - "fg": 2537, + "fg": 2538, "additional_tiles": [ - { "id": "center", "fg": 2522 }, - { "id": "corner", "fg": [ 2524, 2526, 2525, 2523 ] }, - { "id": "t_connection", "fg": [ 2534, 2536, 2535, 2533 ] }, - { "id": "edge", "fg": [ 2528, 2527 ] }, - { "id": "end_piece", "fg": [ 2530, 2532, 2531, 2529 ] }, - { "id": "unconnected", "fg": 2537 } + { "id": "center", "fg": 2523 }, + { "id": "corner", "fg": [ 2525, 2527, 2526, 2524 ] }, + { "id": "t_connection", "fg": [ 2535, 2537, 2536, 2534 ] }, + { "id": "edge", "fg": [ 2529, 2528 ] }, + { "id": "end_piece", "fg": [ 2531, 2533, 2532, 2530 ] }, + { "id": "unconnected", "fg": 2538 } ] }, { "id": [ "t_wall_wood", "t_wall_wood_chipped", "t_wall_wood_broken" ], "multitile": true, - "fg": 2553, + "fg": 2554, "additional_tiles": [ - { "id": "center", "fg": 2538 }, - { "id": "corner", "fg": [ 2540, 2542, 2541, 2539 ] }, - { "id": "t_connection", "fg": [ 2550, 2552, 2551, 2549 ] }, - { "id": "edge", "fg": [ 2544, 2543 ] }, - { "id": "end_piece", "fg": [ 2546, 2548, 2547, 2545 ] }, - { "id": "unconnected", "fg": 2553 } + { "id": "center", "fg": 2539 }, + { "id": "corner", "fg": [ 2541, 2543, 2542, 2540 ] }, + { "id": "t_connection", "fg": [ 2551, 2553, 2552, 2550 ] }, + { "id": "edge", "fg": [ 2545, 2544 ] }, + { "id": "end_piece", "fg": [ 2547, 2549, 2548, 2546 ] }, + { "id": "unconnected", "fg": 2554 } ] }, { "id": "t_wall_y", "multitile": true, - "fg": 2569, + "fg": 2570, "additional_tiles": [ - { "id": "center", "fg": 2554 }, - { "id": "corner", "fg": [ 2556, 2558, 2557, 2555 ] }, - { "id": "t_connection", "fg": [ 2566, 2568, 2567, 2565 ] }, - { "id": "edge", "fg": [ 2560, 2559 ] }, - { "id": "end_piece", "fg": [ 2562, 2564, 2563, 2561 ] }, - { "id": "unconnected", "fg": 2569 } + { "id": "center", "fg": 2555 }, + { "id": "corner", "fg": [ 2557, 2559, 2558, 2556 ] }, + { "id": "t_connection", "fg": [ 2567, 2569, 2568, 2566 ] }, + { "id": "edge", "fg": [ 2561, 2560 ] }, + { "id": "end_piece", "fg": [ 2563, 2565, 2564, 2562 ] }, + { "id": "unconnected", "fg": 2570 } ] }, { "id": [ "t_water_dp", "t_swater_dp" ], "multitile": true, - "fg": 2588, - "bg": 1729, + "fg": 2589, + "bg": 1730, "additional_tiles": [ { "id": "center", - "bg": 1729, + "bg": 1730, "fg": [ - { "weight": 1, "sprite": 2570 }, { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 }, - { "weight": 1, "sprite": 2573 } + { "weight": 1, "sprite": 2573 }, + { "weight": 1, "sprite": 2574 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2575, 2577, 2576, 2574 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2585, 2587, 2586, 2584 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2579, 2578 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2581, 2583, 2582, 2580 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2588 } + { "id": "corner", "bg": 1730, "fg": [ 2576, 2578, 2577, 2575 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2586, 2588, 2587, 2585 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2580, 2579 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2582, 2584, 2583, 2581 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2589 } ] }, { "id": [ "t_water_dp_season_summer", "t_swater_dp_season_summer" ], "multitile": true, - "fg": 2588, - "bg": 1739, + "fg": 2589, + "bg": 1740, "additional_tiles": [ { "id": "center", - "bg": 1739, - "fg": [ { "weight": 1, "sprite": 2570 }, { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 } ] + "bg": 1740, + "fg": [ { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 }, { "weight": 1, "sprite": 2573 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2575, 2577, 2576, 2574 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2585, 2587, 2586, 2584 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2579, 2578 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2581, 2583, 2582, 2580 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2588 } + { "id": "corner", "bg": 1740, "fg": [ 2576, 2578, 2577, 2575 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2586, 2588, 2587, 2585 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2580, 2579 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2582, 2584, 2583, 2581 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2589 } ] }, { "id": [ "t_water_dp_season_autumn", "t_swater_dp_season_autumn" ], "multitile": true, - "fg": 2588, - "bg": 1734, + "fg": 2589, + "bg": 1735, "additional_tiles": [ { "id": "center", - "bg": 1734, - "fg": [ { "weight": 1, "sprite": 2570 }, { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 } ] + "bg": 1735, + "fg": [ { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 }, { "weight": 1, "sprite": 2573 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2575, 2577, 2576, 2574 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2585, 2587, 2586, 2584 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2579, 2578 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2581, 2583, 2582, 2580 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2588 } + { "id": "corner", "bg": 1735, "fg": [ 2576, 2578, 2577, 2575 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2586, 2588, 2587, 2585 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2580, 2579 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2582, 2584, 2583, 2581 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2589 } ] }, { "id": [ "t_water_dp_season_winter", "t_swater_dp_season_winter" ], "multitile": true, - "fg": 2588, - "bg": 1258, + "fg": 2589, + "bg": 1259, "additional_tiles": [ { "id": "center", - "bg": 1258, - "fg": [ { "weight": 1, "sprite": 2570 }, { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 } ] + "bg": 1259, + "fg": [ { "weight": 1, "sprite": 2571 }, { "weight": 1, "sprite": 2572 }, { "weight": 1, "sprite": 2573 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2575, 2577, 2576, 2574 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2585, 2587, 2586, 2584 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2579, 2578 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2581, 2583, 2582, 2580 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2588 } + { "id": "corner", "bg": 1259, "fg": [ 2576, 2578, 2577, 2575 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2586, 2588, 2587, 2585 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2580, 2579 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2582, 2584, 2583, 2581 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2589 } ] }, { "id": "t_water_hot", - "fg": 2604, - "bg": 1729, + "fg": 2605, + "bg": 1730, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2589, "bg": 1729 }, - { "id": "corner", "fg": [ 2591, 2593, 2592, 2590 ], "bg": 1729 }, - { "id": "t_connection", "fg": [ 2601, 2603, 2602, 2600 ], "bg": 1729 }, - { "id": "edge", "fg": [ 2595, 2594 ], "bg": 1729 }, - { "id": "end_piece", "fg": [ 2597, 2599, 2598, 2596 ], "bg": 1729 }, - { "id": "unconnected", "fg": [ 2604, 2604 ], "bg": 1729 } + { "id": "center", "fg": 2590, "bg": 1730 }, + { "id": "corner", "fg": [ 2592, 2594, 2593, 2591 ], "bg": 1730 }, + { "id": "t_connection", "fg": [ 2602, 2604, 2603, 2601 ], "bg": 1730 }, + { "id": "edge", "fg": [ 2596, 2595 ], "bg": 1730 }, + { "id": "end_piece", "fg": [ 2598, 2600, 2599, 2597 ], "bg": 1730 }, + { "id": "unconnected", "fg": [ 2605, 2605 ], "bg": 1730 } ] }, { "id": "t_water_hot_season_summer", - "fg": 2604, - "bg": 1739, + "fg": 2605, + "bg": 1740, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2589, "bg": 1739 }, - { "id": "corner", "fg": [ 2591, 2593, 2592, 2590 ], "bg": 1739 }, - { "id": "t_connection", "fg": [ 2601, 2603, 2602, 2600 ], "bg": 1739 }, - { "id": "edge", "fg": [ 2595, 2594 ], "bg": 1739 }, - { "id": "end_piece", "fg": [ 2597, 2599, 2598, 2596 ], "bg": 1739 }, - { "id": "unconnected", "fg": [ 2604, 2604 ], "bg": 1739 } + { "id": "center", "fg": 2590, "bg": 1740 }, + { "id": "corner", "fg": [ 2592, 2594, 2593, 2591 ], "bg": 1740 }, + { "id": "t_connection", "fg": [ 2602, 2604, 2603, 2601 ], "bg": 1740 }, + { "id": "edge", "fg": [ 2596, 2595 ], "bg": 1740 }, + { "id": "end_piece", "fg": [ 2598, 2600, 2599, 2597 ], "bg": 1740 }, + { "id": "unconnected", "fg": [ 2605, 2605 ], "bg": 1740 } ] }, { "id": "t_water_hot_season_autumn", - "fg": 2604, - "bg": 1734, + "fg": 2605, + "bg": 1735, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2589, "bg": 1734 }, - { "id": "corner", "fg": [ 2591, 2593, 2592, 2590 ], "bg": 1734 }, - { "id": "t_connection", "fg": [ 2601, 2603, 2602, 2600 ], "bg": 1734 }, - { "id": "edge", "fg": [ 2595, 2594 ], "bg": 1734 }, - { "id": "end_piece", "fg": [ 2597, 2599, 2598, 2596 ], "bg": 1734 }, - { "id": "unconnected", "fg": [ 2604, 2604 ], "bg": 1734 } + { "id": "center", "fg": 2590, "bg": 1735 }, + { "id": "corner", "fg": [ 2592, 2594, 2593, 2591 ], "bg": 1735 }, + { "id": "t_connection", "fg": [ 2602, 2604, 2603, 2601 ], "bg": 1735 }, + { "id": "edge", "fg": [ 2596, 2595 ], "bg": 1735 }, + { "id": "end_piece", "fg": [ 2598, 2600, 2599, 2597 ], "bg": 1735 }, + { "id": "unconnected", "fg": [ 2605, 2605 ], "bg": 1735 } ] }, { "id": "t_water_hot_season_winter", - "fg": 2604, - "bg": 1258, + "fg": 2605, + "bg": 1259, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 2589, "bg": 1258 }, - { "id": "corner", "fg": [ 2591, 2593, 2592, 2590 ], "bg": 1258 }, - { "id": "t_connection", "fg": [ 2601, 2603, 2602, 2600 ], "bg": 1258 }, - { "id": "edge", "fg": [ 2595, 2594 ], "bg": 1258 }, - { "id": "end_piece", "fg": [ 2597, 2599, 2598, 2596 ], "bg": 1258 }, - { "id": "unconnected", "fg": [ 2604, 2604 ], "bg": 1258 } + { "id": "center", "fg": 2590, "bg": 1259 }, + { "id": "corner", "fg": [ 2592, 2594, 2593, 2591 ], "bg": 1259 }, + { "id": "t_connection", "fg": [ 2602, 2604, 2603, 2601 ], "bg": 1259 }, + { "id": "edge", "fg": [ 2596, 2595 ], "bg": 1259 }, + { "id": "end_piece", "fg": [ 2598, 2600, 2599, 2597 ], "bg": 1259 }, + { "id": "unconnected", "fg": [ 2605, 2605 ], "bg": 1259 } ] }, { "id": [ "t_water_moving_dp", "t_swater_moving_dp" ], "multitile": true, - "fg": 2621, - "bg": 1729, + "fg": 2622, + "bg": 1730, "additional_tiles": [ - { "id": "center", "bg": 1729, "fg": [ { "weight": 1, "sprite": 2605 }, { "weight": 1, "sprite": 2606 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2608, 2610, 2609, 2607 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2618, 2620, 2619, 2617 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2612, 2611 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2614, 2616, 2615, 2613 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2621 } + { "id": "center", "bg": 1730, "fg": [ { "weight": 1, "sprite": 2606 }, { "weight": 1, "sprite": 2607 } ] }, + { "id": "corner", "bg": 1730, "fg": [ 2609, 2611, 2610, 2608 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2619, 2621, 2620, 2618 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2613, 2612 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2615, 2617, 2616, 2614 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2622 } ] }, { "id": [ "t_water_moving_dp_season_summer", "t_swater_moving_dp_season_summer" ], "multitile": true, - "fg": 2621, - "bg": 1739, + "fg": 2622, + "bg": 1740, "additional_tiles": [ - { "id": "center", "bg": 1739, "fg": [ { "weight": 1, "sprite": 2605 }, { "weight": 1, "sprite": 2606 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2608, 2610, 2609, 2607 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2618, 2620, 2619, 2617 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2612, 2611 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2614, 2616, 2615, 2613 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2621 } + { "id": "center", "bg": 1740, "fg": [ { "weight": 1, "sprite": 2606 }, { "weight": 1, "sprite": 2607 } ] }, + { "id": "corner", "bg": 1740, "fg": [ 2609, 2611, 2610, 2608 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2619, 2621, 2620, 2618 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2613, 2612 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2615, 2617, 2616, 2614 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2622 } ] }, { "id": [ "t_water_moving_dp_season_autumn", "t_swater_moving_dp_season_autumn" ], "multitile": true, - "fg": 2621, - "bg": 1734, + "fg": 2622, + "bg": 1735, "additional_tiles": [ - { "id": "center", "bg": 1734, "fg": [ { "weight": 1, "sprite": 2605 }, { "weight": 1, "sprite": 2606 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2608, 2610, 2609, 2607 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2618, 2620, 2619, 2617 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2612, 2611 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2614, 2616, 2615, 2613 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2621 } + { "id": "center", "bg": 1735, "fg": [ { "weight": 1, "sprite": 2606 }, { "weight": 1, "sprite": 2607 } ] }, + { "id": "corner", "bg": 1735, "fg": [ 2609, 2611, 2610, 2608 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2619, 2621, 2620, 2618 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2613, 2612 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2615, 2617, 2616, 2614 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2622 } ] }, { "id": [ "t_water_moving_dp_season_winter", "t_swater_moving_dp_season_winter" ], "multitile": true, - "fg": 2621, - "bg": 1258, + "fg": 2622, + "bg": 1259, "additional_tiles": [ - { "id": "center", "bg": 1258, "fg": [ { "weight": 1, "sprite": 2605 }, { "weight": 1, "sprite": 2606 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2608, 2610, 2609, 2607 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2618, 2620, 2619, 2617 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2612, 2611 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2614, 2616, 2615, 2613 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2621 } + { "id": "center", "bg": 1259, "fg": [ { "weight": 1, "sprite": 2606 }, { "weight": 1, "sprite": 2607 } ] }, + { "id": "corner", "bg": 1259, "fg": [ 2609, 2611, 2610, 2608 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2619, 2621, 2620, 2618 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2613, 2612 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2615, 2617, 2616, 2614 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2622 } ] }, { "id": [ "t_water_moving_sh", "t_swater_moving_sh" ], "multitile": true, - "fg": 2640, - "bg": 1729, + "fg": 2641, + "bg": 1730, "additional_tiles": [ { "id": "center", - "bg": 1729, + "bg": 1730, "fg": [ - { "weight": 1, "sprite": 2622 }, { "weight": 1, "sprite": 2623 }, { "weight": 1, "sprite": 2624 }, - { "weight": 1, "sprite": 2625 } + { "weight": 1, "sprite": 2625 }, + { "weight": 1, "sprite": 2626 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2627, 2629, 2628, 2626 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2637, 2639, 2638, 2636 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2631, 2630 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2633, 2635, 2634, 2632 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2640 } + { "id": "corner", "bg": 1730, "fg": [ 2628, 2630, 2629, 2627 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2638, 2640, 2639, 2637 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2632, 2631 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2634, 2636, 2635, 2633 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2641 } ] }, { "id": [ "t_water_moving_sh_season_summer", "t_swater_moving_sh_season_summer" ], "multitile": true, - "fg": 2640, - "bg": 1739, + "fg": 2641, + "bg": 1740, "additional_tiles": [ { "id": "center", - "bg": 1739, + "bg": 1740, "fg": [ - { "weight": 1, "sprite": 2622 }, { "weight": 1, "sprite": 2623 }, { "weight": 1, "sprite": 2624 }, - { "weight": 1, "sprite": 2625 } + { "weight": 1, "sprite": 2625 }, + { "weight": 1, "sprite": 2626 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2627, 2629, 2628, 2626 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2637, 2639, 2638, 2636 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2631, 2630 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2633, 2635, 2634, 2632 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2640 } + { "id": "corner", "bg": 1740, "fg": [ 2628, 2630, 2629, 2627 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2638, 2640, 2639, 2637 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2632, 2631 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2634, 2636, 2635, 2633 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2641 } ] }, { "id": [ "t_water_moving_sh_season_autumn", "t_swater_moving_sh_season_autumn" ], "multitile": true, - "fg": 2640, - "bg": 1734, + "fg": 2641, + "bg": 1735, "additional_tiles": [ { "id": "center", - "bg": 1734, + "bg": 1735, "fg": [ - { "weight": 1, "sprite": 2622 }, { "weight": 1, "sprite": 2623 }, { "weight": 1, "sprite": 2624 }, - { "weight": 1, "sprite": 2625 } + { "weight": 1, "sprite": 2625 }, + { "weight": 1, "sprite": 2626 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2627, 2629, 2628, 2626 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2637, 2639, 2638, 2636 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2631, 2630 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2633, 2635, 2634, 2632 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2640 } + { "id": "corner", "bg": 1735, "fg": [ 2628, 2630, 2629, 2627 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2638, 2640, 2639, 2637 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2632, 2631 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2634, 2636, 2635, 2633 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2641 } ] }, { "id": [ "t_water_moving_sh_season_winter", "t_swater_moving_sh_season_winter" ], "multitile": true, - "fg": 2640, - "bg": 1258, + "fg": 2641, + "bg": 1259, "additional_tiles": [ { "id": "center", - "bg": 1258, + "bg": 1259, "fg": [ - { "weight": 1, "sprite": 2622 }, { "weight": 1, "sprite": 2623 }, { "weight": 1, "sprite": 2624 }, - { "weight": 1, "sprite": 2625 } + { "weight": 1, "sprite": 2625 }, + { "weight": 1, "sprite": 2626 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2627, 2629, 2628, 2626 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2637, 2639, 2638, 2636 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2631, 2630 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2633, 2635, 2634, 2632 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2640 } + { "id": "corner", "bg": 1259, "fg": [ 2628, 2630, 2629, 2627 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2638, 2640, 2639, 2637 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2632, 2631 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2634, 2636, 2635, 2633 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2641 } ] }, { "id": [ "t_water_pool", "t_water_pool_shallow" ], "multitile": true, - "fg": 2655, + "fg": 2656, "additional_tiles": [ { "id": "center", - "fg": [ { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 } ] + "fg": [ { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 }, { "weight": 1, "sprite": 2659 } ] }, - { "id": "corner", "fg": [ 2642, 2644, 2643, 2641 ] }, - { "id": "t_connection", "fg": [ 2652, 2654, 2653, 2651 ] }, - { "id": "edge", "fg": [ 2646, 2645 ] }, - { "id": "end_piece", "fg": [ 2648, 2650, 2649, 2647 ] }, - { "id": "unconnected", "fg": [ 2655, 2655 ] } + { "id": "corner", "fg": [ 2643, 2645, 2644, 2642 ] }, + { "id": "t_connection", "fg": [ 2653, 2655, 2654, 2652 ] }, + { "id": "edge", "fg": [ 2647, 2646 ] }, + { "id": "end_piece", "fg": [ 2649, 2651, 2650, 2648 ] }, + { "id": "unconnected", "fg": [ 2656, 2656 ] } ] }, { "id": [ "t_water_sh", "t_swater_sh" ], "multitile": true, - "fg": 2674, - "bg": 1729, + "fg": 2675, + "bg": 1730, "additional_tiles": [ { "id": "center", - "bg": 1729, + "bg": 1730, "fg": [ - { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 }, - { "weight": 1, "sprite": 2659 } + { "weight": 1, "sprite": 2659 }, + { "weight": 1, "sprite": 2660 } ] }, - { "id": "corner", "bg": 1729, "fg": [ 2661, 2663, 2662, 2660 ] }, - { "id": "t_connection", "bg": 1729, "fg": [ 2671, 2673, 2672, 2670 ] }, - { "id": "edge", "bg": 1729, "fg": [ 2665, 2664 ] }, - { "id": "end_piece", "bg": 1729, "fg": [ 2667, 2669, 2668, 2666 ] }, - { "bg": 1729, "id": "unconnected", "fg": 2674 } + { "id": "corner", "bg": 1730, "fg": [ 2662, 2664, 2663, 2661 ] }, + { "id": "t_connection", "bg": 1730, "fg": [ 2672, 2674, 2673, 2671 ] }, + { "id": "edge", "bg": 1730, "fg": [ 2666, 2665 ] }, + { "id": "end_piece", "bg": 1730, "fg": [ 2668, 2670, 2669, 2667 ] }, + { "bg": 1730, "id": "unconnected", "fg": 2675 } ] }, { "id": [ "t_water_sh_season_summer", "t_swater_sh_season_summer" ], "multitile": true, - "fg": 2674, - "bg": 1739, + "fg": 2675, + "bg": 1740, "additional_tiles": [ { "id": "center", - "bg": 1739, - "fg": [ { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 } ] + "bg": 1740, + "fg": [ { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 }, { "weight": 1, "sprite": 2659 } ] }, - { "id": "corner", "bg": 1739, "fg": [ 2661, 2663, 2662, 2660 ] }, - { "id": "t_connection", "bg": 1739, "fg": [ 2671, 2673, 2672, 2670 ] }, - { "id": "edge", "bg": 1739, "fg": [ 2665, 2664 ] }, - { "id": "end_piece", "bg": 1739, "fg": [ 2667, 2669, 2668, 2666 ] }, - { "bg": 1739, "id": "unconnected", "fg": 2674 } + { "id": "corner", "bg": 1740, "fg": [ 2662, 2664, 2663, 2661 ] }, + { "id": "t_connection", "bg": 1740, "fg": [ 2672, 2674, 2673, 2671 ] }, + { "id": "edge", "bg": 1740, "fg": [ 2666, 2665 ] }, + { "id": "end_piece", "bg": 1740, "fg": [ 2668, 2670, 2669, 2667 ] }, + { "bg": 1740, "id": "unconnected", "fg": 2675 } ] }, { "id": [ "t_water_sh_season_autumn", "t_swater_sh_season_autumn" ], "multitile": true, - "fg": 2674, - "bg": 1734, + "fg": 2675, + "bg": 1735, "additional_tiles": [ { "id": "center", - "bg": 1734, - "fg": [ { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 } ] + "bg": 1735, + "fg": [ { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 }, { "weight": 1, "sprite": 2659 } ] }, - { "id": "corner", "bg": 1734, "fg": [ 2661, 2663, 2662, 2660 ] }, - { "id": "t_connection", "bg": 1734, "fg": [ 2671, 2673, 2672, 2670 ] }, - { "id": "edge", "bg": 1734, "fg": [ 2665, 2664 ] }, - { "id": "end_piece", "bg": 1734, "fg": [ 2667, 2669, 2668, 2666 ] }, - { "bg": 1734, "id": "unconnected", "fg": 2674 } + { "id": "corner", "bg": 1735, "fg": [ 2662, 2664, 2663, 2661 ] }, + { "id": "t_connection", "bg": 1735, "fg": [ 2672, 2674, 2673, 2671 ] }, + { "id": "edge", "bg": 1735, "fg": [ 2666, 2665 ] }, + { "id": "end_piece", "bg": 1735, "fg": [ 2668, 2670, 2669, 2667 ] }, + { "bg": 1735, "id": "unconnected", "fg": 2675 } ] }, { "id": [ "t_water_sh_season_winter", "t_swater_sh_season_winter" ], "multitile": true, - "fg": 2674, - "bg": 1258, + "fg": 2675, + "bg": 1259, "additional_tiles": [ { "id": "center", - "bg": 1258, - "fg": [ { "weight": 1, "sprite": 2656 }, { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 } ] + "bg": 1259, + "fg": [ { "weight": 1, "sprite": 2657 }, { "weight": 1, "sprite": 2658 }, { "weight": 1, "sprite": 2659 } ] }, - { "id": "corner", "bg": 1258, "fg": [ 2661, 2663, 2662, 2660 ] }, - { "id": "t_connection", "bg": 1258, "fg": [ 2671, 2673, 2672, 2670 ] }, - { "id": "edge", "bg": 1258, "fg": [ 2665, 2664 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 2667, 2669, 2668, 2666 ] }, - { "bg": 1258, "id": "unconnected", "fg": 2674 } - ] - }, - { "id": [ "t_window", "t_window_alarm" ], "fg": 2675 }, - { "id": "t_window_empty", "fg": 2677 }, - { "id": "t_window_domestic", "fg": 2676 }, - { "id": "t_window_open", "fg": 2680 }, - { "id": "t_window_no_curtains", "fg": 2678 }, - { "id": "t_window_no_curtains_open", "fg": 2679 }, - { "id": "t_woodchips", "fg": 2681 }, - { "id": "t_woodchips_season_winter", "fg": 1258 }, + { "id": "corner", "bg": 1259, "fg": [ 2662, 2664, 2663, 2661 ] }, + { "id": "t_connection", "bg": 1259, "fg": [ 2672, 2674, 2673, 2671 ] }, + { "id": "edge", "bg": 1259, "fg": [ 2666, 2665 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 2668, 2670, 2669, 2667 ] }, + { "bg": 1259, "id": "unconnected", "fg": 2675 } + ] + }, + { "id": [ "t_window", "t_window_alarm" ], "fg": 2676 }, + { "id": "t_window_empty", "fg": 2678 }, + { "id": "t_window_domestic", "fg": 2677 }, + { "id": "t_window_open", "fg": 2681 }, + { "id": "t_window_no_curtains", "fg": 2679 }, + { "id": "t_window_no_curtains_open", "fg": 2680 }, + { "id": "t_woodchips", "fg": 2682 }, + { "id": "t_woodchips_season_winter", "fg": 1259 }, { "id": [ "tr_downspout_funnel", "tr_pit", "tr_lava", "tr_ledge", "tr_glass_pit", "tr_spike_pit" ], "fg": 336 }, - { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 2683 }, { "weight": 1, "sprite": 2684 } ] }, - { "id": "tr_nailboard", "fg": 2682, "bg": 851 }, - { "id": "tr_portal", "fg": 2686 }, - { "id": "tr_tripwire", "fg": 2687 }, + { "id": "tr_goo", "fg": [ { "weight": 2007, "sprite": 2684 }, { "weight": 1, "sprite": 2685 } ] }, + { "id": "tr_nailboard", "fg": 2683, "bg": 852 }, + { "id": "tr_portal", "fg": 2687 }, + { "id": "tr_tripwire", "fg": 2688 }, { "id": "vp_saddle_motor", - "fg": [ 2689, 2691, 2690, 2688 ], + "fg": [ 2690, 2692, 2691, 2689 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 2689, 2691, 2690, 2688 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 2690, 2692, 2691, 2689 ] } ] }, { "id": [ "vp_wheel_motorbike", "vp_wheel_motorbike_steerable", "vp_wheel_motorbike_or", "vp_wheel_motorbike_or_steerable" ], - "fg": [ 2697, 2699, 2698, 2696 ], + "fg": [ 2698, 2700, 2699, 2697 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 2697, 2699, 2698, 2696 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 2698, 2700, 2699, 2697 ] } ] }, { "id": [ "vp_wheel_motorbike_rear", "vp_wheel_motorbike_or_rear" ], - "fg": [ 2693, 2695, 2694, 2692 ], + "fg": [ 2694, 2696, 2695, 2693 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 2693, 2695, 2694, 2692 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 2694, 2696, 2695, 2693 ] } ] }, { "id": [ "vp_wheel_small_scooter", "vp_wheel_small_scooter_steerable" ], - "fg": [ 2705, 2707, 2706, 2704 ], + "fg": [ 2706, 2708, 2707, 2705 ], "rotates": true }, - { "id": "vp_wheel_small_scooter_rear", "fg": [ 2701, 2703, 2702, 2700 ], "rotates": true }, + { "id": "vp_wheel_small_scooter_rear", "fg": [ 2702, 2704, 2703, 2701 ], "rotates": true }, { "id": "vp_battery_charger", - "fg": 2708, - "bg": 4984, + "fg": 2709, + "bg": 5000, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 2708 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 2709 } ] }, { "id": "vp_recharge_station", - "fg": 2709, - "bg": 4984, + "fg": 2710, + "bg": 5000, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 2709 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 2710 } ] }, { "id": "f_chest", "fg": 338 }, { "id": "f_foot_locker", "fg": 339 }, @@ -3908,443 +3910,448 @@ { "id": "char_smoker", "fg": 685 }, { "id": "mattress", "fg": 687 }, { "id": "sheet", "fg": 688 }, - { "id": "10mm_fmj", "fg": 690 }, - { "id": "120mm_HEAT", "fg": 691 }, - { "id": "123ln", "fg": 692 }, - { "id": "12mm", "fg": 693 }, - { "id": "20x66_beanbag", "fg": 694 }, - { "id": "20x66_flare", "fg": 695 }, - { "id": "20x66_flechette", "fg": 696 }, - { "id": "20x66_frag", "fg": 697 }, - { "id": "20x66_inc", "fg": 698 }, - { "id": "20x66_shot", "fg": 699 }, - { "id": "20x66_slug", "fg": 700 }, - { "id": "223", "fg": 701 }, - { "id": "22_cb", "fg": 702 }, - { "id": "22_fmj", "fg": 703 }, - { "id": "22_lr", "fg": 704 }, - { "id": "22_ratshot", "fg": 705 }, - { "id": "270win_jsp", "fg": 706 }, - { "id": "3006", "fg": 707 }, - { "id": "3006_incendiary", "fg": 708 }, - { "id": "3006fmj", "fg": 709 }, - { "id": "300_winmag", "fg": 710 }, - { "id": "300blk", "fg": 711 }, - { "id": "300blk_ss", "fg": 712 }, - { "id": "308", "fg": 713 }, - { "id": "32_acp", "fg": 714 }, - { "id": "357mag_fmj", "fg": 715 }, - { "id": "357mag_jhp", "fg": 716 }, - { "id": "357sig_fmj", "fg": 717 }, - { "id": "357sig_jhp", "fg": 718 }, - { "id": "380_FMJ", "fg": 719 }, - { "id": "380_JHP", "fg": 720 }, - { "id": "380_p", "fg": 721 }, - { "id": "38_fmj", "fg": 722 }, - { "id": "38_special", "fg": 723 }, - { "id": "38_super", "fg": 724 }, - { "id": "38super_fmj", "fg": 725 }, - { "id": "40fmj", "fg": 726 }, - { "id": "40mm_flashbang", "fg": 727 }, - { "id": "40mm_incendiary", "fg": 728 }, - { "id": "40mm_slug", "fg": 729 }, - { "id": "40sw", "fg": 730 }, - { "id": "40x46mm_grenade", "fg": 731 }, - { "id": "40x46mm_m1006", "fg": 732 }, - { "id": "40x46mm_m433", "fg": 733 }, - { "id": "40x46mm_m576", "fg": 734 }, - { "id": "40x46mm_m651", "fg": 735 }, - { "id": "40x53mm_buckshot_m169", "fg": 736 }, - { "id": "40x53mm_flechette_m169", "fg": 737 }, - { "id": "40x53mm_grenade", "fg": 738 }, - { "id": "40x53mm_m1001", "fg": 739 }, - { "id": "40x53mm_m430a1", "fg": 740 }, - { "id": "40x53mm_slug_m169", "fg": 741 }, - { "id": "410shot_000", "fg": 742 }, - { "id": "44fmj", "fg": 743 }, - { "id": "44magnum", "fg": 744 }, - { "id": "454_Casull", "fg": 745 }, - { "id": "4570_low", "fg": 746 }, - { "id": "4570_pen", "fg": 747 }, - { "id": "4570_sp", "fg": 748 }, - { "id": "45_acp", "fg": 749 }, - { "id": "45_jhp", "fg": 750 }, - { "id": "45_super", "fg": 751 }, - { "id": "45colt_jhp", "fg": 752 }, - { "id": "460_fmj", "fg": 753 }, - { "id": "460_rowland", "fg": 754 }, - { "id": "46mm", "fg": 755 }, - { "id": "500_Magnum", "fg": 756 }, - { "id": "50_incendiary", "fg": 757 }, - { "id": "50_mk211", "fg": 758 }, - { "id": "50bmg", "fg": 759 }, - { "id": "50match", "fg": 760 }, - { "id": "50ss", "fg": 761 }, - { "id": "545", "fg": 762 }, - { "id": "545_ap", "fg": 763 }, - { "id": "556", "fg": 764 }, - { "id": "556_incendiary", "fg": 765 }, - { "id": "57mm", "fg": 766 }, - { "id": "5x50dart", "fg": 767 }, - { "id": "5x50heavy", "fg": 768 }, - { "id": "66mm_HEAT", "fg": 769 }, - { "id": "700nx", "fg": 770 }, - { "id": "762_25", "fg": 771 }, - { "id": "762_25hot", "fg": 772 }, - { "id": "762_25typeP", "fg": 773 }, - { "id": "762_51", "fg": 774 }, - { "id": "762_51_incendiary", "fg": 775 }, - { "id": "762_54R", "fg": 776 }, - { "id": "762_m43", "fg": 777 }, - { "id": "762_m87", "fg": 778 }, - { "id": "84x246mm_he", "fg": 779 }, - { "id": "84x246mm_hedp", "fg": 780 }, - { "id": "84x246mm_smoke", "fg": 781 }, - { "id": "8mm_bootleg", "fg": 782 }, - { "id": "8mm_caseless", "fg": 783 }, - { "id": "8mm_civilian", "fg": 784 }, - { "id": "8mm_fmj", "fg": 785 }, - { "id": "8mm_hvp", "fg": 786 }, - { "id": "8mm_inc", "fg": 787 }, - { "id": "8mm_jhp", "fg": 788 }, - { "id": "9mm", "fg": 789 }, - { "id": "9mmP", "fg": 790 }, - { "id": "9mmfmj", "fg": 791 }, - { "id": "9x18mm", "fg": 792 }, - { "id": "9x18mmP2", "fg": 793 }, - { "id": "9x18mmfmj", "fg": 794 }, - { "id": "RPG-7_ammo", "fg": 795 }, - { "id": "RPG-7_og7v", "fg": 796 }, - { "id": "RPG-7_pg7vr", "fg": 797 }, - { "id": "RPG-7_tbg7v", "fg": 798 }, - { "id": "atgm_heat", "fg": 799 }, - { "id": "m235tpa", "fg": 800 }, - { "id": "shot_00", "fg": 801 }, - { "id": "shot_beanbag", "fg": 802 }, - { "id": "shot_bird", "fg": 803 }, - { "id": "shot_dragon", "fg": 804 }, - { "id": "shot_flechette", "fg": 805 }, - { "id": "shot_he", "fg": 806 }, - { "id": "shot_scrap", "fg": 807 }, - { "id": "shot_slug", "fg": 808 }, - { "id": "oxygen_cylinder", "fg": 809 }, - { "id": "oxygen_tank", "fg": 810 }, - { "id": "tinyweldtank", "fg": 811 }, - { "id": "weldtank", "fg": 812 }, - { "id": "rifle_case_soft", "fg": 840 }, - { "id": "rifle_case_soft_2", "fg": 841 }, - { "id": "rifle_case_soft_leather_2", "fg": 843 }, - { "id": "rucksack", "fg": 844 }, - { "id": "bowl_clay", "fg": 859 }, - { "id": "clay_hydria", "fg": 860 }, - { "id": "clay_pot", "fg": 861 }, - { "id": "clay_quern", "fg": 862 }, - { "id": "clay_watercont", "fg": 863 }, - { "id": "jug_clay", "fg": 864 }, - { "id": "bot_eyebot", "fg": 930 }, - { "id": "broken_eyebot", "fg": 931 }, - { "id": "PR24-extended", "fg": 972 }, - { "id": "PR24-retracted", "fg": 973 }, - { "id": "baton-extended", "fg": 974 }, - { "id": "baton", "fg": 975 }, - { "id": "mon_raccoon", "fg": 1155 }, - { "id": "mon_fish_eel", "fg": 1157 }, - { "id": "mon_dragonfly_naiad", "fg": 1158 }, - { "id": "unknown_field", "fg": 1191 }, - { "id": "unknown_furniture", "fg": 1192 }, - { "id": "unknown_item", "fg": 1193 }, - { "id": "unknown_item_AMMO", "fg": 1194 }, - { "id": "unknown_item_ARMOR", "fg": 1195 }, - { "id": "unknown_item_BIONIC", "fg": 1196 }, - { "id": "unknown_item_BOOK", "fg": 1197 }, - { "id": "unknown_item_FOOD", "fg": 1198 }, - { "id": "unknown_item_GUN", "fg": 1199 }, - { "id": "unknown_item_TOOL", "fg": 1200 }, - { "id": "unknown_item_misc", "fg": 1201 }, - { "id": "unknown_terrain", "fg": 1202 }, - { "id": "unknown_trap", "fg": 1203 }, - { "id": "unknown_vehicle_part", "fg": 1204 }, - { "id": "t_ramp_down_high", "fg": 1251 }, - { "id": "t_ramp_up_high", "fg": 1252 }, - { "id": "t_sidewalk_ramp_down_high", "fg": 1253 }, - { "id": "t_sidewalk_ramp_up_high", "fg": 1254 }, - { "id": "t_slope_down", "fg": 1255 }, - { "id": "t_slope_up", "fg": 1256 }, - { "id": "t_door_b_peep", "fg": 1568 }, - { "id": "t_door_boarded_damaged_peep", "fg": 1569 }, - { "id": "t_door_boarded_peep", "fg": 1570 }, - { "id": "t_door_c_peep", "fg": 1571 }, - { "id": "t_door_locked_peep", "fg": 1572 }, - { "id": "t_door_o_peep", "fg": 1573 }, - { "id": "t_slime", "fg": 2354 }, - { "id": "tr_landmine", "fg": 2685 } + { "id": "umbrella", "fg": 689 }, + { "id": "10mm_fmj", "fg": 691 }, + { "id": "120mm_HEAT", "fg": 692 }, + { "id": "123ln", "fg": 693 }, + { "id": "12mm", "fg": 694 }, + { "id": "20x66_beanbag", "fg": 695 }, + { "id": "20x66_flare", "fg": 696 }, + { "id": "20x66_flechette", "fg": 697 }, + { "id": "20x66_frag", "fg": 698 }, + { "id": "20x66_inc", "fg": 699 }, + { "id": "20x66_shot", "fg": 700 }, + { "id": "20x66_slug", "fg": 701 }, + { "id": "223", "fg": 702 }, + { "id": "22_cb", "fg": 703 }, + { "id": "22_fmj", "fg": 704 }, + { "id": "22_lr", "fg": 705 }, + { "id": "22_ratshot", "fg": 706 }, + { "id": "270win_jsp", "fg": 707 }, + { "id": "3006", "fg": 708 }, + { "id": "3006_incendiary", "fg": 709 }, + { "id": "3006fmj", "fg": 710 }, + { "id": "300_winmag", "fg": 711 }, + { "id": "300blk", "fg": 712 }, + { "id": "300blk_ss", "fg": 713 }, + { "id": "308", "fg": 714 }, + { "id": "32_acp", "fg": 715 }, + { "id": "357mag_fmj", "fg": 716 }, + { "id": "357mag_jhp", "fg": 717 }, + { "id": "357sig_fmj", "fg": 718 }, + { "id": "357sig_jhp", "fg": 719 }, + { "id": "380_FMJ", "fg": 720 }, + { "id": "380_JHP", "fg": 721 }, + { "id": "380_p", "fg": 722 }, + { "id": "38_fmj", "fg": 723 }, + { "id": "38_special", "fg": 724 }, + { "id": "38_super", "fg": 725 }, + { "id": "38super_fmj", "fg": 726 }, + { "id": "40fmj", "fg": 727 }, + { "id": "40mm_flashbang", "fg": 728 }, + { "id": "40mm_incendiary", "fg": 729 }, + { "id": "40mm_slug", "fg": 730 }, + { "id": "40sw", "fg": 731 }, + { "id": "40x46mm_grenade", "fg": 732 }, + { "id": "40x46mm_m1006", "fg": 733 }, + { "id": "40x46mm_m433", "fg": 734 }, + { "id": "40x46mm_m576", "fg": 735 }, + { "id": "40x46mm_m651", "fg": 736 }, + { "id": "40x53mm_buckshot_m169", "fg": 737 }, + { "id": "40x53mm_flechette_m169", "fg": 738 }, + { "id": "40x53mm_grenade", "fg": 739 }, + { "id": "40x53mm_m1001", "fg": 740 }, + { "id": "40x53mm_m430a1", "fg": 741 }, + { "id": "40x53mm_slug_m169", "fg": 742 }, + { "id": "410shot_000", "fg": 743 }, + { "id": "44fmj", "fg": 744 }, + { "id": "44magnum", "fg": 745 }, + { "id": "454_Casull", "fg": 746 }, + { "id": "4570_low", "fg": 747 }, + { "id": "4570_pen", "fg": 748 }, + { "id": "4570_sp", "fg": 749 }, + { "id": "45_acp", "fg": 750 }, + { "id": "45_jhp", "fg": 751 }, + { "id": "45_super", "fg": 752 }, + { "id": "45colt_jhp", "fg": 753 }, + { "id": "460_fmj", "fg": 754 }, + { "id": "460_rowland", "fg": 755 }, + { "id": "46mm", "fg": 756 }, + { "id": "500_Magnum", "fg": 757 }, + { "id": "50_incendiary", "fg": 758 }, + { "id": "50_mk211", "fg": 759 }, + { "id": "50bmg", "fg": 760 }, + { "id": "50match", "fg": 761 }, + { "id": "50ss", "fg": 762 }, + { "id": "545", "fg": 763 }, + { "id": "545_ap", "fg": 764 }, + { "id": "556", "fg": 765 }, + { "id": "556_incendiary", "fg": 766 }, + { "id": "57mm", "fg": 767 }, + { "id": "5x50dart", "fg": 768 }, + { "id": "5x50heavy", "fg": 769 }, + { "id": "66mm_HEAT", "fg": 770 }, + { "id": "700nx", "fg": 771 }, + { "id": "762_25", "fg": 772 }, + { "id": "762_25hot", "fg": 773 }, + { "id": "762_25typeP", "fg": 774 }, + { "id": "762_51", "fg": 775 }, + { "id": "762_51_incendiary", "fg": 776 }, + { "id": "762_54R", "fg": 777 }, + { "id": "762_m43", "fg": 778 }, + { "id": "762_m87", "fg": 779 }, + { "id": "84x246mm_he", "fg": 780 }, + { "id": "84x246mm_hedp", "fg": 781 }, + { "id": "84x246mm_smoke", "fg": 782 }, + { "id": "8mm_bootleg", "fg": 783 }, + { "id": "8mm_caseless", "fg": 784 }, + { "id": "8mm_civilian", "fg": 785 }, + { "id": "8mm_fmj", "fg": 786 }, + { "id": "8mm_hvp", "fg": 787 }, + { "id": "8mm_inc", "fg": 788 }, + { "id": "8mm_jhp", "fg": 789 }, + { "id": "9mm", "fg": 790 }, + { "id": "9mmP", "fg": 791 }, + { "id": "9mmfmj", "fg": 792 }, + { "id": "9x18mm", "fg": 793 }, + { "id": "9x18mmP2", "fg": 794 }, + { "id": "9x18mmfmj", "fg": 795 }, + { "id": "RPG-7_ammo", "fg": 796 }, + { "id": "RPG-7_og7v", "fg": 797 }, + { "id": "RPG-7_pg7vr", "fg": 798 }, + { "id": "RPG-7_tbg7v", "fg": 799 }, + { "id": "atgm_heat", "fg": 800 }, + { "id": "m235tpa", "fg": 801 }, + { "id": "shot_00", "fg": 802 }, + { "id": "shot_beanbag", "fg": 803 }, + { "id": "shot_bird", "fg": 804 }, + { "id": "shot_dragon", "fg": 805 }, + { "id": "shot_flechette", "fg": 806 }, + { "id": "shot_he", "fg": 807 }, + { "id": "shot_scrap", "fg": 808 }, + { "id": "shot_slug", "fg": 809 }, + { "id": "oxygen_cylinder", "fg": 810 }, + { "id": "oxygen_tank", "fg": 811 }, + { "id": "tinyweldtank", "fg": 812 }, + { "id": "weldtank", "fg": 813 }, + { "id": "rifle_case_soft", "fg": 841 }, + { "id": "rifle_case_soft_2", "fg": 842 }, + { "id": "rifle_case_soft_leather_2", "fg": 844 }, + { "id": "rucksack", "fg": 845 }, + { "id": "bowl_clay", "fg": 860 }, + { "id": "clay_hydria", "fg": 861 }, + { "id": "clay_pot", "fg": 862 }, + { "id": "clay_quern", "fg": 863 }, + { "id": "clay_watercont", "fg": 864 }, + { "id": "jug_clay", "fg": 865 }, + { "id": "bot_eyebot", "fg": 931 }, + { "id": "broken_eyebot", "fg": 932 }, + { "id": "PR24-extended", "fg": 973 }, + { "id": "PR24-retracted", "fg": 974 }, + { "id": "baton-extended", "fg": 975 }, + { "id": "baton", "fg": 976 }, + { "id": "mon_raccoon", "fg": 1156 }, + { "id": "mon_fish_eel", "fg": 1158 }, + { "id": "mon_dragonfly_naiad", "fg": 1159 }, + { "id": "unknown_field", "fg": 1192 }, + { "id": "unknown_furniture", "fg": 1193 }, + { "id": "unknown_item", "fg": 1194 }, + { "id": "unknown_item_AMMO", "fg": 1195 }, + { "id": "unknown_item_ARMOR", "fg": 1196 }, + { "id": "unknown_item_BIONIC", "fg": 1197 }, + { "id": "unknown_item_BOOK", "fg": 1198 }, + { "id": "unknown_item_FOOD", "fg": 1199 }, + { "id": "unknown_item_GUN", "fg": 1200 }, + { "id": "unknown_item_TOOL", "fg": 1201 }, + { "id": "unknown_item_misc", "fg": 1202 }, + { "id": "unknown_terrain", "fg": 1203 }, + { "id": "unknown_trap", "fg": 1204 }, + { "id": "unknown_vehicle_part", "fg": 1205 }, + { "id": "t_ramp_down_high", "fg": 1252 }, + { "id": "t_ramp_up_high", "fg": 1253 }, + { "id": "t_sidewalk_ramp_down_high", "fg": 1254 }, + { "id": "t_sidewalk_ramp_up_high", "fg": 1255 }, + { "id": "t_slope_down", "fg": 1256 }, + { "id": "t_slope_up", "fg": 1257 }, + { "id": "t_door_b_peep", "fg": 1569 }, + { "id": "t_door_boarded_damaged_peep", "fg": 1570 }, + { "id": "t_door_boarded_peep", "fg": 1571 }, + { "id": "t_door_c_peep", "fg": 1572 }, + { "id": "t_door_locked_peep", "fg": 1573 }, + { "id": "t_door_o_peep", "fg": 1574 }, + { "id": "t_slime", "fg": 2355 }, + { "id": "tr_landmine", "fg": 2686 } ] }, { "file": "tall.png", - "//": "range 2720 to 4191", + "//": "range 2720 to 4207", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "npc_female", "fg": 3127, "bg": 4164 }, - { "id": "npc_male", "fg": 3128, "bg": 4164 }, - { "id": "player_female", "fg": 3127, "bg": 4164 }, - { "id": "player_male", "fg": 3128, "bg": 4164 }, - { "id": "f_punching_bag", "fg": 2724 }, - { "id": "f_exercise", "fg": 2723 }, - { "id": "f_ergometer", "fg": 2722 }, - { "id": "f_IV_pole", "fg": 2726 }, - { "id": "f_arcade_machine", "fg": 2727 }, - { "id": "f_autodoc_couch", "fg": 2728 }, - { "id": "f_bigmirror", "fg": 2729 }, - { "id": "f_birdbath", "fg": 2730 }, + { "id": "npc_female", "fg": 3130, "bg": 4167 }, + { "id": "npc_male", "fg": 3131, "bg": 4167 }, + { "id": "player_female", "fg": 3130, "bg": 4167 }, + { "id": "player_male", "fg": 3131, "bg": 4167 }, + { + "id": "f_deckchair", + "fg": [ { "weight": 1, "sprite": 2720 }, { "weight": 1, "sprite": 2721 }, { "weight": 1, "sprite": 2722 } ] + }, + { "id": "f_punching_bag", "fg": 2727 }, + { "id": "f_exercise", "fg": 2726 }, + { "id": "f_ergometer", "fg": 2725 }, + { "id": "f_IV_pole", "fg": 2729 }, + { "id": "f_arcade_machine", "fg": 2730 }, + { "id": "f_autodoc_couch", "fg": 2731 }, + { "id": "f_bigmirror", "fg": 2732 }, + { "id": "f_birdbath", "fg": 2733 }, { "id": "f_bookcase", "multitile": true, "rotates": false, - "fg": 2731, + "fg": 2734, "additional_tiles": [ - { "id": "center", "fg": 2731 }, - { "id": "corner", "fg": [ 2733, 2734, 2734, 2733 ] }, - { "id": "t_connection", "fg": [ 2731, 2732, 2731, 2732 ] }, - { "id": "edge", "fg": [ 2732, 2731 ] }, - { "id": "end_piece", "fg": [ 2733, 2731, 2734, 2731 ] }, - { "id": "unconnected", "fg": [ 2731, 2731 ] } + { "id": "center", "fg": 2734 }, + { "id": "corner", "fg": [ 2736, 2737, 2737, 2736 ] }, + { "id": "t_connection", "fg": [ 2734, 2735, 2734, 2735 ] }, + { "id": "edge", "fg": [ 2735, 2734 ] }, + { "id": "end_piece", "fg": [ 2736, 2734, 2737, 2734 ] }, + { "id": "unconnected", "fg": [ 2734, 2734 ] } ] }, - { "id": "f_boulder_large", "fg": 2735 }, - { "id": "f_cattails_season_spring", "fg": 2737, "rotates": false }, - { "id": "f_cattails_season_summer", "fg": 2738, "rotates": false }, - { "id": "f_cattails_season_autumn", "fg": 2736, "rotates": false }, - { "id": "f_cattails_season_winter", "fg": 2739, "rotates": false }, + { "id": "f_boulder_large", "fg": 2738 }, + { "id": "f_cattails_season_spring", "fg": 2740, "rotates": false }, + { "id": "f_cattails_season_summer", "fg": 2741, "rotates": false }, + { "id": "f_cattails_season_autumn", "fg": 2739, "rotates": false }, + { "id": "f_cattails_season_winter", "fg": 2742, "rotates": false }, { "id": "f_console", "multitile": true, - "fg": 2773, + "fg": 2776, "additional_tiles": [ - { "id": "center", "fg": 2758 }, - { "id": "corner", "fg": [ 2760, 2762, 2761, 2759 ] }, - { "id": "t_connection", "fg": [ 2770, 2772, 2771, 2769 ] }, - { "id": "edge", "fg": [ 2764, 2763 ] }, - { "id": "end_piece", "fg": [ 2766, 2768, 2767, 2765 ] }, - { "id": "unconnected", "fg": [ 2773, 2775, 2773, 2774 ] } + { "id": "center", "fg": 2761 }, + { "id": "corner", "fg": [ 2763, 2765, 2764, 2762 ] }, + { "id": "t_connection", "fg": [ 2773, 2775, 2774, 2772 ] }, + { "id": "edge", "fg": [ 2767, 2766 ] }, + { "id": "end_piece", "fg": [ 2769, 2771, 2770, 2768 ] }, + { "id": "unconnected", "fg": [ 2776, 2778, 2776, 2777 ] } ] }, { "id": "f_console_broken", "multitile": true, - "fg": 2756, + "fg": 2759, "additional_tiles": [ - { "id": "center", "fg": 2740 }, - { "id": "corner", "fg": [ 2742, 2744, 2743, 2741 ] }, - { "id": "t_connection", "fg": [ 2752, 2754, 2753, 2751 ] }, - { "id": "edge", "fg": [ 2746, 2745 ] }, - { "id": "end_piece", "fg": [ 2748, 2750, 2749, 2747 ] }, - { "id": "unconnected", "fg": [ 2756, 2757, 2756, 2755 ] } + { "id": "center", "fg": 2743 }, + { "id": "corner", "fg": [ 2745, 2747, 2746, 2744 ] }, + { "id": "t_connection", "fg": [ 2755, 2757, 2756, 2754 ] }, + { "id": "edge", "fg": [ 2749, 2748 ] }, + { "id": "end_piece", "fg": [ 2751, 2753, 2752, 2750 ] }, + { "id": "unconnected", "fg": [ 2759, 2760, 2759, 2758 ] } ] }, - { "id": "f_crate_c", "fg": 2776 }, - { "id": "f_crate_o", "fg": 2777 }, - { "id": "f_dialysis", "fg": 2778 }, - { "id": "f_dresser", "rotates": true, "fg": [ 2781, 2782, 2780, 2779 ] }, - { "id": "f_dryer", "fg": 2783 }, + { "id": "f_crate_c", "fg": 2779 }, + { "id": "f_crate_o", "fg": 2780 }, + { "id": "f_dialysis", "fg": 2781 }, + { "id": "f_dresser", "rotates": true, "fg": [ 2784, 2785, 2783, 2782 ] }, + { "id": "f_dryer", "fg": 2786 }, { "id": "f_dumpster", - "fg": 2790, - "multitile": true, - "additional_tiles": [ - { "id": "center", "fg": 2784 }, - { "id": "corner", "fg": [ 2789, 2789, 2786, 2786 ] }, - { "id": "t_connection", "fg": [ 2784, 2789, 2784, 2786 ] }, - { "id": "edge", "fg": [ 2785, 2784 ] }, - { "id": "end_piece", "fg": [ 2787, 2789, 2788, 2786 ] }, - { "id": "unconnected", "fg": [ 2790, 2790 ] } - ] - }, - { "id": "f_fireplace", "fg": 2791 }, - { "id": "f_floor_lamp", "fg": 2792 }, - { "id": "f_fridge", "rotates": true, "fg": [ 2795, 2796, 2794, 2793 ] }, - { "id": "t_gas_pump", "fg": 2797, "bg": 4170 }, - { "id": "f_gas_pump", "fg": 2797 }, - { "id": "f_glass_cabinet", "fg": 2798 }, - { "id": "f_glass_fridge", "fg": 2799 }, - { "id": "f_home_furnace", "fg": 2800 }, - { "id": "f_locker", "fg": 2801 }, - { "id": "f_machinery_old", "fg": 2808 }, - { "id": "t_machinery_old", "fg": 2808, "bg": 4166 }, - { "id": "f_machinery_electronic", "fg": 2802 }, - { "id": "t_machinery_electronic", "fg": 2802, "bg": 4166 }, + "fg": 2793, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 2787 }, + { "id": "corner", "fg": [ 2792, 2792, 2789, 2789 ] }, + { "id": "t_connection", "fg": [ 2787, 2792, 2787, 2789 ] }, + { "id": "edge", "fg": [ 2788, 2787 ] }, + { "id": "end_piece", "fg": [ 2790, 2792, 2791, 2789 ] }, + { "id": "unconnected", "fg": [ 2793, 2793 ] } + ] + }, + { "id": "f_fireplace", "fg": 2794 }, + { "id": "f_floor_lamp", "fg": 2795 }, + { "id": "f_fridge", "rotates": true, "fg": [ 2798, 2799, 2797, 2796 ] }, + { "id": "t_gas_pump", "fg": 2800, "bg": 4173 }, + { "id": "f_gas_pump", "fg": 2800 }, + { "id": "f_glass_cabinet", "fg": 2801 }, + { "id": "f_glass_fridge", "fg": 2802 }, + { "id": "f_home_furnace", "fg": 2803 }, + { "id": "f_locker", "fg": 2804 }, + { "id": "f_machinery_old", "fg": 2811 }, + { "id": "t_machinery_old", "fg": 2811, "bg": 4169 }, + { "id": "f_machinery_electronic", "fg": 2805 }, + { "id": "t_machinery_electronic", "fg": 2805, "bg": 4169 }, { "id": "f_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 2803 }, { "weight": 150, "sprite": 2804 }, { "weight": 100, "sprite": 2805 } ] + "fg": [ { "weight": 20, "sprite": 2806 }, { "weight": 150, "sprite": 2807 }, { "weight": 100, "sprite": 2808 } ] }, { "id": "t_machinery_heavy", - "fg": [ { "weight": 20, "sprite": 2803 }, { "weight": 150, "sprite": 2804 }, { "weight": 100, "sprite": 2805 } ], - "bg": 4166 + "fg": [ { "weight": 20, "sprite": 2806 }, { "weight": 150, "sprite": 2807 }, { "weight": 100, "sprite": 2808 } ], + "bg": 4169 }, - { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 2807 }, { "weight": 100, "sprite": 2806 } ] }, + { "id": "f_machinery_light", "fg": [ { "weight": 100, "sprite": 2810 }, { "weight": 100, "sprite": 2809 } ] }, { "id": "t_machinery_light", - "fg": [ { "weight": 100, "sprite": 2807 }, { "weight": 100, "sprite": 2806 } ], - "bg": 4166 - }, - { "id": "f_mannequin", "fg": 2809 }, - { "id": "f_alien_tendril", "fg": 2812 }, - { "id": "f_alien_zapper", "fg": 2813 }, - { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 2810 }, - { "id": "f_alien_pod_resin", "fg": 2811 }, - { "id": "f_oven", "rotates": true, "fg": [ 2816, 2817, 2815, 2814 ] }, - { "id": "f_rack_coat", "fg": 2818 }, - { "id": "f_scan_bed", "fg": 2819 }, + "fg": [ { "weight": 100, "sprite": 2810 }, { "weight": 100, "sprite": 2809 } ], + "bg": 4169 + }, + { "id": "f_mannequin", "fg": 2812 }, + { "id": "f_alien_tendril", "fg": 2815 }, + { "id": "f_alien_zapper", "fg": 2816 }, + { "id": [ "f_alien_pod", "f_alien_pod_organ" ], "fg": 2813 }, + { "id": "f_alien_pod_resin", "fg": 2814 }, + { "id": "f_oven", "rotates": true, "fg": [ 2819, 2820, 2818, 2817 ] }, + { "id": "f_rack_coat", "fg": 2821 }, + { "id": "f_scan_bed", "fg": 2822 }, { "id": "f_scrap_antenna", "animated": true, "fg": [ - { "weight": 15, "sprite": 2820 }, - { "weight": 15, "sprite": 2821 }, - { "weight": 15, "sprite": 2822 }, { "weight": 15, "sprite": 2823 }, { "weight": 15, "sprite": 2824 }, - { "weight": 15, "sprite": 2825 } + { "weight": 15, "sprite": 2825 }, + { "weight": 15, "sprite": 2826 }, + { "weight": 15, "sprite": 2827 }, + { "weight": 15, "sprite": 2828 } ], "rotates": false }, - { "id": "f_shower", "fg": 2826 }, - { "id": "f_standing_tank", "fg": 2827 }, - { "id": "f_statue", "fg": 2828 }, - { "id": "f_vending_c", "fg": 2829 }, - { "id": "f_vending_reinforced", "fg": 2831 }, - { "id": "f_vending_o", "fg": 2830 }, - { "id": "f_ventilator", "fg": 2832 }, - { "id": "f_washer", "fg": 2833 }, - { "id": "f_water_heater", "fg": 2834 }, - { "id": "f_water_pump", "fg": 2835 }, - { "id": "t_water_pump", "fg": 2835, "bg": 4166 }, - { "id": "f_wind_mill", "fg": 2836 }, - { "id": "f_woodstove", "fg": 2837 }, - { "id": "f_workbench", "fg": 2838 }, - { "id": "mon_zombie_phase_skulker", "fg": 2840, "bg": 4164 }, - { "id": "mon_zombie_phase_shrike", "fg": 2839, "bg": 4164 }, - { "id": "mon_biollante", "fg": 2841, "bg": 4164 }, + { "id": "f_shower", "fg": 2829 }, + { "id": "f_standing_tank", "fg": 2830 }, + { "id": "f_statue", "fg": 2831 }, + { "id": "f_vending_c", "fg": 2832 }, + { "id": "f_vending_reinforced", "fg": 2834 }, + { "id": "f_vending_o", "fg": 2833 }, + { "id": "f_ventilator", "fg": 2835 }, + { "id": "f_washer", "fg": 2836 }, + { "id": "f_water_heater", "fg": 2837 }, + { "id": "f_water_pump", "fg": 2838 }, + { "id": "t_water_pump", "fg": 2838, "bg": 4169 }, + { "id": "f_wind_mill", "fg": 2839 }, + { "id": "f_woodstove", "fg": 2840 }, + { "id": "f_workbench", "fg": 2841 }, + { "id": "mon_zombie_phase_skulker", "fg": 2843, "bg": 4167 }, + { "id": "mon_zombie_phase_shrike", "fg": 2842, "bg": 4167 }, + { "id": "mon_biollante", "fg": 2844, "bg": 4167 }, { "id": "mon_exodii_worker", "fg": [ - { "weight": 15, "sprite": 2842 }, - { "weight": 15, "sprite": 2843 }, - { "weight": 10, "sprite": 2844 }, - { "weight": 10, "sprite": 2845 } + { "weight": 15, "sprite": 2845 }, + { "weight": 15, "sprite": 2846 }, + { "weight": 10, "sprite": 2847 }, + { "weight": 10, "sprite": 2848 } ], - "bg": 4164 + "bg": 4167 }, { "id": "mon_feral_human_crowbar", - "fg": [ { "weight": 100, "sprite": 2848 }, { "weight": 50, "sprite": 2849 } ], - "bg": 4164 + "fg": [ { "weight": 100, "sprite": 2851 }, { "weight": 50, "sprite": 2852 } ], + "bg": 4167 }, { "id": "mon_feral_human_pipe", - "fg": [ { "weight": 100, "sprite": 2850 }, { "weight": 50, "sprite": 2851 } ], - "bg": 4164 + "fg": [ { "weight": 100, "sprite": 2853 }, { "weight": 50, "sprite": 2854 } ], + "bg": 4167 }, { "id": "mon_feral_human_axe", - "fg": [ { "weight": 100, "sprite": 2846 }, { "weight": 50, "sprite": 2847 } ], - "bg": 4164 - }, - { "id": "mon_zombie_grabber", "fg": 2852, "bg": 4164 }, - { "id": "mon_zombie_kevlar_1", "fg": 2854, "bg": 4164 }, - { "id": "mon_turret_searchlight", "fg": 2855, "bg": 4164 }, - { "id": "mon_bee", "fg": 2856, "bg": 4164 }, - { "id": "mon_blank", "fg": 2857, "bg": 4164 }, - { "id": "mon_cougar", "fg": 2858, "bg": 4164 }, - { "id": "mon_dermatik", "fg": 2859, "bg": 4164 }, - { "id": "mon_dragonfly_giant", "fg": 2860, "bg": 4164 }, - { "id": "mon_fly", "fg": 2861, "bg": 4164 }, - { "id": "mon_fungal_tendril", "fg": 2862, "bg": 4164 }, - { "id": "mon_fungaloid", "fg": 2863, "bg": 4164 }, + "fg": [ { "weight": 100, "sprite": 2849 }, { "weight": 50, "sprite": 2850 } ], + "bg": 4167 + }, + { "id": "mon_zombie_grabber", "fg": 2855, "bg": 4167 }, + { "id": "mon_zombie_kevlar_1", "fg": 2857, "bg": 4167 }, + { "id": "mon_turret_searchlight", "fg": 2858, "bg": 4167 }, + { "id": "mon_bee", "fg": 2859, "bg": 4167 }, + { "id": "mon_blank", "fg": 2860, "bg": 4167 }, + { "id": "mon_cougar", "fg": 2861, "bg": 4167 }, + { "id": "mon_dermatik", "fg": 2862, "bg": 4167 }, + { "id": "mon_dragonfly_giant", "fg": 2863, "bg": 4167 }, + { "id": "mon_fly", "fg": 2864, "bg": 4167 }, + { "id": "mon_fungal_tendril", "fg": 2865, "bg": 4167 }, + { "id": "mon_fungaloid", "fg": 2866, "bg": 4167 }, { "id": "mon_hunting_horror", - "fg": [ { "weight": 1, "sprite": 2864 }, { "weight": 1, "sprite": 2865 }, { "weight": 1, "sprite": 2866 } ], - "bg": 4164 - }, - { "id": "mon_mosquito_giant", "fg": 2867, "bg": 4164 }, - { "id": "mon_skeleton", "fg": 2868, "bg": 4164 }, - { "id": "mon_skeleton_brute", "fg": 2869, "bg": 4164 }, - { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2892 }, - { "id": "mon_spore", "fg": 2870, "bg": 4164 }, - { "id": "mon_turret_riot", "fg": 2871, "bg": 4164 }, - { "id": "mon_zombie_acidic", "fg": 2872, "bg": 4164 }, - { "id": "mon_zombie_corrosive", "fg": 2873, "bg": 4164 }, - { "id": "mon_zombie_spitter", "fg": 2874, "bg": 4164 }, - { "id": "mon_zombie_crawler", "fg": 2875, "bg": 4164 }, + "fg": [ { "weight": 1, "sprite": 2867 }, { "weight": 1, "sprite": 2868 }, { "weight": 1, "sprite": 2869 } ], + "bg": 4167 + }, + { "id": "mon_mosquito_giant", "fg": 2870, "bg": 4167 }, + { "id": "mon_skeleton", "fg": 2871, "bg": 4167 }, + { "id": "mon_skeleton_brute", "fg": 2872, "bg": 4167 }, + { "id": [ "corpse_mon_skeleton", "corpse_mon_skeleton_brute" ], "fg": 2895 }, + { "id": "mon_spore", "fg": 2873, "bg": 4167 }, + { "id": "mon_turret_riot", "fg": 2874, "bg": 4167 }, + { "id": "mon_zombie_acidic", "fg": 2875, "bg": 4167 }, + { "id": "mon_zombie_corrosive", "fg": 2876, "bg": 4167 }, + { "id": "mon_zombie_spitter", "fg": 2877, "bg": 4167 }, + { "id": "mon_zombie_crawler", "fg": 2878, "bg": 4167 }, { "id": "mon_zombie_fat", - "fg": [ { "weight": 1, "sprite": 2876 }, { "weight": 1, "sprite": 2877 } ], - "bg": 4164 + "fg": [ { "weight": 1, "sprite": 2879 }, { "weight": 1, "sprite": 2880 } ], + "bg": 4167 }, { "id": "mon_zombie_brainless", - "fg": [ { "weight": 100, "sprite": 2879 }, { "weight": 100, "sprite": 2880 } ], - "bg": 4164 + "fg": [ { "weight": 100, "sprite": 2882 }, { "weight": 100, "sprite": 2883 } ], + "bg": 4167 }, - { "id": "mon_zombie_hollow", "fg": 2881, "bg": 4164 }, - { "id": "mon_zombie_hunter", "fg": 2882, "bg": 4164 }, - { "id": "mon_zombie_predator", "fg": 2883, "bg": 4164 }, + { "id": "mon_zombie_hollow", "fg": 2884, "bg": 4167 }, + { "id": "mon_zombie_hunter", "fg": 2885, "bg": 4167 }, + { "id": "mon_zombie_predator", "fg": 2886, "bg": 4167 }, { "id": "mon_zombie_mancroc", - "fg": [ { "weight": 100, "sprite": 2884 }, { "weight": 100, "sprite": 2885 } ], - "bg": 4164 - }, - { "id": "mon_zombie_necro", "fg": 2888, "bg": 4164 }, - { "id": "mon_zombie_master", "fg": 2887, "bg": 4164 }, - { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 2886 }, - { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2889, "bg": 4164 }, - { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2890, "bg": 4164 }, - { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2891, "bg": 4164 }, - { "id": "mon_zombie_rot", "fg": 2893, "bg": 4164 }, - { "id": "corpse_mon_zombie_rot", "fg": 2892 }, - { "id": "mon_zombie_skull", "fg": 2894, "bg": 4164 }, + "fg": [ { "weight": 100, "sprite": 2887 }, { "weight": 100, "sprite": 2888 } ], + "bg": 4167 + }, + { "id": "mon_zombie_necro", "fg": 2891, "bg": 4167 }, + { "id": "mon_zombie_master", "fg": 2890, "bg": 4167 }, + { "id": [ "corpse_mon_zombie_necro", "corpse_mon_zombie_master" ], "fg": 2889 }, + { "id": [ "mon_zombie_crawler_pupa", "mon_zombie_crawler_pupa_decoy" ], "fg": 2892, "bg": 4167 }, + { "id": [ "mon_zombie_pupa", "mon_zombie_pupa_decoy" ], "fg": 2893, "bg": 4167 }, + { "id": [ "mon_zombie_pupa_shady", "mon_zombie_pupa_decoy_shady" ], "fg": 2894, "bg": 4167 }, + { "id": "mon_zombie_rot", "fg": 2896, "bg": 4167 }, + { "id": "corpse_mon_zombie_rot", "fg": 2895 }, + { "id": "mon_zombie_skull", "fg": 2897, "bg": 4167 }, { "id": "mon_zombie_soldier", - "fg": [ { "weight": 100, "sprite": 2897 }, { "weight": 100, "sprite": 2898 } ], - "bg": 4164 + "fg": [ { "weight": 100, "sprite": 2900 }, { "weight": 100, "sprite": 2901 } ], + "bg": 4167 }, - { "id": "mon_zombie_military_pilot", "fg": 2896, "bg": 4164 }, - { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 2895 }, - { "id": "mon_zombie_static", "fg": 2899, "bg": 4164 }, - { "id": "mon_zombie_swimmer", "fg": 2900, "bg": 4164 }, + { "id": "mon_zombie_military_pilot", "fg": 2899, "bg": 4167 }, + { "id": [ "corpse_mon_zombie_soldier", "corpse_mon_zombie_military_pilot" ], "fg": 2898 }, + { "id": "mon_zombie_static", "fg": 2902, "bg": 4167 }, + { "id": "mon_zombie_swimmer", "fg": 2903, "bg": 4167 }, { "id": "mon_zombie", "fg": [ - { "weight": 100, "sprite": 2906 }, - { "weight": 150, "sprite": 2907 }, - { "weight": 100, "sprite": 2908 }, { "weight": 100, "sprite": 2909 }, - { "weight": 150, "sprite": 2910 } + { "weight": 150, "sprite": 2910 }, + { "weight": 100, "sprite": 2911 }, + { "weight": 100, "sprite": 2912 }, + { "weight": 150, "sprite": 2913 } ], - "bg": 4164 + "bg": 4167 }, - { "id": "mon_zombie_hazmat", "fg": 2913, "bg": 4164 }, - { "id": "mon_zombie_fireman", "fg": 2912, "bg": 4164 }, + { "id": "mon_zombie_hazmat", "fg": 2916, "bg": 4167 }, + { "id": "mon_zombie_fireman", "fg": 2915, "bg": 4167 }, { "id": "mon_zombie_scientist", - "fg": [ { "weight": 1, "sprite": 2915 }, { "weight": 1, "sprite": 2916 } ], - "bg": 4164 + "fg": [ { "weight": 1, "sprite": 2918 }, { "weight": 1, "sprite": 2919 } ], + "bg": 4167 }, - { "id": "mon_zombie_cop", "fg": 2911, "bg": 4164 }, - { "id": "mon_zombie_labsecurity", "fg": 2914, "bg": 4164 }, + { "id": "mon_zombie_cop", "fg": 2914, "bg": 4167 }, + { "id": "mon_zombie_labsecurity", "fg": 2917, "bg": 4167 }, { "id": "mon_zombie_tough", - "fg": [ { "weight": 1, "sprite": 2919 }, { "weight": 1, "sprite": 2920 } ], - "bg": 4164 + "fg": [ { "weight": 1, "sprite": 2922 }, { "weight": 1, "sprite": 2923 } ], + "bg": 4167 }, { "id": "mon_zombie_technician", - "fg": [ { "weight": 1, "sprite": 2917 }, { "weight": 1, "sprite": 2918 } ], - "bg": 4164 + "fg": [ { "weight": 1, "sprite": 2920 }, { "weight": 1, "sprite": 2921 } ], + "bg": 4167 }, { "id": [ @@ -4382,11 +4389,11 @@ "corpse_mon_zombie_prisoner", "corpse_mon_zombie_winged" ], - "fg": 2901 + "fg": 2904 }, - { "id": "corpse_mon_zombie_scientist", "fg": 2903 }, - { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 2904 }, - { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 2902 }, + { "id": "corpse_mon_zombie_scientist", "fg": 2906 }, + { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], "fg": 2907 }, + { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], "fg": 2905 }, { "id": [ "corpse_mon_zombie_tough", @@ -4402,334 +4409,334 @@ "corpse_mon_zombie_soldier_blackops_2", "corpse_mon_zombie_soldier_blackops_1" ], - "fg": 2905 + "fg": 2908 }, - { "id": "mon_zombie_winged", "fg": 2921, "bg": 4164 }, - { "id": "mon_zougar", "fg": 2922, "bg": 4164 }, - { "id": "mon_copbot", "fg": 2923, "bg": 4164 }, - { "id": "mon_zombie_screecher", "fg": 2924, "bg": 4164 }, - { "id": "mon_zombie_shrieker", "fg": 2925, "bg": 4164 }, - { "id": "mon_zombie_survivor", "fg": 2926, "bg": 4164 }, - { "id": "mon_zombie_swat", "fg": 2927, "bg": 4164 }, - { "id": "mon_zombie_thorny", "fg": 2928, "bg": 4164 }, + { "id": "mon_zombie_winged", "fg": 2924, "bg": 4167 }, + { "id": "mon_zougar", "fg": 2925, "bg": 4167 }, + { "id": "mon_copbot", "fg": 2926, "bg": 4167 }, + { "id": "mon_zombie_screecher", "fg": 2927, "bg": 4167 }, + { "id": "mon_zombie_shrieker", "fg": 2928, "bg": 4167 }, + { "id": "mon_zombie_survivor", "fg": 2929, "bg": 4167 }, + { "id": "mon_zombie_swat", "fg": 2930, "bg": 4167 }, + { "id": "mon_zombie_thorny", "fg": 2931, "bg": 4167 }, { "id": "mon_triffid", - "fg": [ { "weight": 100, "sprite": 2929 }, { "weight": 50, "sprite": 2930 } ], - "bg": 4164 + "fg": [ { "weight": 100, "sprite": 2932 }, { "weight": 50, "sprite": 2933 } ], + "bg": 4167 }, - { "id": "mon_triffid_sprig", "fg": 2931, "bg": 4164 }, - { "id": "mon_triffid_young", "fg": 2932, "bg": 4164 }, - { "id": "mon_zombie_flamer", "fg": 2933, "bg": 4164 }, + { "id": "mon_triffid_sprig", "fg": 2934, "bg": 4167 }, + { "id": "mon_triffid_young", "fg": 2935, "bg": 4167 }, + { "id": "mon_zombie_flamer", "fg": 2936, "bg": 4167 }, { "id": "mon_zombie_prisoner", - "fg": [ { "weight": 1, "sprite": 2934 }, { "weight": 1, "sprite": 2935 }, { "weight": 1, "sprite": 2936 } ], - "bg": 4164 - }, - { "id": "overlay_female_mutation_FACIAL_HAIR_3DAYSTUBBLE", "fg": 2937 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_3DAYSTUBBLE", "fg": 2938 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_ANCHOR", "fg": 2939 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_ANCHOR", "fg": 2940 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_BEARD", "fg": 2941 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_BEARD", "fg": 2942 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_CHEVRON", "fg": 2943 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_CHEVRON", "fg": 2944 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_CURTAIN", "fg": 2945 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_CURTAIN", "fg": 2946 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_STRAP", "fg": 2947 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_STRAP", "fg": 2948 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_STRIP", "fg": 2949 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_STRIP", "fg": 2950 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_CIRCLE", "fg": 2951 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_CIRCLE", "fg": 2952 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_GOATEE", "fg": 2953 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_GOATEE", "fg": 2954 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_GUNSLINGER", "fg": 2955 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_GUNSLINGER", "fg": 2956 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_HANDLEBAR", "fg": 2957 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_HANDLEBAR", "fg": 2958 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_HORSESHOE", "fg": 2959 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_HORSESHOE", "fg": 2960 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_MUSTACHE", "fg": 2965 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_MUSTACHE", "fg": 2966 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_MUTTONCHOPS", "fg": 2961 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_MUTTONCHOPS", "fg": 2962 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_NECKBEARD", "fg": 2963 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_NECKBEARD", "fg": 2964 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_PENCIL", "fg": 2967 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_PENCIL", "fg": 2968 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_ROYALE", "fg": 2969 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_ROYALE", "fg": 2970 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_SHENANDOAH", "fg": 2971 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_SHENANDOAH", "fg": 2972 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_SHORTBOXED", "fg": 2973 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_SHORTBOXED", "fg": 2974 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_SIDEBURNS", "fg": 2975 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_SIDEBURNS", "fg": 2976 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_SOUL_PATCH", "fg": 2977 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_SOUL_PATCH", "fg": 2978 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_TOOTHBRUSH", "fg": 2981 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_TOOTHBRUSH", "fg": 2982 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_VANDYKE", "fg": 2983 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_VANDYKE", "fg": 2984 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_WALRUS", "fg": 2985 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_WALRUS", "fg": 2986 }, - { "id": "overlay_female_mutation_FACIAL_HAIR_ZAPPA", "fg": 2979 }, - { "id": "overlay_male_mutation_FACIAL_HAIR_ZAPPA", "fg": 2980 }, - { "id": "overlay_male_mutation_hair_black_crewcut", "fg": 2988 }, - { "id": "overlay_female_mutation_hair_black_crewcut", "fg": 2987 }, - { "id": "overlay_male_mutation_hair_black_fro", "fg": 2990 }, - { "id": "overlay_female_mutation_hair_black_fro", "fg": 2989 }, - { "id": "overlay_male_mutation_hair_black_long", "fg": 2992 }, - { "id": "overlay_female_mutation_hair_black_long", "fg": 2991 }, - { "id": "overlay_male_mutation_hair_black_medium", "fg": 2994 }, - { "id": "overlay_female_mutation_hair_black_medium", "fg": 2993 }, - { "id": "overlay_male_mutation_hair_black_mohawk", "fg": 2996 }, - { "id": "overlay_female_mutation_hair_black_mohawk", "fg": 2995 }, - { "id": "overlay_male_mutation_hair_black_short", "fg": 2998 }, - { "id": "overlay_female_mutation_hair_black_short", "fg": 2997 }, - { "id": "overlay_male_mutation_hair_blond_crewcut", "fg": 3000 }, - { "id": "overlay_female_mutation_hair_blond_crewcut", "fg": 2999 }, - { "id": "overlay_male_mutation_hair_blond_fro", "fg": 3002 }, - { "id": "overlay_female_mutation_hair_blond_fro", "fg": 3001 }, - { "id": "overlay_male_mutation_hair_blond_long", "fg": 3004 }, - { "id": "overlay_female_mutation_hair_blond_long", "fg": 3003 }, - { "id": "overlay_male_mutation_hair_blond_medium", "fg": 3006 }, - { "id": "overlay_female_mutation_hair_blond_medium", "fg": 3005 }, - { "id": "overlay_male_mutation_hair_blond_mohawk", "fg": 3008 }, - { "id": "overlay_female_mutation_hair_blond_mohawk", "fg": 3007 }, - { "id": "overlay_male_mutation_hair_blond_short", "fg": 3010 }, - { "id": "overlay_female_mutation_hair_blond_short", "fg": 3009 }, - { "id": "overlay_male_mutation_hair_brown_crewcut", "fg": 3012 }, - { "id": "overlay_female_mutation_hair_brown_crewcut", "fg": 3011 }, - { "id": "overlay_male_mutation_hair_brown_fro", "fg": 3014 }, - { "id": "overlay_female_mutation_hair_brown_fro", "fg": 3013 }, - { "id": "overlay_male_mutation_hair_brown_long", "fg": 3016 }, - { "id": "overlay_female_mutation_hair_brown_long", "fg": 3015 }, - { "id": "overlay_male_mutation_hair_brown_medium", "fg": 3018 }, - { "id": "overlay_female_mutation_hair_brown_medium", "fg": 3017 }, - { "id": "overlay_male_mutation_hair_brown_mohawk", "fg": 3020 }, - { "id": "overlay_female_mutation_hair_brown_mohawk", "fg": 3019 }, - { "id": "overlay_male_mutation_hair_brown_short", "fg": 3022 }, - { "id": "overlay_female_mutation_hair_brown_short", "fg": 3021 }, - { "id": "overlay_male_mutation_hair_gray_crewcut", "fg": 3024 }, - { "id": "overlay_female_mutation_hair_gray_crewcut", "fg": 3023 }, - { "id": "overlay_male_mutation_hair_gray_fro", "fg": 3026 }, - { "id": "overlay_female_mutation_hair_gray_fro", "fg": 3025 }, - { "id": "overlay_male_mutation_hair_gray_long", "fg": 3028 }, - { "id": "overlay_female_mutation_hair_gray_long", "fg": 3027 }, - { "id": "overlay_male_mutation_hair_gray_medium", "fg": 3030 }, - { "id": "overlay_female_mutation_hair_gray_medium", "fg": 3029 }, - { "id": "overlay_male_mutation_hair_gray_mohawk", "fg": 3032 }, - { "id": "overlay_female_mutation_hair_gray_mohawk", "fg": 3031 }, - { "id": "overlay_male_mutation_hair_gray_short", "fg": 3034 }, - { "id": "overlay_female_mutation_hair_gray_short", "fg": 3033 }, - { "id": "overlay_male_mutation_hair_red_crewcut", "fg": 3036 }, - { "id": "overlay_female_mutation_hair_red_crewcut", "fg": 3035 }, - { "id": "overlay_male_mutation_hair_red_fro", "fg": 3038 }, - { "id": "overlay_female_mutation_hair_red_fro", "fg": 3037 }, - { "id": "overlay_male_mutation_hair_red_long", "fg": 3040 }, - { "id": "overlay_female_mutation_hair_red_long", "fg": 3039 }, - { "id": "overlay_male_mutation_hair_red_medium", "fg": 3042 }, - { "id": "overlay_female_mutation_hair_red_medium", "fg": 3041 }, - { "id": "overlay_male_mutation_hair_red_mohawk", "fg": 3044 }, - { "id": "overlay_female_mutation_hair_red_mohawk", "fg": 3043 }, - { "id": "overlay_male_mutation_hair_red_short", "fg": 3046 }, - { "id": "overlay_female_mutation_hair_red_short", "fg": 3045 }, - { "id": "overlay_male_mutation_hair_white_crewcut", "fg": 3048 }, - { "id": "overlay_female_mutation_hair_white_crewcut", "fg": 3047 }, - { "id": "overlay_male_mutation_hair_white_fro", "fg": 3050 }, - { "id": "overlay_female_mutation_hair_white_fro", "fg": 3049 }, - { "id": "overlay_male_mutation_hair_white_long", "fg": 3052 }, - { "id": "overlay_female_mutation_hair_white_long", "fg": 3051 }, - { "id": "overlay_male_mutation_hair_white_medium", "fg": 3054 }, - { "id": "overlay_female_mutation_hair_white_medium", "fg": 3053 }, - { "id": "overlay_male_mutation_hair_white_mohawk", "fg": 3056 }, - { "id": "overlay_female_mutation_hair_white_mohawk", "fg": 3055 }, - { "id": "overlay_male_mutation_hair_white_short", "fg": 3058 }, - { "id": "overlay_female_mutation_hair_white_short", "fg": 3057 }, - { "id": "overlay_female_mutation_ARACHNID_ARMS", "fg": 3059 }, - { "id": "overlay_male_mutation_ARACHNID_ARMS", "fg": 3060 }, - { "id": "overlay_female_mutation_BEAK", "fg": 3067 }, - { "id": "overlay_male_mutation_BEAK", "fg": 3068 }, - { "id": "overlay_female_mutation_BEAK_HUM", "fg": 3069 }, - { "id": "overlay_male_mutation_BEAK_HUM", "fg": 3070 }, - { "id": "overlay_female_mutation_BEAK_PECK", "fg": 3071 }, - { "id": "overlay_male_mutation_BEAK_PECK", "fg": 3072 }, - { "id": "overlay_female_mutation_BIRD_EYE", "fg": 3073 }, - { "id": "overlay_male_mutation_BIRD_EYE", "fg": 3074 }, - { "id": "overlay_female_mutation_FANGS", "fg": 3077 }, - { "id": "overlay_male_mutation_FANGS", "fg": 3078 }, - { "id": "overlay_female_mutation_LEAVES", "fg": 3085 }, - { "id": "overlay_male_mutation_LEAVES", "fg": 3086 }, - { "id": "overlay_female_mutation_LIZ_EYE", "fg": 3089 }, - { "id": "overlay_male_mutation_LIZ_EYE", "fg": 3090 }, - { "id": "overlay_female_mutation_MUZZLE_LONG", "fg": 3095 }, - { "id": "overlay_male_mutation_MUZZLE_LONG", "fg": 3096 }, - { "id": "overlay_female_mutation_TAIL_THICK", "fg": 3103 }, - { "id": "overlay_male_mutation_TAIL_THICK", "fg": 3104 }, - { "id": "overlay_female_mutation_TALONS", "fg": 3105 }, - { "id": "overlay_male_mutation_TALONS", "fg": 3106 }, - { "id": "overlay_female_mutation_VINES1", "fg": 3107 }, - { "id": "overlay_male_mutation_VINES1", "fg": 3108 }, - { "id": "overlay_female_mutation_WINGS_BIRD", "fg": 3109 }, - { "id": "overlay_male_mutation_WINGS_BIRD", "fg": 3110 }, - { "id": "overlay_female_mutation_CHITIN", "fg": 3113 }, - { "id": "overlay_male_mutation_CHITIN", "fg": 3114 }, - { "id": "overlay_female_mutation_CHITIN2", "fg": 3111 }, - { "id": "overlay_male_mutation_CHITIN2", "fg": 3112 }, - { "id": "overlay_female_mutation_FEATHERS", "fg": 3115 }, - { "id": "overlay_male_mutation_FEATHERS", "fg": 3116 }, - { "id": "overlay_female_mutation_SCALES", "fg": 3125 }, - { "id": "overlay_male_mutation_SCALES", "fg": 3126 }, - { "id": "overlay_female_mutation_PLANTSKIN", "fg": 3123 }, - { "id": "overlay_male_mutation_PLANTSKIN", "fg": 3124 }, - { "id": "overlay_female_mutation_SKIN_MEDIUM", "fg": 3127 }, - { "id": "overlay_male_mutation_SKIN_MEDIUM", "fg": 3128 }, - { "id": "overlay_female_mutation_SKIN_DARK", "fg": 3129 }, - { "id": "overlay_male_mutation_SKIN_DARK", "fg": 3130 }, - { "id": "overlay_female_mutation_SKIN_LIGHT", "fg": 3131 }, - { "id": "overlay_male_mutation_SKIN_LIGHT", "fg": 3132 }, - { "id": "overlay_female_mutation_SKIN_PINK", "fg": 3133 }, - { "id": "overlay_male_mutation_SKIN_PINK", "fg": 3134 }, - { "id": "overlay_female_mutation_SKIN_TAN", "fg": 3135 }, - { "id": "overlay_male_mutation_SKIN_TAN", "fg": 3136 }, - { "id": "overlay_female_mutation_PALE", "fg": 3121 }, - { "id": "overlay_male_mutation_PALE", "fg": 3122 }, - { "id": "overlay_female_mutation_ALBINO", "fg": 3117 }, - { "id": "overlay_male_mutation_ALBINO", "fg": 3119 }, - { "id": "overlay_wielded_arming_sword_fake", "fg": 3196 }, - { "id": "overlay_wielded_arming_sword_inferior", "fg": 3196 }, - { "id": "overlay_wielded_battleaxe_inferior", "fg": 3142 }, - { "id": "overlay_wielded_battleaxe_fake", "fg": 3142 }, - { "id": "overlay_wielded_broadsword_inferior", "fg": 3227 }, - { "id": "overlay_wielded_broadsword_fake", "fg": 3227 }, - { "id": "overlay_wielded_cavalry_sabre_fake", "fg": 3146 }, - { "id": "overlay_wielded_cutlass_fake", "fg": 3148 }, - { "id": "overlay_wielded_cutlass_inferior", "fg": 3148 }, - { "id": "overlay_wielded_estoc_inferior", "fg": 3266 }, - { "id": "overlay_wielded_estoc_fake", "fg": 3266 }, - { "id": "overlay_female_wielded_halberd_fake", "fg": 3285 }, - { "id": "overlay_male_wielded_halberd_fake", "fg": 3286 }, - { "id": "overlay_wielded_jian_fake", "fg": 3154 }, - { "id": "overlay_wielded_jian_inferior", "fg": 3154 }, - { "id": "overlay_wielded_katana_fake", "fg": 3305 }, - { "id": "overlay_wielded_katana_inferior", "fg": 3305 }, - { "id": "overlay_wielded_kris_fake", "fg": 3311 }, - { "id": "overlay_wielded_longsword_fake", "fg": 3315 }, - { "id": "overlay_wielded_longsword_inferior", "fg": 3315 }, - { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 3316 }, - { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 3317 }, - { "id": "overlay_wielded_mace_inferior", "fg": 3318 }, - { "id": "overlay_wielded_mace_fake", "fg": 3318 }, - { "id": "overlay_wielded_morningstar_fake", "fg": 3319 }, - { "id": "overlay_wielded_morningstar_inferior", "fg": 3319 }, - { "id": "overlay_female_wielded_naginata_fake", "fg": 3165 }, - { "id": "overlay_male_wielded_naginata_fake", "fg": 3166 }, - { "id": "overlay_female_wielded_naginata_inferior", "fg": 3165 }, - { "id": "overlay_male_wielded_naginata_inferior", "fg": 3166 }, - { "id": "overlay_wielded_nodachi_inferior", "fg": 3382 }, - { "id": "overlay_wielded_nodachi_fake", "fg": 3382 }, - { "id": "overlay_wielded_pike_fake", "fg": 3386 }, - { "id": "overlay_wielded_pike_inferior", "fg": 3386 }, - { "id": "overlay_wielded_rapier_fake", "fg": 3411 }, - { "id": "overlay_wielded_tanto_inferior", "fg": 3459 }, - { "id": "overlay_wielded_tanto_fake", "fg": 3459 }, - { "id": "overlay_wielded_wakizashi_fake", "fg": 3485 }, - { "id": "overlay_wielded_wakizashi_inferior", "fg": 3485 }, - { "id": "overlay_wielded_zweihander_fake", "fg": 3511 }, - { "id": "overlay_wielded_zweihander_inferior", "fg": 3511 }, - { "id": "overlay_female_wielded_1st_aid", "fg": 3137 }, - { "id": "overlay_male_wielded_1st_aid", "fg": 3138 }, - { "id": "overlay_female_wielded_2x4", "fg": 3139 }, - { "id": "overlay_male_wielded_2x4", "fg": 3140 }, - { "id": "overlay_wielded_bowling_axe", "fg": 3141 }, - { "id": "overlay_wielded_battleaxe", "fg": 3142 }, - { "id": "overlay_wielded_knife_butcher", "fg": 3143 }, - { "id": "overlay_female_wielded_butterfly_swords", "fg": 3144 }, - { "id": "overlay_male_wielded_butterfly_swords", "fg": 3145 }, - { "id": "overlay_wielded_cavalry_sabre", "fg": 3146 }, - { "id": "overlay_wielded_sword_crude", "fg": 3147 }, - { "id": "overlay_wielded_cutlass", "fg": 3148 }, - { "id": "overlay_wielded_dao", "fg": 3149 }, - { "id": "overlay_wielded_diveknife", "fg": 3150 }, - { "id": "overlay_female_wielded_glaive", "fg": 3151 }, - { "id": "overlay_male_wielded_glaive", "fg": 3152 }, - { "id": "overlay_wielded_glass_shiv", "fg": 3153 }, - { "id": "overlay_wielded_jian", "fg": 3154 }, - { "id": "overlay_wielded_khopesh", "fg": 3155 }, - { "id": "overlay_wielded_kukri", "fg": 3156 }, - { "id": "overlay_wielded_lajatang", "fg": 3157 }, - { "id": "overlay_wielded_machete", "fg": 3158 }, - { "id": "overlay_female_wielded_makeshift_halberd", "fg": 3159 }, - { "id": "overlay_male_wielded_makeshift_halberd", "fg": 3160 }, - { "id": "overlay_wielded_makeshift_machete", "fg": 3161 }, - { "id": "overlay_wielded_glass_macuahuitl", "fg": 3162 }, - { "id": "overlay_female_wielded_makeshift_scythe_war", "fg": 3163 }, - { "id": "overlay_male_wielded_makeshift_scythe_war", "fg": 3164 }, - { "id": "overlay_female_wielded_naginata", "fg": 3165 }, - { "id": "overlay_male_wielded_naginata", "fg": 3166 }, - { "id": "overlay_wielded_knuckle_katar", "fg": 3167 }, - { "id": "overlay_wielded_scimitar", "fg": 3168 }, - { "id": "overlay_wielded_scythe", "fg": 3169 }, - { "id": "overlay_wielded_survivor_machete", "fg": 3170 }, - { "id": "overlay_wielded_sword_bayonet", "fg": 3171 }, - { "id": "overlay_female_wielded_bagh_nakha", "fg": 3172 }, - { "id": "overlay_male_wielded_bagh_nakha", "fg": 3173 }, - { "id": "overlay_female_wielded_scythe_war", "fg": 3174 }, - { "id": "overlay_male_wielded_scythe_war", "fg": 3175 }, - { "id": "overlay_wielded_sword_xiphos", "fg": 3176 }, - { "id": "overlay_female_wielded_ak74", "fg": 3193 }, - { "id": "overlay_male_wielded_ak74", "fg": 3194 }, - { "id": "overlay_wielded_ar15", "fg": 3195 }, - { "id": "overlay_wielded_arming_sword", "fg": 3196 }, - { "id": "overlay_wielded_fire_ax", "fg": 3197 }, - { "id": "overlay_wielded_ax", "fg": 3199 }, - { "id": "overlay_wielded_hatchet", "fg": 3198 }, - { "id": "overlay_wielded_bag_canvas", "fg": 3200 }, - { "id": "overlay_wielded_bag_plastic", "fg": 3201 }, - { "id": "overlay_wielded_knife_baselard", "fg": 3202 }, - { "id": "overlay_female_wielded_bat", "fg": 3203 }, - { "id": "overlay_male_wielded_bat", "fg": 3204 }, - { "id": "overlay_female_wielded_bat_metal", "fg": 3205 }, - { "id": "overlay_male_wielded_bat_metal", "fg": 3206 }, - { "id": "overlay_wielded_bone_knife", "fg": 3207 }, - { "id": "overlay_wielded_bottle_glass", "fg": 3208 }, - { "id": "overlay_wielded_bottle_plastic", "fg": 3209 }, - { "id": "overlay_wielded_bottle_plastic_small", "fg": 3210 }, - { "id": "overlay_wielded_compositebow", "fg": 3211 }, - { "id": "overlay_wielded_reflexbow", "fg": 3212 }, - { "id": "overlay_wielded_compgreatbow", "fg": 3213 }, - { "id": "overlay_wielded_compbow", "fg": 3214 }, - { "id": "overlay_wielded_compbow_high", "fg": 3214 }, - { "id": "overlay_wielded_compbow_low", "fg": 3214 }, - { "id": "overlay_wielded_hybridbow", "fg": 3215 }, - { "id": "overlay_wielded_longbow", "fg": 3216 }, - { "id": "overlay_wielded_recurbow", "fg": 3217 }, - { "id": "overlay_wielded_reflexrecurvebow", "fg": 3218 }, - { "id": "overlay_wielded_shortbow", "fg": 3219 }, - { "id": "overlay_wielded_selfbow", "fg": 3220 }, - { "id": "overlay_wielded_woodgreatbow", "fg": 3221 }, - { "id": "overlay_wielded_box_large", "fg": 3222 }, - { "id": "overlay_wielded_box_medium", "fg": 3223 }, - { "id": "overlay_wielded_box_small", "fg": 3224 }, - { "id": "overlay_wielded_brick", "fg": 3226 }, - { "id": "overlay_wielded_broadsword", "fg": 3227 }, - { "id": "overlay_wielded_broom", "fg": 3228 }, - { "id": "overlay_female_wielded_bwirebat", "fg": 3229 }, - { "id": "overlay_male_wielded_bwirebat", "fg": 3230 }, - { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 3243 }, - { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 3244 }, - { "id": "overlay_female_wielded_chainsaw_off", "fg": 3245 }, - { "id": "overlay_male_wielded_chainsaw_off", "fg": 3246 }, - { "id": "overlay_wielded_coffeemaker", "fg": 3247 }, - { "id": "overlay_wielded_knife_combat", "fg": 3248 }, - { "id": "overlay_wielded_knife_combat_mod", "fg": 3248 }, - { "id": "overlay_wielded_copper_knife", "fg": 3249 }, - { "id": "overlay_female_wielded_corpse_generic_human", "fg": 3250 }, - { "id": "overlay_male_wielded_corpse_generic_human", "fg": 3251 }, + "fg": [ { "weight": 1, "sprite": 2937 }, { "weight": 1, "sprite": 2938 }, { "weight": 1, "sprite": 2939 } ], + "bg": 4167 + }, + { "id": "overlay_female_mutation_FACIAL_HAIR_3DAYSTUBBLE", "fg": 2940 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_3DAYSTUBBLE", "fg": 2941 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_ANCHOR", "fg": 2942 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_ANCHOR", "fg": 2943 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_BEARD", "fg": 2944 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_BEARD", "fg": 2945 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_CHEVRON", "fg": 2946 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_CHEVRON", "fg": 2947 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_CURTAIN", "fg": 2948 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_CURTAIN", "fg": 2949 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_STRAP", "fg": 2950 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_STRAP", "fg": 2951 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_CHIN_STRIP", "fg": 2952 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_CHIN_STRIP", "fg": 2953 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_CIRCLE", "fg": 2954 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_CIRCLE", "fg": 2955 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_GOATEE", "fg": 2956 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_GOATEE", "fg": 2957 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_GUNSLINGER", "fg": 2958 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_GUNSLINGER", "fg": 2959 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_HANDLEBAR", "fg": 2960 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_HANDLEBAR", "fg": 2961 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_HORSESHOE", "fg": 2962 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_HORSESHOE", "fg": 2963 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_MUSTACHE", "fg": 2968 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_MUSTACHE", "fg": 2969 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_MUTTONCHOPS", "fg": 2964 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_MUTTONCHOPS", "fg": 2965 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_NECKBEARD", "fg": 2966 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_NECKBEARD", "fg": 2967 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_PENCIL", "fg": 2970 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_PENCIL", "fg": 2971 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_ROYALE", "fg": 2972 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_ROYALE", "fg": 2973 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_SHENANDOAH", "fg": 2974 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_SHENANDOAH", "fg": 2975 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_SHORTBOXED", "fg": 2976 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_SHORTBOXED", "fg": 2977 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_SIDEBURNS", "fg": 2978 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_SIDEBURNS", "fg": 2979 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_SOUL_PATCH", "fg": 2980 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_SOUL_PATCH", "fg": 2981 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_TOOTHBRUSH", "fg": 2984 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_TOOTHBRUSH", "fg": 2985 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_VANDYKE", "fg": 2986 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_VANDYKE", "fg": 2987 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_WALRUS", "fg": 2988 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_WALRUS", "fg": 2989 }, + { "id": "overlay_female_mutation_FACIAL_HAIR_ZAPPA", "fg": 2982 }, + { "id": "overlay_male_mutation_FACIAL_HAIR_ZAPPA", "fg": 2983 }, + { "id": "overlay_male_mutation_hair_black_crewcut", "fg": 2991 }, + { "id": "overlay_female_mutation_hair_black_crewcut", "fg": 2990 }, + { "id": "overlay_male_mutation_hair_black_fro", "fg": 2993 }, + { "id": "overlay_female_mutation_hair_black_fro", "fg": 2992 }, + { "id": "overlay_male_mutation_hair_black_long", "fg": 2995 }, + { "id": "overlay_female_mutation_hair_black_long", "fg": 2994 }, + { "id": "overlay_male_mutation_hair_black_medium", "fg": 2997 }, + { "id": "overlay_female_mutation_hair_black_medium", "fg": 2996 }, + { "id": "overlay_male_mutation_hair_black_mohawk", "fg": 2999 }, + { "id": "overlay_female_mutation_hair_black_mohawk", "fg": 2998 }, + { "id": "overlay_male_mutation_hair_black_short", "fg": 3001 }, + { "id": "overlay_female_mutation_hair_black_short", "fg": 3000 }, + { "id": "overlay_male_mutation_hair_blond_crewcut", "fg": 3003 }, + { "id": "overlay_female_mutation_hair_blond_crewcut", "fg": 3002 }, + { "id": "overlay_male_mutation_hair_blond_fro", "fg": 3005 }, + { "id": "overlay_female_mutation_hair_blond_fro", "fg": 3004 }, + { "id": "overlay_male_mutation_hair_blond_long", "fg": 3007 }, + { "id": "overlay_female_mutation_hair_blond_long", "fg": 3006 }, + { "id": "overlay_male_mutation_hair_blond_medium", "fg": 3009 }, + { "id": "overlay_female_mutation_hair_blond_medium", "fg": 3008 }, + { "id": "overlay_male_mutation_hair_blond_mohawk", "fg": 3011 }, + { "id": "overlay_female_mutation_hair_blond_mohawk", "fg": 3010 }, + { "id": "overlay_male_mutation_hair_blond_short", "fg": 3013 }, + { "id": "overlay_female_mutation_hair_blond_short", "fg": 3012 }, + { "id": "overlay_male_mutation_hair_brown_crewcut", "fg": 3015 }, + { "id": "overlay_female_mutation_hair_brown_crewcut", "fg": 3014 }, + { "id": "overlay_male_mutation_hair_brown_fro", "fg": 3017 }, + { "id": "overlay_female_mutation_hair_brown_fro", "fg": 3016 }, + { "id": "overlay_male_mutation_hair_brown_long", "fg": 3019 }, + { "id": "overlay_female_mutation_hair_brown_long", "fg": 3018 }, + { "id": "overlay_male_mutation_hair_brown_medium", "fg": 3021 }, + { "id": "overlay_female_mutation_hair_brown_medium", "fg": 3020 }, + { "id": "overlay_male_mutation_hair_brown_mohawk", "fg": 3023 }, + { "id": "overlay_female_mutation_hair_brown_mohawk", "fg": 3022 }, + { "id": "overlay_male_mutation_hair_brown_short", "fg": 3025 }, + { "id": "overlay_female_mutation_hair_brown_short", "fg": 3024 }, + { "id": "overlay_male_mutation_hair_gray_crewcut", "fg": 3027 }, + { "id": "overlay_female_mutation_hair_gray_crewcut", "fg": 3026 }, + { "id": "overlay_male_mutation_hair_gray_fro", "fg": 3029 }, + { "id": "overlay_female_mutation_hair_gray_fro", "fg": 3028 }, + { "id": "overlay_male_mutation_hair_gray_long", "fg": 3031 }, + { "id": "overlay_female_mutation_hair_gray_long", "fg": 3030 }, + { "id": "overlay_male_mutation_hair_gray_medium", "fg": 3033 }, + { "id": "overlay_female_mutation_hair_gray_medium", "fg": 3032 }, + { "id": "overlay_male_mutation_hair_gray_mohawk", "fg": 3035 }, + { "id": "overlay_female_mutation_hair_gray_mohawk", "fg": 3034 }, + { "id": "overlay_male_mutation_hair_gray_short", "fg": 3037 }, + { "id": "overlay_female_mutation_hair_gray_short", "fg": 3036 }, + { "id": "overlay_male_mutation_hair_red_crewcut", "fg": 3039 }, + { "id": "overlay_female_mutation_hair_red_crewcut", "fg": 3038 }, + { "id": "overlay_male_mutation_hair_red_fro", "fg": 3041 }, + { "id": "overlay_female_mutation_hair_red_fro", "fg": 3040 }, + { "id": "overlay_male_mutation_hair_red_long", "fg": 3043 }, + { "id": "overlay_female_mutation_hair_red_long", "fg": 3042 }, + { "id": "overlay_male_mutation_hair_red_medium", "fg": 3045 }, + { "id": "overlay_female_mutation_hair_red_medium", "fg": 3044 }, + { "id": "overlay_male_mutation_hair_red_mohawk", "fg": 3047 }, + { "id": "overlay_female_mutation_hair_red_mohawk", "fg": 3046 }, + { "id": "overlay_male_mutation_hair_red_short", "fg": 3049 }, + { "id": "overlay_female_mutation_hair_red_short", "fg": 3048 }, + { "id": "overlay_male_mutation_hair_white_crewcut", "fg": 3051 }, + { "id": "overlay_female_mutation_hair_white_crewcut", "fg": 3050 }, + { "id": "overlay_male_mutation_hair_white_fro", "fg": 3053 }, + { "id": "overlay_female_mutation_hair_white_fro", "fg": 3052 }, + { "id": "overlay_male_mutation_hair_white_long", "fg": 3055 }, + { "id": "overlay_female_mutation_hair_white_long", "fg": 3054 }, + { "id": "overlay_male_mutation_hair_white_medium", "fg": 3057 }, + { "id": "overlay_female_mutation_hair_white_medium", "fg": 3056 }, + { "id": "overlay_male_mutation_hair_white_mohawk", "fg": 3059 }, + { "id": "overlay_female_mutation_hair_white_mohawk", "fg": 3058 }, + { "id": "overlay_male_mutation_hair_white_short", "fg": 3061 }, + { "id": "overlay_female_mutation_hair_white_short", "fg": 3060 }, + { "id": "overlay_female_mutation_ARACHNID_ARMS", "fg": 3062 }, + { "id": "overlay_male_mutation_ARACHNID_ARMS", "fg": 3063 }, + { "id": "overlay_female_mutation_BEAK", "fg": 3070 }, + { "id": "overlay_male_mutation_BEAK", "fg": 3071 }, + { "id": "overlay_female_mutation_BEAK_HUM", "fg": 3072 }, + { "id": "overlay_male_mutation_BEAK_HUM", "fg": 3073 }, + { "id": "overlay_female_mutation_BEAK_PECK", "fg": 3074 }, + { "id": "overlay_male_mutation_BEAK_PECK", "fg": 3075 }, + { "id": "overlay_female_mutation_BIRD_EYE", "fg": 3076 }, + { "id": "overlay_male_mutation_BIRD_EYE", "fg": 3077 }, + { "id": "overlay_female_mutation_FANGS", "fg": 3080 }, + { "id": "overlay_male_mutation_FANGS", "fg": 3081 }, + { "id": "overlay_female_mutation_LEAVES", "fg": 3088 }, + { "id": "overlay_male_mutation_LEAVES", "fg": 3089 }, + { "id": "overlay_female_mutation_LIZ_EYE", "fg": 3092 }, + { "id": "overlay_male_mutation_LIZ_EYE", "fg": 3093 }, + { "id": "overlay_female_mutation_MUZZLE_LONG", "fg": 3098 }, + { "id": "overlay_male_mutation_MUZZLE_LONG", "fg": 3099 }, + { "id": "overlay_female_mutation_TAIL_THICK", "fg": 3106 }, + { "id": "overlay_male_mutation_TAIL_THICK", "fg": 3107 }, + { "id": "overlay_female_mutation_TALONS", "fg": 3108 }, + { "id": "overlay_male_mutation_TALONS", "fg": 3109 }, + { "id": "overlay_female_mutation_VINES1", "fg": 3110 }, + { "id": "overlay_male_mutation_VINES1", "fg": 3111 }, + { "id": "overlay_female_mutation_WINGS_BIRD", "fg": 3112 }, + { "id": "overlay_male_mutation_WINGS_BIRD", "fg": 3113 }, + { "id": "overlay_female_mutation_CHITIN", "fg": 3116 }, + { "id": "overlay_male_mutation_CHITIN", "fg": 3117 }, + { "id": "overlay_female_mutation_CHITIN2", "fg": 3114 }, + { "id": "overlay_male_mutation_CHITIN2", "fg": 3115 }, + { "id": "overlay_female_mutation_FEATHERS", "fg": 3118 }, + { "id": "overlay_male_mutation_FEATHERS", "fg": 3119 }, + { "id": "overlay_female_mutation_SCALES", "fg": 3128 }, + { "id": "overlay_male_mutation_SCALES", "fg": 3129 }, + { "id": "overlay_female_mutation_PLANTSKIN", "fg": 3126 }, + { "id": "overlay_male_mutation_PLANTSKIN", "fg": 3127 }, + { "id": "overlay_female_mutation_SKIN_MEDIUM", "fg": 3130 }, + { "id": "overlay_male_mutation_SKIN_MEDIUM", "fg": 3131 }, + { "id": "overlay_female_mutation_SKIN_DARK", "fg": 3132 }, + { "id": "overlay_male_mutation_SKIN_DARK", "fg": 3133 }, + { "id": "overlay_female_mutation_SKIN_LIGHT", "fg": 3134 }, + { "id": "overlay_male_mutation_SKIN_LIGHT", "fg": 3135 }, + { "id": "overlay_female_mutation_SKIN_PINK", "fg": 3136 }, + { "id": "overlay_male_mutation_SKIN_PINK", "fg": 3137 }, + { "id": "overlay_female_mutation_SKIN_TAN", "fg": 3138 }, + { "id": "overlay_male_mutation_SKIN_TAN", "fg": 3139 }, + { "id": "overlay_female_mutation_PALE", "fg": 3124 }, + { "id": "overlay_male_mutation_PALE", "fg": 3125 }, + { "id": "overlay_female_mutation_ALBINO", "fg": 3120 }, + { "id": "overlay_male_mutation_ALBINO", "fg": 3122 }, + { "id": "overlay_wielded_arming_sword_fake", "fg": 3199 }, + { "id": "overlay_wielded_arming_sword_inferior", "fg": 3199 }, + { "id": "overlay_wielded_battleaxe_inferior", "fg": 3145 }, + { "id": "overlay_wielded_battleaxe_fake", "fg": 3145 }, + { "id": "overlay_wielded_broadsword_inferior", "fg": 3230 }, + { "id": "overlay_wielded_broadsword_fake", "fg": 3230 }, + { "id": "overlay_wielded_cavalry_sabre_fake", "fg": 3149 }, + { "id": "overlay_wielded_cutlass_fake", "fg": 3151 }, + { "id": "overlay_wielded_cutlass_inferior", "fg": 3151 }, + { "id": "overlay_wielded_estoc_inferior", "fg": 3269 }, + { "id": "overlay_wielded_estoc_fake", "fg": 3269 }, + { "id": "overlay_female_wielded_halberd_fake", "fg": 3288 }, + { "id": "overlay_male_wielded_halberd_fake", "fg": 3289 }, + { "id": "overlay_wielded_jian_fake", "fg": 3157 }, + { "id": "overlay_wielded_jian_inferior", "fg": 3157 }, + { "id": "overlay_wielded_katana_fake", "fg": 3308 }, + { "id": "overlay_wielded_katana_inferior", "fg": 3308 }, + { "id": "overlay_wielded_kris_fake", "fg": 3314 }, + { "id": "overlay_wielded_longsword_fake", "fg": 3318 }, + { "id": "overlay_wielded_longsword_inferior", "fg": 3318 }, + { "id": "overlay_female_wielded_lucern_hammerfake", "fg": 3319 }, + { "id": "overlay_male_wielded_lucern_hammerfake", "fg": 3320 }, + { "id": "overlay_wielded_mace_inferior", "fg": 3321 }, + { "id": "overlay_wielded_mace_fake", "fg": 3321 }, + { "id": "overlay_wielded_morningstar_fake", "fg": 3322 }, + { "id": "overlay_wielded_morningstar_inferior", "fg": 3322 }, + { "id": "overlay_female_wielded_naginata_fake", "fg": 3168 }, + { "id": "overlay_male_wielded_naginata_fake", "fg": 3169 }, + { "id": "overlay_female_wielded_naginata_inferior", "fg": 3168 }, + { "id": "overlay_male_wielded_naginata_inferior", "fg": 3169 }, + { "id": "overlay_wielded_nodachi_inferior", "fg": 3385 }, + { "id": "overlay_wielded_nodachi_fake", "fg": 3385 }, + { "id": "overlay_wielded_pike_fake", "fg": 3389 }, + { "id": "overlay_wielded_pike_inferior", "fg": 3389 }, + { "id": "overlay_wielded_rapier_fake", "fg": 3414 }, + { "id": "overlay_wielded_tanto_inferior", "fg": 3462 }, + { "id": "overlay_wielded_tanto_fake", "fg": 3462 }, + { "id": "overlay_wielded_wakizashi_fake", "fg": 3488 }, + { "id": "overlay_wielded_wakizashi_inferior", "fg": 3488 }, + { "id": "overlay_wielded_zweihander_fake", "fg": 3514 }, + { "id": "overlay_wielded_zweihander_inferior", "fg": 3514 }, + { "id": "overlay_female_wielded_1st_aid", "fg": 3140 }, + { "id": "overlay_male_wielded_1st_aid", "fg": 3141 }, + { "id": "overlay_female_wielded_2x4", "fg": 3142 }, + { "id": "overlay_male_wielded_2x4", "fg": 3143 }, + { "id": "overlay_wielded_bowling_axe", "fg": 3144 }, + { "id": "overlay_wielded_battleaxe", "fg": 3145 }, + { "id": "overlay_wielded_knife_butcher", "fg": 3146 }, + { "id": "overlay_female_wielded_butterfly_swords", "fg": 3147 }, + { "id": "overlay_male_wielded_butterfly_swords", "fg": 3148 }, + { "id": "overlay_wielded_cavalry_sabre", "fg": 3149 }, + { "id": "overlay_wielded_sword_crude", "fg": 3150 }, + { "id": "overlay_wielded_cutlass", "fg": 3151 }, + { "id": "overlay_wielded_dao", "fg": 3152 }, + { "id": "overlay_wielded_diveknife", "fg": 3153 }, + { "id": "overlay_female_wielded_glaive", "fg": 3154 }, + { "id": "overlay_male_wielded_glaive", "fg": 3155 }, + { "id": "overlay_wielded_glass_shiv", "fg": 3156 }, + { "id": "overlay_wielded_jian", "fg": 3157 }, + { "id": "overlay_wielded_khopesh", "fg": 3158 }, + { "id": "overlay_wielded_kukri", "fg": 3159 }, + { "id": "overlay_wielded_lajatang", "fg": 3160 }, + { "id": "overlay_wielded_machete", "fg": 3161 }, + { "id": "overlay_female_wielded_makeshift_halberd", "fg": 3162 }, + { "id": "overlay_male_wielded_makeshift_halberd", "fg": 3163 }, + { "id": "overlay_wielded_makeshift_machete", "fg": 3164 }, + { "id": "overlay_wielded_glass_macuahuitl", "fg": 3165 }, + { "id": "overlay_female_wielded_makeshift_scythe_war", "fg": 3166 }, + { "id": "overlay_male_wielded_makeshift_scythe_war", "fg": 3167 }, + { "id": "overlay_female_wielded_naginata", "fg": 3168 }, + { "id": "overlay_male_wielded_naginata", "fg": 3169 }, + { "id": "overlay_wielded_knuckle_katar", "fg": 3170 }, + { "id": "overlay_wielded_scimitar", "fg": 3171 }, + { "id": "overlay_wielded_scythe", "fg": 3172 }, + { "id": "overlay_wielded_survivor_machete", "fg": 3173 }, + { "id": "overlay_wielded_sword_bayonet", "fg": 3174 }, + { "id": "overlay_female_wielded_bagh_nakha", "fg": 3175 }, + { "id": "overlay_male_wielded_bagh_nakha", "fg": 3176 }, + { "id": "overlay_female_wielded_scythe_war", "fg": 3177 }, + { "id": "overlay_male_wielded_scythe_war", "fg": 3178 }, + { "id": "overlay_wielded_sword_xiphos", "fg": 3179 }, + { "id": "overlay_female_wielded_ak74", "fg": 3196 }, + { "id": "overlay_male_wielded_ak74", "fg": 3197 }, + { "id": "overlay_wielded_ar15", "fg": 3198 }, + { "id": "overlay_wielded_arming_sword", "fg": 3199 }, + { "id": "overlay_wielded_fire_ax", "fg": 3200 }, + { "id": "overlay_wielded_ax", "fg": 3202 }, + { "id": "overlay_wielded_hatchet", "fg": 3201 }, + { "id": "overlay_wielded_bag_canvas", "fg": 3203 }, + { "id": "overlay_wielded_bag_plastic", "fg": 3204 }, + { "id": "overlay_wielded_knife_baselard", "fg": 3205 }, + { "id": "overlay_female_wielded_bat", "fg": 3206 }, + { "id": "overlay_male_wielded_bat", "fg": 3207 }, + { "id": "overlay_female_wielded_bat_metal", "fg": 3208 }, + { "id": "overlay_male_wielded_bat_metal", "fg": 3209 }, + { "id": "overlay_wielded_bone_knife", "fg": 3210 }, + { "id": "overlay_wielded_bottle_glass", "fg": 3211 }, + { "id": "overlay_wielded_bottle_plastic", "fg": 3212 }, + { "id": "overlay_wielded_bottle_plastic_small", "fg": 3213 }, + { "id": "overlay_wielded_compositebow", "fg": 3214 }, + { "id": "overlay_wielded_reflexbow", "fg": 3215 }, + { "id": "overlay_wielded_compgreatbow", "fg": 3216 }, + { "id": "overlay_wielded_compbow", "fg": 3217 }, + { "id": "overlay_wielded_compbow_high", "fg": 3217 }, + { "id": "overlay_wielded_compbow_low", "fg": 3217 }, + { "id": "overlay_wielded_hybridbow", "fg": 3218 }, + { "id": "overlay_wielded_longbow", "fg": 3219 }, + { "id": "overlay_wielded_recurbow", "fg": 3220 }, + { "id": "overlay_wielded_reflexrecurvebow", "fg": 3221 }, + { "id": "overlay_wielded_shortbow", "fg": 3222 }, + { "id": "overlay_wielded_selfbow", "fg": 3223 }, + { "id": "overlay_wielded_woodgreatbow", "fg": 3224 }, + { "id": "overlay_wielded_box_large", "fg": 3225 }, + { "id": "overlay_wielded_box_medium", "fg": 3226 }, + { "id": "overlay_wielded_box_small", "fg": 3227 }, + { "id": "overlay_wielded_brick", "fg": 3229 }, + { "id": "overlay_wielded_broadsword", "fg": 3230 }, + { "id": "overlay_wielded_broom", "fg": 3231 }, + { "id": "overlay_female_wielded_bwirebat", "fg": 3232 }, + { "id": "overlay_male_wielded_bwirebat", "fg": 3233 }, + { "id": [ "overlay_female_wielded_cestus", "overlay_female_worn_cestus" ], "fg": 3246 }, + { "id": [ "overlay_male_wielded_cestus", "overlay_male_worn_cestus" ], "fg": 3247 }, + { "id": "overlay_female_wielded_chainsaw_off", "fg": 3248 }, + { "id": "overlay_male_wielded_chainsaw_off", "fg": 3249 }, + { "id": "overlay_wielded_coffeemaker", "fg": 3250 }, + { "id": "overlay_wielded_knife_combat", "fg": 3251 }, + { "id": "overlay_wielded_knife_combat_mod", "fg": 3251 }, + { "id": "overlay_wielded_copper_knife", "fg": 3252 }, + { "id": "overlay_female_wielded_corpse_generic_human", "fg": 3253 }, + { "id": "overlay_male_wielded_corpse_generic_human", "fg": 3254 }, { "id": [ "overlay_wielded_corpse_mon_ant", "overlay_wielded_corpse_mon_ant_soldier", "overlay_wielded_corpse_mon_ant_queen" ], - "fg": 3253 + "fg": 3256 }, { "id": [ @@ -4737,7 +4744,7 @@ "overlay_wielded_corpse_mon_ant_acid_soldier", "overlay_wielded_corpse_mon_ant_acid_queen" ], - "fg": 3252 + "fg": 3255 }, { "id": [ @@ -4796,7 +4803,7 @@ "overlay_male_wielded_corpse_mon_zombie_prisoner", "overlay_male_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 3255 + "fg": 3258 }, { "id": [ @@ -4855,35 +4862,35 @@ "overlay_female_wielded_corpse_mon_zombie_prisoner", "overlay_female_wielded_corpse_mon_zombie_military_pilot" ], - "fg": 3254 - }, - { "id": "overlay_wielded_bullet_crossbow", "fg": 3256 }, - { "id": "overlay_wielded_compositecrossbow", "fg": 3257 }, - { "id": "overlay_wielded_compcrossbow", "fg": 3258 }, - { "id": "overlay_wielded_huge_crossbow", "fg": 3259 }, - { "id": "overlay_wielded_hand_crossbow", "fg": 3260 }, - { "id": "overlay_wielded_rep_crossbow", "fg": 3261 }, - { "id": "overlay_wielded_crossbow", "fg": 3262 }, - { "id": "overlay_wielded_cudgel", "fg": 3263 }, - { "id": "overlay_female_wielded_spear_dory", "fg": 3264 }, - { "id": "overlay_male_wielded_spear_dory", "fg": 3265 }, - { "id": "overlay_wielded_estoc", "fg": 3266 }, - { "id": "overlay_wielded_shock_epee", "fg": 3267 }, - { "id": "overlay_wielded_shock_foil", "fg": 3268 }, - { "id": "overlay_wielded_shock_sabre", "fg": 3269 }, - { "id": "overlay_wielded_fencing_epee", "fg": 3270 }, - { "id": "overlay_wielded_fencing_foil", "fg": 3271 }, - { "id": "overlay_wielded_fencing_sabre", "fg": 3272 }, - { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 3273 }, - { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 3274 }, - { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 3275 }, - { "id": "overlay_wielded_fishing_rod_basic", "fg": 3276 }, - { "id": "overlay_wielded_hoboreel", "fg": 3277 }, - { "id": "overlay_wielded_fishing_rod_professional", "fg": 3278 }, - { "id": "overlay_wielded_flashlight", "fg": 3279 }, - { "id": "overlay_wielded_heavy_flashlight", "fg": 3280 }, - { "id": "overlay_wielded_spear_forked", "fg": 3281 }, - { "id": "overlay_wielded_glass_shard", "fg": 3282 }, + "fg": 3257 + }, + { "id": "overlay_wielded_bullet_crossbow", "fg": 3259 }, + { "id": "overlay_wielded_compositecrossbow", "fg": 3260 }, + { "id": "overlay_wielded_compcrossbow", "fg": 3261 }, + { "id": "overlay_wielded_huge_crossbow", "fg": 3262 }, + { "id": "overlay_wielded_hand_crossbow", "fg": 3263 }, + { "id": "overlay_wielded_rep_crossbow", "fg": 3264 }, + { "id": "overlay_wielded_crossbow", "fg": 3265 }, + { "id": "overlay_wielded_cudgel", "fg": 3266 }, + { "id": "overlay_female_wielded_spear_dory", "fg": 3267 }, + { "id": "overlay_male_wielded_spear_dory", "fg": 3268 }, + { "id": "overlay_wielded_estoc", "fg": 3269 }, + { "id": "overlay_wielded_shock_epee", "fg": 3270 }, + { "id": "overlay_wielded_shock_foil", "fg": 3271 }, + { "id": "overlay_wielded_shock_sabre", "fg": 3272 }, + { "id": "overlay_wielded_fencing_epee", "fg": 3273 }, + { "id": "overlay_wielded_fencing_foil", "fg": 3274 }, + { "id": "overlay_wielded_fencing_sabre", "fg": 3275 }, + { "id": "overlay_wielded_fencing_epee_sharpened", "fg": 3276 }, + { "id": "overlay_wielded_fencing_foil_sharpened", "fg": 3277 }, + { "id": "overlay_wielded_fencing_sabre_sharpened", "fg": 3278 }, + { "id": "overlay_wielded_fishing_rod_basic", "fg": 3279 }, + { "id": "overlay_wielded_hoboreel", "fg": 3280 }, + { "id": "overlay_wielded_fishing_rod_professional", "fg": 3281 }, + { "id": "overlay_wielded_flashlight", "fg": 3282 }, + { "id": "overlay_wielded_heavy_flashlight", "fg": 3283 }, + { "id": "overlay_wielded_spear_forked", "fg": 3284 }, + { "id": "overlay_wielded_glass_shard", "fg": 3285 }, { "id": [ "overlay_wielded_glock_17", @@ -4892,62 +4899,62 @@ "overlay_wielded_glock_22", "overlay_wielded_glock_31" ], - "fg": 3283 - }, - { "id": "overlay_wielded_grip_hook", "fg": 3284 }, - { "id": "overlay_male_wielded_halberd", "fg": 3286 }, - { "id": "overlay_female_wielded_halberd", "fg": 3285 }, - { "id": "overlay_wielded_crowbar", "fg": 3287 }, - { "id": "overlay_male_wielded_screwdriver", "fg": 3290 }, - { "id": "overlay_female_wielded_screwdriver", "fg": 3289 }, - { "id": "overlay_wielded_shovel", "fg": 3291 }, - { "id": "overlay_wielded_wrench", "fg": 3292 }, - { "id": "overlay_wielded_hammer", "fg": 3288 }, - { "id": "overlay_wielded_hollow_cane", "fg": 3293 }, - { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 3294 }, - { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 3295 }, - { "id": "overlay_wielded_jar_3l_glass", "fg": 3296 }, - { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 3297 }, - { "id": "overlay_wielded_jar_glass", "fg": 3298 }, - { "id": "overlay_wielded_jar_glass_sealed", "fg": 3299 }, - { "id": "overlay_wielded_javelin", "fg": 3301 }, - { "id": "overlay_wielded_javelin_iron", "fg": 3300 }, - { "id": "overlay_female_wielded_ji", "fg": 3302 }, - { "id": "overlay_male_wielded_ji", "fg": 3303 }, - { "id": "overlay_wielded_jug_plastic", "fg": 3304 }, - { "id": "overlay_wielded_katana", "fg": 3305 }, - { "id": "overlay_wielded_kirpan", "fg": 3306 }, - { "id": "overlay_female_wielded_knuckle_nail", "fg": 3307 }, - { "id": "overlay_male_wielded_knuckle_nail", "fg": 3308 }, - { "id": "overlay_female_wielded_knuckle_steel", "fg": 3309 }, - { "id": "overlay_male_wielded_knuckle_steel", "fg": 3310 }, - { "id": "overlay_wielded_kris", "fg": 3311 }, - { "id": "overlay_wielded_shillelagh_weighted", "fg": 3312 }, - { "id": "overlay_wielded_log", "fg": 3313 }, - { "id": "overlay_wielded_long_pole", "fg": 3314 }, - { "id": "overlay_wielded_longsword", "fg": 3315 }, - { "id": "overlay_male_wielded_lucern_hammer", "fg": 3317 }, - { "id": "overlay_female_wielded_lucern_hammer", "fg": 3316 }, - { "id": "overlay_wielded_mace", "fg": 3318 }, - { "id": "overlay_wielded_morningstar", "fg": 3319 }, - { "id": "overlay_wielded_makeshift_crowbar", "fg": 3320 }, - { "id": "overlay_wielded_makeshift_knife", "fg": 3321 }, - { "id": "overlay_wielded_makeshift_sap", "fg": 3322 }, - { "id": "overlay_wielded_antibiotics", "fg": 3323 }, - { "id": "overlay_wielded_weak_antibiotic", "fg": 3335 }, - { "id": "overlay_wielded_strong_antibiotic", "fg": 3332 }, - { "id": "overlay_wielded_calcium_tablet", "fg": 3326 }, - { "id": "overlay_wielded_vitamins", "fg": 3334 }, - { "id": "overlay_wielded_gummy_vitamins", "fg": 3327 }, - { "id": "overlay_wielded_antifungal", "fg": 3324 }, - { "id": "overlay_wielded_antiparasitic", "fg": 3325 }, - { "id": "overlay_wielded_iodine", "fg": 3328 }, - { "id": "overlay_wielded_prussian_blue", "fg": 3331 }, - { "id": "overlay_wielded_tramadol", "fg": 3333 }, - { "id": "overlay_wielded_oxycodone", "fg": 3330 }, - { "id": "overlay_female_wielded_mjolnir", "fg": 3336 }, - { "id": "overlay_male_wielded_mjolnir", "fg": 3337 }, - { "id": "overlay_wielded_mop", "fg": 3338 }, + "fg": 3286 + }, + { "id": "overlay_wielded_grip_hook", "fg": 3287 }, + { "id": "overlay_male_wielded_halberd", "fg": 3289 }, + { "id": "overlay_female_wielded_halberd", "fg": 3288 }, + { "id": "overlay_wielded_crowbar", "fg": 3290 }, + { "id": "overlay_male_wielded_screwdriver", "fg": 3293 }, + { "id": "overlay_female_wielded_screwdriver", "fg": 3292 }, + { "id": "overlay_wielded_shovel", "fg": 3294 }, + { "id": "overlay_wielded_wrench", "fg": 3295 }, + { "id": "overlay_wielded_hammer", "fg": 3291 }, + { "id": "overlay_wielded_hollow_cane", "fg": 3296 }, + { "id": "overlay_female_wielded_spear_homemade_halfpike", "fg": 3297 }, + { "id": "overlay_male_wielded_spear_homemade_halfpike", "fg": 3298 }, + { "id": "overlay_wielded_jar_3l_glass", "fg": 3299 }, + { "id": "overlay_wielded_jar_3l_glass_sealed", "fg": 3300 }, + { "id": "overlay_wielded_jar_glass", "fg": 3301 }, + { "id": "overlay_wielded_jar_glass_sealed", "fg": 3302 }, + { "id": "overlay_wielded_javelin", "fg": 3304 }, + { "id": "overlay_wielded_javelin_iron", "fg": 3303 }, + { "id": "overlay_female_wielded_ji", "fg": 3305 }, + { "id": "overlay_male_wielded_ji", "fg": 3306 }, + { "id": "overlay_wielded_jug_plastic", "fg": 3307 }, + { "id": "overlay_wielded_katana", "fg": 3308 }, + { "id": "overlay_wielded_kirpan", "fg": 3309 }, + { "id": "overlay_female_wielded_knuckle_nail", "fg": 3310 }, + { "id": "overlay_male_wielded_knuckle_nail", "fg": 3311 }, + { "id": "overlay_female_wielded_knuckle_steel", "fg": 3312 }, + { "id": "overlay_male_wielded_knuckle_steel", "fg": 3313 }, + { "id": "overlay_wielded_kris", "fg": 3314 }, + { "id": "overlay_wielded_shillelagh_weighted", "fg": 3315 }, + { "id": "overlay_wielded_log", "fg": 3316 }, + { "id": "overlay_wielded_long_pole", "fg": 3317 }, + { "id": "overlay_wielded_longsword", "fg": 3318 }, + { "id": "overlay_male_wielded_lucern_hammer", "fg": 3320 }, + { "id": "overlay_female_wielded_lucern_hammer", "fg": 3319 }, + { "id": "overlay_wielded_mace", "fg": 3321 }, + { "id": "overlay_wielded_morningstar", "fg": 3322 }, + { "id": "overlay_wielded_makeshift_crowbar", "fg": 3323 }, + { "id": "overlay_wielded_makeshift_knife", "fg": 3324 }, + { "id": "overlay_wielded_makeshift_sap", "fg": 3325 }, + { "id": "overlay_wielded_antibiotics", "fg": 3326 }, + { "id": "overlay_wielded_weak_antibiotic", "fg": 3338 }, + { "id": "overlay_wielded_strong_antibiotic", "fg": 3335 }, + { "id": "overlay_wielded_calcium_tablet", "fg": 3329 }, + { "id": "overlay_wielded_vitamins", "fg": 3337 }, + { "id": "overlay_wielded_gummy_vitamins", "fg": 3330 }, + { "id": "overlay_wielded_antifungal", "fg": 3327 }, + { "id": "overlay_wielded_antiparasitic", "fg": 3328 }, + { "id": "overlay_wielded_iodine", "fg": 3331 }, + { "id": "overlay_wielded_prussian_blue", "fg": 3334 }, + { "id": "overlay_wielded_tramadol", "fg": 3336 }, + { "id": "overlay_wielded_oxycodone", "fg": 3333 }, + { "id": "overlay_female_wielded_mjolnir", "fg": 3339 }, + { "id": "overlay_male_wielded_mjolnir", "fg": 3340 }, + { "id": "overlay_wielded_mop", "fg": 3341 }, { "id": [ "overlay_wielded_tourniquet_upper", @@ -4955,1351 +4962,1351 @@ "overlay_wielded_tourniquet_lower", "overlay_wielded_tourniquet_lower_XL" ], - "fg": 3376 - }, - { "id": "overlay_female_wielded_nailbat", "fg": 3378 }, - { "id": "overlay_male_wielded_nailbat", "fg": 3379 }, - { "id": "overlay_female_wielded_nailboard", "fg": 3380 }, - { "id": "overlay_male_wielded_nailboard", "fg": 3381 }, - { "id": "overlay_wielded_nodachi", "fg": 3382 }, - { "id": "overlay_male_wielded_2h_flail_wood", "fg": 3384 }, - { "id": "overlay_female_wielded_2h_flail_wood", "fg": 3383 }, - { "id": "overlay_wielded_pike_copper", "fg": 3385 }, - { "id": "overlay_wielded_pike", "fg": 3386 }, - { "id": "overlay_wielded_pike_wood", "fg": 3387 }, - { "id": "overlay_male_wielded_pillow", "fg": 3391 }, - { "id": "overlay_female_wielded_pillow", "fg": 3390 }, - { "id": "overlay_male_wielded_down_pillow", "fg": 3389 }, - { "id": "overlay_female_wielded_down_pillow", "fg": 3388 }, - { "id": "overlay_wielded_pipe", "fg": 3392 }, - { "id": "overlay_wielded_pitchfork", "fg": 3393 }, - { "id": "overlay_wielded_sharp_toothbrush", "fg": 3394 }, - { "id": "overlay_wielded_pockknife", "fg": 3395 }, - { "id": "overlay_female_wielded_pot", "fg": 3396 }, - { "id": "overlay_male_wielded_pot", "fg": 3397 }, - { "id": "overlay_female_wielded_pot_copper", "fg": 3398 }, - { "id": "overlay_male_wielded_pot_copper", "fg": 3399 }, - { "id": "overlay_wielded_punch_dagger", "fg": 3400 }, - { "id": "overlay_female_wielded_qiang", "fg": 3401 }, - { "id": "overlay_male_wielded_qiang", "fg": 3402 }, - { "id": "overlay_wielded_female_i_staff", "fg": 3403 }, - { "id": "overlay_wielded_male_i_staff", "fg": 3404 }, - { "id": "overlay_female_wielded_shock_staff", "fg": 3405 }, - { "id": "overlay_male_wielded_shock_staff", "fg": 3406 }, - { "id": "overlay_female_wielded_q_staff", "fg": 3407 }, - { "id": "overlay_male_wielded_q_staff", "fg": 3408 }, - { "id": "overlay_female_wielded_rag", "fg": 3409 }, - { "id": "overlay_male_wielded_rag", "fg": 3410 }, - { "id": "overlay_wielded_rapier", "fg": 3411 }, - { "id": "overlay_wielded_rebar", "fg": 3412 }, - { "id": "overlay_female_wielded_rifle_flintlock", "fg": 3413 }, - { "id": "overlay_male_wielded_rifle_flintlock", "fg": 3414 }, - { "id": "overlay_wielded_knife_rm42", "fg": 3415 }, - { "id": "overlay_wielded_rock", "fg": 3416 }, - { "id": "overlay_wielded_rock_sock", "fg": 3417 }, - { "id": "overlay_wielded_rolling_pin", "fg": 3418 }, - { "id": "overlay_wielded_scissors", "fg": 3419 }, - { "id": "overlay_wielded_sharp_rock", "fg": 3420 }, - { "id": "overlay_wielded_shillelagh", "fg": 3421 }, - { "id": "overlay_male_wielded_pointy_stick", "fg": 3423 }, - { "id": "overlay_female_wielded_pointy_stick", "fg": 3422 }, - { "id": "overlay_male_wielded_spear_wood", "fg": 3439 }, - { "id": "overlay_female_wielded_spear_wood", "fg": 3438 }, - { "id": "overlay_male_wielded_spear_spike", "fg": 3435 }, - { "id": "overlay_female_wielded_spear_spike", "fg": 3434 }, - { "id": "overlay_male_wielded_spear_knife", "fg": 3427 }, - { "id": "overlay_female_wielded_spear_knife", "fg": 3426 }, - { "id": "overlay_male_wielded_spear_knife_superior", "fg": 3429 }, - { "id": "overlay_female_wielded_spear_knife_superior", "fg": 3428 }, - { "id": "overlay_male_wielded_spear_rebar", "fg": 3433 }, - { "id": "overlay_female_wielded_spear_rebar", "fg": 3432 }, - { "id": "overlay_male_wielded_spear_pipe", "fg": 3431 }, - { "id": "overlay_female_wielded_spear_pipe", "fg": 3430 }, - { "id": "overlay_male_wielded_spear_steel", "fg": 3437 }, - { "id": "overlay_female_wielded_spear_steel", "fg": 3436 }, - { "id": "overlay_male_wielded_spear_copper", "fg": 3425 }, - { "id": "overlay_female_wielded_spear_copper", "fg": 3424 }, - { "id": "overlay_female_wielded_splinter", "fg": 3440 }, - { "id": "overlay_male_wielded_splinter", "fg": 3441 }, - { "id": "overlay_wielded_knife_steak", "fg": 3442 }, - { "id": "overlay_wielded_steel_chunk", "fg": 3443 }, - { "id": "overlay_wielded_steel_lump", "fg": 3444 }, - { "id": "overlay_female_wielded_stick", "fg": 3445 }, - { "id": "overlay_male_wielded_stick", "fg": 3446 }, - { "id": "overlay_female_wielded_stick_long", "fg": 3447 }, - { "id": "overlay_male_wielded_stick_long", "fg": 3448 }, - { "id": "overlay_female_wielded_primitive_hammer", "fg": 3449 }, - { "id": "overlay_male_wielded_primitive_hammer", "fg": 3450 }, - { "id": "overlay_female_wielded_spear_stone", "fg": 3451 }, - { "id": "overlay_male_wielded_spear_stone", "fg": 3452 }, - { "id": "overlay_wielded_knife_rambo", "fg": 3453 }, - { "id": "overlay_female_wielded_spear_survivor", "fg": 3454 }, - { "id": "overlay_male_wielded_spear_survivor", "fg": 3455 }, - { "id": "overlay_wielded_sw_619", "fg": 3456 }, - { "id": "overlay_wielded_switchblade", "fg": 3457 }, - { "id": "overlay_wielded_sword_cane", "fg": 3458 }, - { "id": "overlay_wielded_tanto", "fg": 3459 }, - { "id": "overlay_female_wielded_teapot", "fg": 3460 }, - { "id": "overlay_male_wielded_teapot", "fg": 3461 }, - { "id": "overlay_female_wielded_television", "fg": 3462 }, - { "id": "overlay_male_wielded_television", "fg": 3463 }, - { "id": "overlay_female_wielded_thermos", "fg": 3464 }, - { "id": "overlay_male_wielded_thermos", "fg": 3465 }, - { "id": "overlay_wielded_boltcutters", "fg": 3466 }, - { "id": "overlay_wielded_digging_stick", "fg": 3467 }, - { "id": "overlay_wielded_e_tool", "fg": 3468 }, - { "id": "overlay_wielded_halligan", "fg": 3469 }, - { "id": "overlay_wielded_hoe", "fg": 3470 }, - { "id": "overlay_wielded_jackhammer", "fg": 3471 }, - { "id": "overlay_wielded_elec_jackhammer", "fg": 3471 }, - { "id": "overlay_wielded_lobotomizer", "fg": 3472 }, - { "id": "overlay_wielded_makeshift_axe", "fg": 3473 }, - { "id": "overlay_wielded_ny_hook", "fg": 3474 }, - { "id": "overlay_wielded_pickaxe", "fg": 3475 }, - { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 3476 }, - { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 3477 }, - { "id": "overlay_wielded_hammer_sledge_short", "fg": 3478 }, - { "id": "overlay_wielded_hammer_sledge", "fg": 3479 }, - { "id": "overlay_wielded_g_shovel", "fg": 3480 }, - { "id": "overlay_wielded_primitive_shovel", "fg": 3481 }, - { "id": "overlay_wielded_knife_trench", "fg": 3482 }, - { "id": "overlay_female_wielded_teleumbrella", "fg": 3483 }, - { "id": "overlay_male_wielded_teleumbrella", "fg": 3484 }, - { "id": "overlay_female_wielded_umbrella", "fg": 3483 }, - { "id": "overlay_male_wielded_umbrella", "fg": 3484 }, - { "id": "overlay_wielded_wakizashi", "fg": 3485 }, - { "id": "overlay_male_wielded_2h_flail_steel", "fg": 3487 }, - { "id": "overlay_female_wielded_2h_flail_steel", "fg": 3486 }, - { "id": "overlay_wielded_warhammer", "fg": 3488 }, - { "id": "overlay_wielded_bolas", "fg": 3489 }, - { "id": "overlay_wielded_bullwhip", "fg": 3490 }, - { "id": "overlay_female_wielded_homewrecker", "fg": 3491 }, - { "id": "overlay_male_wielded_homewrecker", "fg": 3492 }, - { "id": "overlay_wielded_lawn_dart", "fg": 3493 }, - { "id": "overlay_wielded_net", "fg": 3494 }, - { "id": "overlay_wielded_bullwhip_razor", "fg": 3495 }, - { "id": "overlay_wielded_sling", "fg": 3496 }, - { "id": "overlay_wielded_staff_sling", "fg": 3497 }, - { "id": "overlay_wielded_throwing_axe", "fg": 3498 }, - { "id": "overlay_female_wielded_throwing_knife", "fg": 3499 }, - { "id": "overlay_male_wielded_throwing_knife", "fg": 3500 }, - { "id": "overlay_wielded_throwing_stick", "fg": 3501 }, - { "id": "overlay_wielded_shocktonfa_off", "fg": 3502 }, - { "id": "overlay_wielded_shocktonfa_on", "fg": 3502 }, - { "id": "overlay_wielded_tonfa", "fg": 3503 }, - { "id": "overlay_wielded_tonfa_wood", "fg": 3504 }, - { "id": "overlay_female_wielded_wood_panel", "fg": 3505 }, - { "id": "overlay_male_wielded_wood_panel", "fg": 3506 }, - { "id": "overlay_female_wielded_wood_sheet", "fg": 3507 }, - { "id": "overlay_male_wielded_wood_sheet", "fg": 3508 }, - { "id": "overlay_wielded_sword_wood", "fg": 3509 }, - { "id": "overlay_wielded_sword_nail", "fg": 3510 }, - { "id": "overlay_wielded_zweihander", "fg": 3511 }, - { "id": "overlay_female_worn_armor_samurai", "fg": 3512 }, - { "id": "overlay_male_worn_armor_samurai", "fg": 3513 }, - { "id": "overlay_female_worn_chainmail_suit", "fg": 3522 }, - { "id": "overlay_male_worn_chainmail_suit", "fg": 3523 }, - { "id": "overlay_female_worn_chainmail_feet", "fg": 3524 }, - { "id": "overlay_male_worn_chainmail_feet", "fg": 3525 }, - { "id": "overlay_female_worn_chainmail_hood", "fg": 3526 }, - { "id": "overlay_male_worn_chainmail_hood", "fg": 3527 }, - { "id": "overlay_female_worn_chainmail_hands", "fg": 3528 }, - { "id": "overlay_male_worn_chainmail_hands", "fg": 3529 }, - { "id": "overlay_female_worn_chainmail_hauberk", "fg": 3530 }, - { "id": "overlay_male_worn_chainmail_hauberk", "fg": 3531 }, - { "id": "overlay_female_worn_chainmail_legs", "fg": 3532 }, - { "id": "overlay_male_worn_chainmail_legs", "fg": 3533 }, - { "id": "overlay_female_worn_chainmail_arms", "fg": 3534 }, - { "id": "overlay_male_worn_chainmail_arms", "fg": 3535 }, - { "id": "overlay_female_worn_chainmail_vest", "fg": 3536 }, - { "id": "overlay_male_worn_chainmail_vest", "fg": 3537 }, - { "id": "overlay_female_worn_vest_leather_mod", "fg": 3518 }, - { "id": "overlay_male_worn_vest_leather_mod", "fg": 3519 }, - { "id": "overlay_female_worn_armor_blarmor", "fg": 3520 }, - { "id": "overlay_male_worn_armor_blarmor", "fg": 3521 }, - { "id": "overlay_female_worn_armguard_larmor", "fg": 3542 }, - { "id": "overlay_male_worn_armguard_larmor", "fg": 3543 }, - { "id": "overlay_female_worn_boots_larmor", "fg": 3544 }, - { "id": "overlay_male_worn_boots_larmor", "fg": 3545 }, - { "id": "overlay_male_worn_gauntlets_larmor", "fg": 3546 }, - { "id": "overlay_female_worn_gauntlets_larmor", "fg": 3547 }, - { "id": "overlay_male_worn_helmet_larmor", "fg": 3549 }, - { "id": "overlay_female_worn_helmet_larmor", "fg": 3548 }, - { "id": "overlay_female_worn_armor_larmor", "fg": 3550 }, - { "id": "overlay_male_worn_armor_larmor", "fg": 3551 }, - { "id": "overlay_female_worn_footrags_leather", "fg": 3552 }, - { "id": "overlay_male_worn_footrags_leather", "fg": 3553 }, - { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 3554 }, - { "id": "overlay_male_worn_gloves_wraps_leather", "fg": 3555 }, - { "id": "overlay_female_worn_vambrace_larmor", "fg": 3556 }, - { "id": "overlay_male_worn_vambrace_larmor", "fg": 3557 }, - { "id": "overlay_female_worn_vest_leather", "fg": 3558 }, - { "id": "overlay_male_worn_vest_leather", "fg": 3559 }, - { "id": "overlay_female_worn_armor_plarmor", "fg": 3562 }, - { "id": "overlay_male_worn_armor_plarmor", "fg": 3563 }, - { "id": "overlay_female_worn_gloves_studded", "fg": 3570 }, - { "id": "overlay_male_worn_gloves_studded", "fg": 3571 }, - { "id": "overlay_male_worn_helmet_plate", "fg": 3541 }, - { "id": "overlay_male_worn_armor_lightplate", "fg": 3561 }, - { "id": "overlay_male_worn_gloves_plate", "fg": 3517 }, - { "id": "overlay_male_worn_boots_plate", "fg": 3515 }, - { "id": "overlay_male_worn_cuirass_lightplate", "fg": 3539 }, - { "id": "overlay_male_worn_armguard_lightplate", "fg": 3567 }, - { "id": "overlay_male_worn_legguard_lightplate", "fg": 3569 }, - { "id": "overlay_female_worn_helmet_plate", "fg": 3540 }, - { "id": "overlay_female_worn_armor_lightplate", "fg": 3560 }, - { "id": "overlay_female_worn_gloves_plate", "fg": 3516 }, - { "id": "overlay_female_worn_boots_plate", "fg": 3514 }, - { "id": "overlay_female_worn_cuirass_lightplate", "fg": 3538 }, - { "id": "overlay_female_worn_armguard_lightplate", "fg": 3566 }, - { "id": "overlay_female_worn_legguard_lightplate", "fg": 3568 }, - { "id": "overlay_female_worn_armguard_hard", "fg": 3572 }, - { "id": "overlay_male_worn_armguard_hard", "fg": 3573 }, - { "id": "overlay_female_worn_armor_riot", "fg": 3574 }, - { "id": "overlay_male_worn_armor_riot", "fg": 3575 }, - { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 3576 }, - { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 3577 }, - { "id": "overlay_female_worn_helmet_riot", "fg": 3578 }, - { "id": "overlay_male_worn_helmet_riot", "fg": 3579 }, - { "id": "overlay_female_worn_kevlar", "fg": 3580 }, - { "id": "overlay_male_worn_kevlar", "fg": 3581 }, - { "id": "overlay_female_worn_legguard_hard", "fg": 3582 }, - { "id": "overlay_male_worn_legguard_hard", "fg": 3583 }, - { "id": "overlay_female_worn_swat_armor", "fg": 3586 }, - { "id": "overlay_male_worn_swat_armor", "fg": 3587 }, - { "id": "overlay_female_worn_tac_fullhelmet", "fg": 3588 }, - { "id": "overlay_male_worn_tac_fullhelmet", "fg": 3589 }, - { "id": "overlay_female_worn_tac_helmet", "fg": 3590 }, - { "id": "overlay_male_worn_tac_helmet", "fg": 3591 }, - { "id": "overlay_female_worn_2byarm_guard", "fg": 3592 }, - { "id": "overlay_male_worn_2byarm_guard", "fg": 3593 }, - { "id": "overlay_female_worn_2byshin_guard", "fg": 3594 }, - { "id": "overlay_male_worn_2byshin_guard", "fg": 3595 }, - { "id": "overlay_female_worn_legguard_metal", "fg": 3596 }, - { "id": "overlay_male_worn_legguard_metal", "fg": 3597 }, - { "id": "overlay_female_worn_armguard_metal", "fg": 3598 }, - { "id": "overlay_male_worn_armguard_metal", "fg": 3599 }, - { "id": "overlay_male_worn_helmet_scrap", "fg": 3607 }, - { "id": "overlay_male_worn_armor_scrapsuit", "fg": 3611 }, - { "id": "overlay_male_worn_boots_scrap", "fg": 3603 }, - { "id": "overlay_male_worn_cuirass_scrap", "fg": 3605 }, - { "id": "overlay_male_worn_armguard_scrap", "fg": 3565 }, - { "id": "overlay_male_worn_legguard_scrap", "fg": 3609 }, - { "id": "overlay_female_worn_helmet_scrap", "fg": 3606 }, - { "id": "overlay_female_worn_armor_scrapsuit", "fg": 3610 }, - { "id": "overlay_female_worn_boots_scrap", "fg": 3602 }, - { "id": "overlay_female_worn_cuirass_scrap", "fg": 3604 }, - { "id": "overlay_female_worn_armguard_scrap", "fg": 3564 }, - { "id": "overlay_female_worn_legguard_scrap", "fg": 3608 }, - { "id": "overlay_male_worn_backpack", "fg": 3617 }, - { "id": "overlay_female_worn_backpack", "fg": 3612 }, - { "id": "overlay_male_worn_backpack_hiking", "fg": 3614 }, - { "id": "overlay_female_worn_backpack_hiking", "fg": 3613 }, - { "id": "overlay_female_worn_backpack_leather", "fg": 3615 }, - { "id": "overlay_male_worn_backpack_leather", "fg": 3616 }, - { "id": "overlay_male_worn_backpack_tactical_large", "fg": 3619 }, - { "id": "overlay_female_worn_backpack_tactical_large", "fg": 3618 }, - { "id": "overlay_male_worn_molle_pack", "fg": 3621 }, - { "id": "overlay_female_worn_molle_pack", "fg": 3620 }, - { "id": [ "overlay_female_worn_rifle_case_soft", "overlay_female_worn_rifle_case_soft_2" ], "fg": 3623 }, + "fg": 3379 + }, + { "id": "overlay_female_wielded_nailbat", "fg": 3381 }, + { "id": "overlay_male_wielded_nailbat", "fg": 3382 }, + { "id": "overlay_female_wielded_nailboard", "fg": 3383 }, + { "id": "overlay_male_wielded_nailboard", "fg": 3384 }, + { "id": "overlay_wielded_nodachi", "fg": 3385 }, + { "id": "overlay_male_wielded_2h_flail_wood", "fg": 3387 }, + { "id": "overlay_female_wielded_2h_flail_wood", "fg": 3386 }, + { "id": "overlay_wielded_pike_copper", "fg": 3388 }, + { "id": "overlay_wielded_pike", "fg": 3389 }, + { "id": "overlay_wielded_pike_wood", "fg": 3390 }, + { "id": "overlay_male_wielded_pillow", "fg": 3394 }, + { "id": "overlay_female_wielded_pillow", "fg": 3393 }, + { "id": "overlay_male_wielded_down_pillow", "fg": 3392 }, + { "id": "overlay_female_wielded_down_pillow", "fg": 3391 }, + { "id": "overlay_wielded_pipe", "fg": 3395 }, + { "id": "overlay_wielded_pitchfork", "fg": 3396 }, + { "id": "overlay_wielded_sharp_toothbrush", "fg": 3397 }, + { "id": "overlay_wielded_pockknife", "fg": 3398 }, + { "id": "overlay_female_wielded_pot", "fg": 3399 }, + { "id": "overlay_male_wielded_pot", "fg": 3400 }, + { "id": "overlay_female_wielded_pot_copper", "fg": 3401 }, + { "id": "overlay_male_wielded_pot_copper", "fg": 3402 }, + { "id": "overlay_wielded_punch_dagger", "fg": 3403 }, + { "id": "overlay_female_wielded_qiang", "fg": 3404 }, + { "id": "overlay_male_wielded_qiang", "fg": 3405 }, + { "id": "overlay_wielded_female_i_staff", "fg": 3406 }, + { "id": "overlay_wielded_male_i_staff", "fg": 3407 }, + { "id": "overlay_female_wielded_shock_staff", "fg": 3408 }, + { "id": "overlay_male_wielded_shock_staff", "fg": 3409 }, + { "id": "overlay_female_wielded_q_staff", "fg": 3410 }, + { "id": "overlay_male_wielded_q_staff", "fg": 3411 }, + { "id": "overlay_female_wielded_rag", "fg": 3412 }, + { "id": "overlay_male_wielded_rag", "fg": 3413 }, + { "id": "overlay_wielded_rapier", "fg": 3414 }, + { "id": "overlay_wielded_rebar", "fg": 3415 }, + { "id": "overlay_female_wielded_rifle_flintlock", "fg": 3416 }, + { "id": "overlay_male_wielded_rifle_flintlock", "fg": 3417 }, + { "id": "overlay_wielded_knife_rm42", "fg": 3418 }, + { "id": "overlay_wielded_rock", "fg": 3419 }, + { "id": "overlay_wielded_rock_sock", "fg": 3420 }, + { "id": "overlay_wielded_rolling_pin", "fg": 3421 }, + { "id": "overlay_wielded_scissors", "fg": 3422 }, + { "id": "overlay_wielded_sharp_rock", "fg": 3423 }, + { "id": "overlay_wielded_shillelagh", "fg": 3424 }, + { "id": "overlay_male_wielded_pointy_stick", "fg": 3426 }, + { "id": "overlay_female_wielded_pointy_stick", "fg": 3425 }, + { "id": "overlay_male_wielded_spear_wood", "fg": 3442 }, + { "id": "overlay_female_wielded_spear_wood", "fg": 3441 }, + { "id": "overlay_male_wielded_spear_spike", "fg": 3438 }, + { "id": "overlay_female_wielded_spear_spike", "fg": 3437 }, + { "id": "overlay_male_wielded_spear_knife", "fg": 3430 }, + { "id": "overlay_female_wielded_spear_knife", "fg": 3429 }, + { "id": "overlay_male_wielded_spear_knife_superior", "fg": 3432 }, + { "id": "overlay_female_wielded_spear_knife_superior", "fg": 3431 }, + { "id": "overlay_male_wielded_spear_rebar", "fg": 3436 }, + { "id": "overlay_female_wielded_spear_rebar", "fg": 3435 }, + { "id": "overlay_male_wielded_spear_pipe", "fg": 3434 }, + { "id": "overlay_female_wielded_spear_pipe", "fg": 3433 }, + { "id": "overlay_male_wielded_spear_steel", "fg": 3440 }, + { "id": "overlay_female_wielded_spear_steel", "fg": 3439 }, + { "id": "overlay_male_wielded_spear_copper", "fg": 3428 }, + { "id": "overlay_female_wielded_spear_copper", "fg": 3427 }, + { "id": "overlay_female_wielded_splinter", "fg": 3443 }, + { "id": "overlay_male_wielded_splinter", "fg": 3444 }, + { "id": "overlay_wielded_knife_steak", "fg": 3445 }, + { "id": "overlay_wielded_steel_chunk", "fg": 3446 }, + { "id": "overlay_wielded_steel_lump", "fg": 3447 }, + { "id": "overlay_female_wielded_stick", "fg": 3448 }, + { "id": "overlay_male_wielded_stick", "fg": 3449 }, + { "id": "overlay_female_wielded_stick_long", "fg": 3450 }, + { "id": "overlay_male_wielded_stick_long", "fg": 3451 }, + { "id": "overlay_female_wielded_primitive_hammer", "fg": 3452 }, + { "id": "overlay_male_wielded_primitive_hammer", "fg": 3453 }, + { "id": "overlay_female_wielded_spear_stone", "fg": 3454 }, + { "id": "overlay_male_wielded_spear_stone", "fg": 3455 }, + { "id": "overlay_wielded_knife_rambo", "fg": 3456 }, + { "id": "overlay_female_wielded_spear_survivor", "fg": 3457 }, + { "id": "overlay_male_wielded_spear_survivor", "fg": 3458 }, + { "id": "overlay_wielded_sw_619", "fg": 3459 }, + { "id": "overlay_wielded_switchblade", "fg": 3460 }, + { "id": "overlay_wielded_sword_cane", "fg": 3461 }, + { "id": "overlay_wielded_tanto", "fg": 3462 }, + { "id": "overlay_female_wielded_teapot", "fg": 3463 }, + { "id": "overlay_male_wielded_teapot", "fg": 3464 }, + { "id": "overlay_female_wielded_television", "fg": 3465 }, + { "id": "overlay_male_wielded_television", "fg": 3466 }, + { "id": "overlay_female_wielded_thermos", "fg": 3467 }, + { "id": "overlay_male_wielded_thermos", "fg": 3468 }, + { "id": "overlay_wielded_boltcutters", "fg": 3469 }, + { "id": "overlay_wielded_digging_stick", "fg": 3470 }, + { "id": "overlay_wielded_e_tool", "fg": 3471 }, + { "id": "overlay_wielded_halligan", "fg": 3472 }, + { "id": "overlay_wielded_hoe", "fg": 3473 }, + { "id": "overlay_wielded_jackhammer", "fg": 3474 }, + { "id": "overlay_wielded_elec_jackhammer", "fg": 3474 }, + { "id": "overlay_wielded_lobotomizer", "fg": 3475 }, + { "id": "overlay_wielded_makeshift_axe", "fg": 3476 }, + { "id": "overlay_wielded_ny_hook", "fg": 3477 }, + { "id": "overlay_wielded_pickaxe", "fg": 3478 }, + { "id": "overlay_wielded_hammer_sledge_engineer", "fg": 3479 }, + { "id": "overlay_wielded_hammer_sledge_heavy", "fg": 3480 }, + { "id": "overlay_wielded_hammer_sledge_short", "fg": 3481 }, + { "id": "overlay_wielded_hammer_sledge", "fg": 3482 }, + { "id": "overlay_wielded_g_shovel", "fg": 3483 }, + { "id": "overlay_wielded_primitive_shovel", "fg": 3484 }, + { "id": "overlay_wielded_knife_trench", "fg": 3485 }, + { "id": "overlay_female_wielded_teleumbrella", "fg": 3486 }, + { "id": "overlay_male_wielded_teleumbrella", "fg": 3487 }, + { "id": "overlay_female_wielded_umbrella", "fg": 3486 }, + { "id": "overlay_male_wielded_umbrella", "fg": 3487 }, + { "id": "overlay_wielded_wakizashi", "fg": 3488 }, + { "id": "overlay_male_wielded_2h_flail_steel", "fg": 3490 }, + { "id": "overlay_female_wielded_2h_flail_steel", "fg": 3489 }, + { "id": "overlay_wielded_warhammer", "fg": 3491 }, + { "id": "overlay_wielded_bolas", "fg": 3492 }, + { "id": "overlay_wielded_bullwhip", "fg": 3493 }, + { "id": "overlay_female_wielded_homewrecker", "fg": 3494 }, + { "id": "overlay_male_wielded_homewrecker", "fg": 3495 }, + { "id": "overlay_wielded_lawn_dart", "fg": 3496 }, + { "id": "overlay_wielded_net", "fg": 3497 }, + { "id": "overlay_wielded_bullwhip_razor", "fg": 3498 }, + { "id": "overlay_wielded_sling", "fg": 3499 }, + { "id": "overlay_wielded_staff_sling", "fg": 3500 }, + { "id": "overlay_wielded_throwing_axe", "fg": 3501 }, + { "id": "overlay_female_wielded_throwing_knife", "fg": 3502 }, + { "id": "overlay_male_wielded_throwing_knife", "fg": 3503 }, + { "id": "overlay_wielded_throwing_stick", "fg": 3504 }, + { "id": "overlay_wielded_shocktonfa_off", "fg": 3505 }, + { "id": "overlay_wielded_shocktonfa_on", "fg": 3505 }, + { "id": "overlay_wielded_tonfa", "fg": 3506 }, + { "id": "overlay_wielded_tonfa_wood", "fg": 3507 }, + { "id": "overlay_female_wielded_wood_panel", "fg": 3508 }, + { "id": "overlay_male_wielded_wood_panel", "fg": 3509 }, + { "id": "overlay_female_wielded_wood_sheet", "fg": 3510 }, + { "id": "overlay_male_wielded_wood_sheet", "fg": 3511 }, + { "id": "overlay_wielded_sword_wood", "fg": 3512 }, + { "id": "overlay_wielded_sword_nail", "fg": 3513 }, + { "id": "overlay_wielded_zweihander", "fg": 3514 }, + { "id": "overlay_female_worn_armor_samurai", "fg": 3515 }, + { "id": "overlay_male_worn_armor_samurai", "fg": 3516 }, + { "id": "overlay_female_worn_chainmail_suit", "fg": 3525 }, + { "id": "overlay_male_worn_chainmail_suit", "fg": 3526 }, + { "id": "overlay_female_worn_chainmail_feet", "fg": 3527 }, + { "id": "overlay_male_worn_chainmail_feet", "fg": 3528 }, + { "id": "overlay_female_worn_chainmail_hood", "fg": 3529 }, + { "id": "overlay_male_worn_chainmail_hood", "fg": 3530 }, + { "id": "overlay_female_worn_chainmail_hands", "fg": 3531 }, + { "id": "overlay_male_worn_chainmail_hands", "fg": 3532 }, + { "id": "overlay_female_worn_chainmail_hauberk", "fg": 3533 }, + { "id": "overlay_male_worn_chainmail_hauberk", "fg": 3534 }, + { "id": "overlay_female_worn_chainmail_legs", "fg": 3535 }, + { "id": "overlay_male_worn_chainmail_legs", "fg": 3536 }, + { "id": "overlay_female_worn_chainmail_arms", "fg": 3537 }, + { "id": "overlay_male_worn_chainmail_arms", "fg": 3538 }, + { "id": "overlay_female_worn_chainmail_vest", "fg": 3539 }, + { "id": "overlay_male_worn_chainmail_vest", "fg": 3540 }, + { "id": "overlay_female_worn_vest_leather_mod", "fg": 3521 }, + { "id": "overlay_male_worn_vest_leather_mod", "fg": 3522 }, + { "id": "overlay_female_worn_armor_blarmor", "fg": 3523 }, + { "id": "overlay_male_worn_armor_blarmor", "fg": 3524 }, + { "id": "overlay_female_worn_armguard_larmor", "fg": 3545 }, + { "id": "overlay_male_worn_armguard_larmor", "fg": 3546 }, + { "id": "overlay_female_worn_boots_larmor", "fg": 3547 }, + { "id": "overlay_male_worn_boots_larmor", "fg": 3548 }, + { "id": "overlay_male_worn_gauntlets_larmor", "fg": 3549 }, + { "id": "overlay_female_worn_gauntlets_larmor", "fg": 3550 }, + { "id": "overlay_male_worn_helmet_larmor", "fg": 3552 }, + { "id": "overlay_female_worn_helmet_larmor", "fg": 3551 }, + { "id": "overlay_female_worn_armor_larmor", "fg": 3553 }, + { "id": "overlay_male_worn_armor_larmor", "fg": 3554 }, + { "id": "overlay_female_worn_footrags_leather", "fg": 3555 }, + { "id": "overlay_male_worn_footrags_leather", "fg": 3556 }, + { "id": "overlay_female_worn_gloves_wraps_leather", "fg": 3557 }, + { "id": "overlay_male_worn_gloves_wraps_leather", "fg": 3558 }, + { "id": "overlay_female_worn_vambrace_larmor", "fg": 3559 }, + { "id": "overlay_male_worn_vambrace_larmor", "fg": 3560 }, + { "id": "overlay_female_worn_vest_leather", "fg": 3561 }, + { "id": "overlay_male_worn_vest_leather", "fg": 3562 }, + { "id": "overlay_female_worn_armor_plarmor", "fg": 3565 }, + { "id": "overlay_male_worn_armor_plarmor", "fg": 3566 }, + { "id": "overlay_female_worn_gloves_studded", "fg": 3573 }, + { "id": "overlay_male_worn_gloves_studded", "fg": 3574 }, + { "id": "overlay_male_worn_helmet_plate", "fg": 3544 }, + { "id": "overlay_male_worn_armor_lightplate", "fg": 3564 }, + { "id": "overlay_male_worn_gloves_plate", "fg": 3520 }, + { "id": "overlay_male_worn_boots_plate", "fg": 3518 }, + { "id": "overlay_male_worn_cuirass_lightplate", "fg": 3542 }, + { "id": "overlay_male_worn_armguard_lightplate", "fg": 3570 }, + { "id": "overlay_male_worn_legguard_lightplate", "fg": 3572 }, + { "id": "overlay_female_worn_helmet_plate", "fg": 3543 }, + { "id": "overlay_female_worn_armor_lightplate", "fg": 3563 }, + { "id": "overlay_female_worn_gloves_plate", "fg": 3519 }, + { "id": "overlay_female_worn_boots_plate", "fg": 3517 }, + { "id": "overlay_female_worn_cuirass_lightplate", "fg": 3541 }, + { "id": "overlay_female_worn_armguard_lightplate", "fg": 3569 }, + { "id": "overlay_female_worn_legguard_lightplate", "fg": 3571 }, + { "id": "overlay_female_worn_armguard_hard", "fg": 3575 }, + { "id": "overlay_male_worn_armguard_hard", "fg": 3576 }, + { "id": "overlay_female_worn_armor_riot", "fg": 3577 }, + { "id": "overlay_male_worn_armor_riot", "fg": 3578 }, + { "id": "overlay_female_worn_ballistic_vest_esapi", "fg": 3579 }, + { "id": "overlay_male_worn_ballistic_vest_esapi", "fg": 3580 }, + { "id": "overlay_female_worn_helmet_riot", "fg": 3581 }, + { "id": "overlay_male_worn_helmet_riot", "fg": 3582 }, + { "id": "overlay_female_worn_kevlar", "fg": 3583 }, + { "id": "overlay_male_worn_kevlar", "fg": 3584 }, + { "id": "overlay_female_worn_legguard_hard", "fg": 3585 }, + { "id": "overlay_male_worn_legguard_hard", "fg": 3586 }, + { "id": "overlay_female_worn_swat_armor", "fg": 3589 }, + { "id": "overlay_male_worn_swat_armor", "fg": 3590 }, + { "id": "overlay_female_worn_tac_fullhelmet", "fg": 3591 }, + { "id": "overlay_male_worn_tac_fullhelmet", "fg": 3592 }, + { "id": "overlay_female_worn_tac_helmet", "fg": 3593 }, + { "id": "overlay_male_worn_tac_helmet", "fg": 3594 }, + { "id": "overlay_female_worn_2byarm_guard", "fg": 3595 }, + { "id": "overlay_male_worn_2byarm_guard", "fg": 3596 }, + { "id": "overlay_female_worn_2byshin_guard", "fg": 3597 }, + { "id": "overlay_male_worn_2byshin_guard", "fg": 3598 }, + { "id": "overlay_female_worn_legguard_metal", "fg": 3599 }, + { "id": "overlay_male_worn_legguard_metal", "fg": 3600 }, + { "id": "overlay_female_worn_armguard_metal", "fg": 3601 }, + { "id": "overlay_male_worn_armguard_metal", "fg": 3602 }, + { "id": "overlay_male_worn_helmet_scrap", "fg": 3610 }, + { "id": "overlay_male_worn_armor_scrapsuit", "fg": 3614 }, + { "id": "overlay_male_worn_boots_scrap", "fg": 3606 }, + { "id": "overlay_male_worn_cuirass_scrap", "fg": 3608 }, + { "id": "overlay_male_worn_armguard_scrap", "fg": 3568 }, + { "id": "overlay_male_worn_legguard_scrap", "fg": 3612 }, + { "id": "overlay_female_worn_helmet_scrap", "fg": 3609 }, + { "id": "overlay_female_worn_armor_scrapsuit", "fg": 3613 }, + { "id": "overlay_female_worn_boots_scrap", "fg": 3605 }, + { "id": "overlay_female_worn_cuirass_scrap", "fg": 3607 }, + { "id": "overlay_female_worn_armguard_scrap", "fg": 3567 }, + { "id": "overlay_female_worn_legguard_scrap", "fg": 3611 }, + { "id": "overlay_male_worn_backpack", "fg": 3620 }, + { "id": "overlay_female_worn_backpack", "fg": 3615 }, + { "id": "overlay_male_worn_backpack_hiking", "fg": 3617 }, + { "id": "overlay_female_worn_backpack_hiking", "fg": 3616 }, + { "id": "overlay_female_worn_backpack_leather", "fg": 3618 }, + { "id": "overlay_male_worn_backpack_leather", "fg": 3619 }, + { "id": "overlay_male_worn_backpack_tactical_large", "fg": 3622 }, + { "id": "overlay_female_worn_backpack_tactical_large", "fg": 3621 }, + { "id": "overlay_male_worn_molle_pack", "fg": 3624 }, + { "id": "overlay_female_worn_molle_pack", "fg": 3623 }, + { "id": [ "overlay_female_worn_rifle_case_soft", "overlay_female_worn_rifle_case_soft_2" ], "fg": 3626 }, { "id": [ "overlay_female_worn_rifle_case_soft_leather", "overlay_female_worn_rifle_case_soft_leather_2", "overlay_female_worn_rifle_case_xl_soft_leather" ], - "fg": 3624 + "fg": 3627 }, - { "id": [ "overlay_male_worn_rifle_case_soft", "overlay_male_worn_rifle_case_soft_2" ], "fg": 3627 }, + { "id": [ "overlay_male_worn_rifle_case_soft", "overlay_male_worn_rifle_case_soft_2" ], "fg": 3630 }, { "id": [ "overlay_male_worn_rifle_case_soft_leather", "overlay_male_worn_rifle_case_soft_leather_2", "overlay_male_worn_rifle_case_xl_soft_leather" ], - "fg": 3628 - }, - { "id": "overlay_female_worn_rucksack", "fg": 3630 }, - { "id": "overlay_male_worn_rucksack", "fg": 3631 }, - { "id": "overlay_worn_bead_necklace", "fg": 3633 }, - { "id": "overlay_worn_bead_bracelet", "fg": 3632 }, - { "id": "overlay_worn_leather_belt", "fg": 3643 }, - { "id": "overlay_worn_police_belt", "fg": 3655 }, - { "id": "overlay_worn_tool_belt", "fg": 3660 }, - { "id": "overlay_worn_webbing_belt", "fg": 3662 }, - { "id": "overlay_worn_briefcase", "fg": 3636 }, - { "id": "overlay_wielded_briefcase", "fg": 3636 }, - { "id": "overlay_worn_briefcase_smg", "fg": 3636 }, - { "id": "overlay_wielded_briefcase_smg", "fg": 3636 }, - { "id": "overlay_worn_hk_briefcase", "fg": 3636 }, - { "id": "overlay_wielded_hk_briefcase", "fg": 3636 }, - { "id": "overlay_female_worn_wearable_light", "fg": 3639 }, - { "id": "overlay_male_worn_wearable_light", "fg": 3640 }, - { "id": "overlay_female_worn_wearable_light_on", "fg": 3639 }, - { "id": "overlay_male_worn_wearable_light_on", "fg": 3640 }, - { "id": "overlay_female_worn_survivor_light", "fg": 3639 }, - { "id": "overlay_male_worn_survivor_light", "fg": 3640 }, - { "id": "overlay_female_worn_survivor_light_on", "fg": 3639 }, - { "id": "overlay_male_worn_survivor_light_on", "fg": 3640 }, - { "id": "overlay_female_worn_holster", "fg": 3641 }, - { "id": "overlay_male_worn_holster", "fg": 3642 }, - { "id": "overlay_female_worn_legpouch_large", "fg": 3644 }, - { "id": "overlay_male_worn_legpouch_large", "fg": 3645 }, - { "id": "overlay_female_worn_legrig", "fg": 3646 }, - { "id": "overlay_male_worn_legrig", "fg": 3647 }, - { "id": "overlay_worn_judo_belt_black", "fg": 3634 }, - { "id": "overlay_worn_judo_belt_blue", "fg": 3635 }, - { "id": "overlay_worn_judo_belt_brown", "fg": 3637 }, - { "id": "overlay_worn_judo_belt_green", "fg": 3638 }, - { "id": "overlay_worn_judo_belt_orange", "fg": 3648 }, - { "id": "overlay_worn_judo_belt_white", "fg": 3663 }, - { "id": "overlay_worn_judo_belt_yellow", "fg": 3664 }, - { "id": "overlay_female_worn_ragpouch", "fg": 3656 }, - { "id": "overlay_male_worn_ragpouch", "fg": 3657 }, - { "id": "overlay_female_worn_tacvest", "fg": 3658 }, - { "id": "overlay_male_worn_tacvest", "fg": 3659 }, - { "id": "overlay_worn_wearable_light", "fg": 3661 }, - { "id": "overlay_female_worn_dinosuit", "fg": 3665 }, - { "id": "overlay_male_worn_dinosuit", "fg": 3666 }, - { "id": "overlay_female_worn_hazmat_suit", "fg": 3667 }, - { "id": "overlay_male_worn_hazmat_suit", "fg": 3668 }, - { "id": "overlay_female_worn_judo_gi", "fg": 3669 }, - { "id": "overlay_male_worn_judo_gi", "fg": 3670 }, - { "id": "overlay_female_worn_jumpsuit", "fg": 3671 }, - { "id": "overlay_male_worn_jumpsuit", "fg": 3672 }, - { "id": "overlay_female_worn_karate_gi", "fg": 3673 }, - { "id": "overlay_male_worn_karate_gi", "fg": 3674 }, - { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 3675 }, - { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 3676 }, - { "id": "overlay_female_worn_suit", "fg": 3677 }, - { "id": "overlay_male_worn_suit", "fg": 3678 }, - { "id": "overlay_female_worn_touring_suit", "fg": 3679 }, - { "id": "overlay_male_worn_touring_suit", "fg": 3680 }, - { "id": "overlay_female_worn_boots", "fg": 3684 }, - { "id": "overlay_male_worn_boots", "fg": 3689 }, - { "id": "overlay_female_worn_boots_bunker", "fg": 3681 }, - { "id": "overlay_male_worn_boots_bunker", "fg": 3682 }, - { "id": "overlay_female_worn_boots_fur", "fg": 3685 }, - { "id": "overlay_male_worn_boots_fur", "fg": 3686 }, - { "id": "overlay_female_worn_boots_hiking", "fg": 3687 }, - { "id": "overlay_male_worn_boots_hiking", "fg": 3688 }, - { "id": "overlay_female_worn_boots_rubber", "fg": 3690 }, - { "id": "overlay_male_worn_boots_rubber", "fg": 3691 }, - { "id": "overlay_female_worn_boots_steel", "fg": 3692 }, - { "id": "overlay_male_worn_boots_steel", "fg": 3693 }, - { "id": "overlay_female_worn_boots_western", "fg": 3694 }, - { "id": "overlay_male_worn_boots_western", "fg": 3695 }, - { "id": "overlay_female_worn_boots_winter", "fg": 3696 }, - { "id": "overlay_male_worn_boots_winter", "fg": 3697 }, - { "id": "overlay_female_worn_motorbike_boots", "fg": 3698 }, - { "id": "overlay_male_worn_motorbike_boots", "fg": 3699 }, - { "id": "overlay_worn_boots_combat", "fg": 3683 }, - { "id": "overlay_male_worn_cape_fp", "fg": 3701 }, - { "id": "overlay_female_worn_cape_fp", "fg": 3700 }, - { "id": "overlay_male_worn_cloak", "fg": 3707 }, - { "id": "overlay_female_worn_cloak", "fg": 3702 }, - { "id": "overlay_male_worn_cloak_wool", "fg": 3709 }, - { "id": "overlay_female_worn_cloak_wool", "fg": 3708 }, - { "id": "overlay_male_worn_cloak_leather", "fg": 3706 }, - { "id": "overlay_female_worn_cloak_leather", "fg": 3705 }, - { "id": "overlay_male_worn_cloak_fur", "fg": 3704 }, - { "id": "overlay_female_worn_cloak_fur", "fg": 3703 }, - { "id": "overlay_female_worn_dress", "fg": 3728 }, - { "id": "overlay_male_worn_dress", "fg": 3729 }, - { "id": "overlay_female_worn_sundress", "fg": 3736 }, - { "id": "overlay_male_worn_sundress", "fg": 3737 }, - { "id": "overlay_female_worn_maid_hat", "fg": 3827 }, - { "id": "overlay_female_worn_maid_dress", "fg": 3730 }, - { "id": "overlay_male_worn_maid_hat", "fg": 3828 }, - { "id": "overlay_male_worn_maid_dress", "fg": 3731 }, - { "id": "overlay_female_worn_skirt", "fg": 3732 }, - { "id": "overlay_male_worn_skirt", "fg": 3735 }, - { "id": "overlay_female_worn_skirt_leather", "fg": 3733 }, - { "id": "overlay_male_worn_skirt_leather", "fg": 3734 }, - { "id": "overlay_worn_elbow_pads", "fg": 3738 }, - { "id": "overlay_female_worn_glasses_bal", "fg": 3739 }, - { "id": "overlay_male_worn_glasses_bal", "fg": 3740 }, - { "id": "overlay_female_worn_glasses_bifocal", "fg": 3741 }, - { "id": "overlay_male_worn_glasses_bifocal", "fg": 3742 }, - { "id": "overlay_female_worn_glasses_eye", "fg": 3743 }, - { "id": "overlay_male_worn_glasses_eye", "fg": 3744 }, - { "id": "overlay_female_worn_glasses_monocle", "fg": 3745 }, - { "id": "overlay_male_worn_glasses_monocle", "fg": 3746 }, - { "id": "overlay_female_worn_glasses_reading", "fg": 3747 }, - { "id": "overlay_male_worn_glasses_reading", "fg": 3748 }, - { "id": "overlay_female_worn_glasses_safety", "fg": 3749 }, - { "id": "overlay_male_worn_glasses_safety", "fg": 3750 }, - { "id": "overlay_female_worn_mask_ski", "fg": 3751 }, - { "id": "overlay_male_worn_mask_ski", "fg": 3754 }, - { "id": "overlay_female_worn_mask_ski_loose", "fg": 3752 }, - { "id": "overlay_male_worn_mask_ski_loose", "fg": 3753 }, - { "id": "overlay_female_worn_sunglasses", "fg": 3757 }, - { "id": "overlay_male_worn_sunglasses", "fg": 3758 }, - { "id": "overlay_female_worn_goggles_welding", "fg": 3759 }, - { "id": "overlay_male_worn_goggles_welding", "fg": 3760 }, - { "id": "overlay_female_worn_glove_jackson", "fg": 3761 }, - { "id": "overlay_male_worn_glove_jackson", "fg": 3762 }, - { "id": "overlay_female_worn_gloves_liner", "fg": 3775 }, - { "id": "overlay_male_worn_gloves_liner", "fg": 3776 }, - { "id": "overlay_female_worn_gloves_medical", "fg": 3777 }, - { "id": "overlay_male_worn_gloves_medical", "fg": 3778 }, - { "id": "overlay_female_worn_gloves_rubber", "fg": 3779 }, - { "id": "overlay_male_worn_gloves_rubber", "fg": 3780 }, - { "id": "overlay_female_worn_gloves_tactical", "fg": 3781 }, - { "id": "overlay_male_worn_gloves_tactical", "fg": 3782 }, - { "id": "overlay_female_worn_gloves_winter", "fg": 3783 }, - { "id": "overlay_male_worn_gloves_winter", "fg": 3784 }, - { "id": "overlay_female_worn_gloves_wool", "fg": 3785 }, - { "id": "overlay_male_worn_gloves_wool", "fg": 3786 }, - { "id": "overlay_female_worn_gloves_work", "fg": 3787 }, - { "id": "overlay_male_worn_gloves_work", "fg": 3788 }, - { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 3763 }, - { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 3764 }, - { "id": "overlay_female_worn_gloves_fingerless", "fg": 3765 }, - { "id": "overlay_male_worn_gloves_fingerless", "fg": 3766 }, - { "id": "overlay_female_worn_gloves_fur", "fg": 3767 }, - { "id": "overlay_male_worn_gloves_fur", "fg": 3768 }, - { "id": "overlay_female_worn_gloves_golf", "fg": 3769 }, - { "id": "overlay_male_worn_gloves_golf", "fg": 3770 }, - { "id": "overlay_female_worn_gloves_leather", "fg": 3771 }, - { "id": "overlay_male_worn_gloves_leather", "fg": 3772 }, - { "id": "overlay_female_worn_gloves_light", "fg": 3773 }, - { "id": "overlay_male_worn_gloves_light", "fg": 3774 }, - { "id": "overlay_male_worn_long_glove_white", "fg": 3790 }, - { "id": "overlay_female_worn_long_glove_white", "fg": 3789 }, - { "id": "overlay_female_worn_mittens", "fg": 3791 }, - { "id": "overlay_male_worn_mittens", "fg": 3792 }, - { "id": "overlay_female_worn_beret", "fg": 3793 }, - { "id": "overlay_male_worn_beret", "fg": 3794 }, - { "id": "overlay_female_worn_bowhat", "fg": 3795 }, - { "id": "overlay_male_worn_bowhat", "fg": 3796 }, - { "id": "overlay_female_worn_cowboy_hat", "fg": 3797 }, - { "id": "overlay_male_worn_cowboy_hat", "fg": 3798 }, - { "id": "overlay_female_worn_fedora", "fg": 3799 }, - { "id": "overlay_male_worn_fedora", "fg": 3800 }, - { "id": "overlay_female_worn_firehelmet", "fg": 3801 }, - { "id": "overlay_male_worn_firehelmet", "fg": 3802 }, - { "id": "overlay_female_worn_hat_ball", "fg": 3803 }, - { "id": "overlay_male_worn_hat_ball", "fg": 3804 }, - { "id": "overlay_male_worn_hat_cotton", "fg": 3806 }, - { "id": "overlay_female_worn_hat_cotton", "fg": 3805 }, - { "id": "overlay_male_worn_hat_fur", "fg": 3808 }, - { "id": "overlay_female_worn_hat_fur", "fg": 3807 }, - { "id": "overlay_female_worn_hat_hard", "fg": 3809 }, - { "id": "overlay_male_worn_hat_hard", "fg": 3810 }, - { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 3813 }, - { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 3814 }, - { "id": "overlay_female_worn_helmet_army", "fg": 3815 }, - { "id": "overlay_male_worn_helmet_army", "fg": 3816 }, - { "id": "overlay_female_worn_helmet_barbute", "fg": 3817 }, - { "id": "overlay_male_worn_helmet_barbute", "fg": 3818 }, - { "id": "overlay_female_worn_helmet_bike", "fg": 3819 }, - { "id": "overlay_male_worn_helmet_bike", "fg": 3820 }, - { "id": "overlay_female_worn_helmet_chitin", "fg": 3821 }, - { "id": "overlay_male_worn_helmet_chitin", "fg": 3822 }, - { "id": "overlay_female_worn_helmet_kabuto", "fg": 3823 }, - { "id": "overlay_male_worn_helmet_kabuto", "fg": 3824 }, - { "id": "overlay_female_worn_helmet_motor", "fg": 3825 }, - { "id": "overlay_male_worn_helmet_motor", "fg": 3826 }, - { "id": "overlay_female_worn_hat_knit", "fg": 3811 }, - { "id": "overlay_male_worn_hat_knit", "fg": 3812 }, - { "id": "overlay_female_worn_straw_fedora", "fg": 3829 }, - { "id": "overlay_male_worn_straw_fedora", "fg": 3830 }, - { "id": "overlay_female_worn_straw_hat", "fg": 3831 }, - { "id": "overlay_male_worn_straw_hat", "fg": 3832 }, - { "id": "overlay_female_worn_10gal_hat", "fg": 3833 }, - { "id": "overlay_male_worn_10gal_hat", "fg": 3834 }, - { "id": "overlay_female_worn_tophat", "fg": 3835 }, - { "id": "overlay_male_worn_tophat", "fg": 3836 }, - { "id": "overlay_male_worn_turban", "fg": 3838 }, - { "id": "overlay_female_worn_turban", "fg": 3837 }, - { "id": "overlay_female_worn_blazer", "fg": 3841 }, - { "id": "overlay_male_worn_blazer", "fg": 3842 }, - { "id": "overlay_female_worn_bunker_coat", "fg": 3843 }, - { "id": "overlay_male_worn_bunker_coat", "fg": 3844 }, - { "id": "overlay_female_worn_coat_lab", "fg": 3845 }, - { "id": "overlay_male_worn_coat_lab", "fg": 3846 }, - { "id": "overlay_female_worn_coat_rain", "fg": 3847 }, - { "id": "overlay_male_worn_coat_rain", "fg": 3848 }, - { "id": "overlay_female_worn_coat_winter", "fg": 3849 }, - { "id": "overlay_male_worn_coat_winter", "fg": 3850 }, - { "id": "overlay_female_worn_duster", "fg": 3851 }, - { "id": "overlay_male_worn_duster", "fg": 3852 }, - { "id": "overlay_female_worn_jacket_flannel", "fg": 3857 }, - { "id": "overlay_male_worn_jacket_flannel", "fg": 3858 }, - { "id": "overlay_female_worn_jacket_jean", "fg": 3859 }, - { "id": "overlay_male_worn_jacket_jean", "fg": 3860 }, - { "id": "overlay_female_worn_jacket_light", "fg": 3863 }, - { "id": "overlay_male_worn_jacket_light", "fg": 3864 }, - { "id": "overlay_female_worn_jacket_evac", "fg": 3855 }, - { "id": "overlay_male_worn_jacket_evac", "fg": 3856 }, - { "id": "overlay_female_worn_jacket_leather", "fg": 3865 }, - { "id": "overlay_male_worn_jacket_leather", "fg": 3866 }, - { "id": "overlay_female_worn_jacket_leather_red", "fg": 3861 }, - { "id": "overlay_male_worn_jacket_leather_red", "fg": 3862 }, - { "id": "overlay_female_worn_ski_jacket", "fg": 3867 }, - { "id": "overlay_male_worn_ski_jacket", "fg": 3868 }, - { "id": "overlay_female_worn_jacket_windbreaker", "fg": 3873 }, - { "id": "overlay_male_worn_jacket_windbreaker", "fg": 3874 }, - { "id": "overlay_female_worn_winter_jacket_army", "fg": 3839 }, - { "id": "overlay_male_worn_winter_jacket_army", "fg": 3840 }, - { "id": "overlay_female_worn_jacket_army", "fg": 3853 }, - { "id": "overlay_male_worn_jacket_army", "fg": 3854 }, - { "id": "overlay_female_worn_trenchcoat", "fg": 3869 }, - { "id": "overlay_male_worn_trenchcoat", "fg": 3870 }, - { "id": "overlay_female_worn_waistcoat", "fg": 3871 }, - { "id": "overlay_male_worn_waistcoat", "fg": 3872 }, - { "id": "overlay_female_worn_peacoat", "fg": 3875 }, - { "id": "overlay_male_worn_peacoat", "fg": 3876 }, - { "id": "overlay_female_worn_poncho", "fg": 3877 }, - { "id": "overlay_male_worn_poncho", "fg": 3878 }, - { "id": "overlay_worn_badge_swat", "fg": 3879 }, - { "id": "overlay_female_worn_barrette", "fg": 3880 }, - { "id": "overlay_male_worn_barrette", "fg": 3881 }, - { "id": "overlay_female_worn_badge_deputy", "fg": 3882 }, - { "id": "overlay_male_worn_badge_deputy", "fg": 3883 }, - { "id": "overlay_female_worn_knee_pads", "fg": 3892 }, - { "id": "overlay_male_worn_knee_pads", "fg": 3893 }, - { "id": "overlay_male_worn_arm_warmers", "fg": 3895 }, - { "id": "overlay_female_worn_arm_warmers", "fg": 3894 }, - { "id": "overlay_male_worn_leg_warmers", "fg": 3897 }, - { "id": "overlay_female_worn_leg_warmers", "fg": 3896 }, - { "id": "overlay_female_worn_armguard_soft", "fg": 3898 }, - { "id": "overlay_male_worn_armguard_soft", "fg": 3899 }, - { "id": "overlay_female_worn_balclava", "fg": 3900 }, - { "id": "overlay_male_worn_balclava", "fg": 3901 }, - { "id": "overlay_female_worn_bandana", "fg": 3902 }, - { "id": "overlay_male_worn_bandana", "fg": 3903 }, - { "id": "overlay_female_worn_beekeeping_hood", "fg": 3904 }, - { "id": "overlay_male_worn_beekeeping_hood", "fg": 3905 }, - { "id": "overlay_male_worn_foodperson_mask", "fg": 3907 }, - { "id": "overlay_female_worn_foodperson_mask", "fg": 3906 }, - { "id": "overlay_male_worn_foodperson_mask_on", "fg": 3909 }, - { "id": "overlay_female_worn_foodperson_mask_on", "fg": 3908 }, - { "id": "overlay_female_worn_mask_dust", "fg": 3910 }, - { "id": "overlay_male_worn_mask_dust", "fg": 3911 }, - { "id": "overlay_female_worn_mask_gas", "fg": 3912 }, - { "id": "overlay_male_worn_mask_gas", "fg": 3913 }, - { "id": "overlay_female_worn_welding_mask_crude", "fg": 3914 }, - { "id": "overlay_male_worn_welding_mask_crude", "fg": 3915 }, - { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 3916 }, - { "id": "overlay_male_worn_welding_mask_crude_raised", "fg": 3917 }, - { "id": "overlay_female_worn_welding_mask", "fg": 3918 }, - { "id": "overlay_male_worn_welding_mask", "fg": 3919 }, - { "id": "overlay_female_worn_welding_mask_raised", "fg": 3920 }, - { "id": "overlay_male_worn_welding_mask_raised", "fg": 3921 }, - { "id": "overlay_female_worn_mask_bal", "fg": 3922 }, - { "id": "overlay_male_worn_mask_bal", "fg": 3923 }, - { "id": "overlay_female_worn_fencing_mask", "fg": 3924 }, - { "id": "overlay_male_worn_fencing_mask", "fg": 3925 }, - { "id": "overlay_female_worn_mask_filter", "fg": 3926 }, - { "id": "overlay_male_worn_mask_filter", "fg": 3927 }, - { "id": "overlay_female_worn_mask_bunker", "fg": 3928 }, - { "id": "overlay_male_worn_mask_bunker", "fg": 3929 }, - { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 3930 }, - { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 3931 }, - { "id": "overlay_female_worn_mask_hockey", "fg": 3932 }, - { "id": "overlay_male_worn_mask_hockey", "fg": 3933 }, - { "id": "overlay_female_worn_mask_rioter", "fg": 3934 }, - { "id": "overlay_male_worn_mask_rioter", "fg": 3935 }, - { "id": "overlay_male_worn_robe", "fg": 3946 }, - { "id": "overlay_female_worn_robe", "fg": 3945 }, - { "id": "overlay_male_worn_house_coat", "fg": 3944 }, - { "id": "overlay_female_worn_house_coat", "fg": 3943 }, - { "id": "overlay_worn_binoculars", "fg": 3947 }, - { "id": "overlay_female_worn_knit_scarf", "fg": 3950 }, - { "id": "overlay_male_worn_knit_scarf", "fg": 3951 }, - { "id": "overlay_female_worn_scarf", "fg": 3953 }, - { "id": "overlay_male_worn_scarf", "fg": 3954 }, - { "id": "overlay_worn_tie_bow", "fg": 3948 }, - { "id": "overlay_worn_tie_clipon", "fg": 3949 }, - { "id": "overlay_worn_tie_necktie", "fg": 3952 }, - { "id": "overlay_worn_tie_skinny", "fg": 3955 }, - { "id": "overlay_female_worn_army_top", "fg": 3956 }, - { "id": "overlay_male_worn_army_top", "fg": 3957 }, - { "id": "overlay_female_worn_camisole", "fg": 3958 }, - { "id": "overlay_male_worn_camisole", "fg": 3959 }, - { "id": "overlay_female_worn_under_armor", "fg": 3960 }, - { "id": "overlay_male_worn_under_armor", "fg": 3961 }, - { "id": "overlay_female_worn_dress_shirt", "fg": 3962 }, - { "id": "overlay_male_worn_dress_shirt", "fg": 3963 }, - { "id": "overlay_female_worn_halter_top", "fg": 3964 }, - { "id": "overlay_male_worn_halter_top", "fg": 3965 }, - { "id": "overlay_female_worn_hoodie", "fg": 3966 }, - { "id": "overlay_male_worn_hoodie", "fg": 3967 }, - { "id": "overlay_female_worn_jersey", "fg": 3968 }, - { "id": "overlay_male_worn_jersey", "fg": 3969 }, - { "id": "overlay_female_worn_linuxtshirt", "fg": 3970 }, - { "id": "overlay_male_worn_linuxtshirt", "fg": 3971 }, - { "id": "overlay_female_worn_longshirt", "fg": 3972 }, - { "id": "overlay_male_worn_longshirt", "fg": 3973 }, - { "id": "overlay_female_worn_striped_shirt", "fg": 3974 }, - { "id": "overlay_male_worn_striped_shirt", "fg": 3975 }, - { "id": "overlay_female_worn_sweater", "fg": 3976 }, - { "id": "overlay_male_worn_sweater", "fg": 3977 }, - { "id": "overlay_female_worn_sweatshirt", "fg": 3978 }, - { "id": "overlay_male_worn_sweatshirt", "fg": 3979 }, - { "id": "overlay_female_worn_tank_top", "fg": 3980 }, - { "id": "overlay_male_worn_tank_top", "fg": 3981 }, - { "id": "overlay_female_worn_tshirt", "fg": 3982 }, - { "id": "overlay_male_worn_tshirt", "fg": 3983 }, - { "id": "overlay_female_worn_technician_shirt_gray", "fg": 3984 }, - { "id": "overlay_male_worn_technician_shirt_gray", "fg": 3985 }, - { "id": "overlay_worn_dress_shoes", "fg": 3986 }, - { "id": "overlay_female_worn_flip_flops", "fg": 3987 }, - { "id": "overlay_male_worn_flip_flops", "fg": 3988 }, - { "id": "overlay_female_worn_geta", "fg": 3989 }, - { "id": "overlay_male_worn_geta", "fg": 3990 }, - { "id": "overlay_worn_heels", "fg": 3991 }, - { "id": "overlay_worn_leathersandals", "fg": 3992 }, - { "id": "overlay_worn_lowtops", "fg": 3993 }, - { "id": "overlay_worn_roller_blades", "fg": 3994 }, - { "id": "overlay_female_worn_shoes_bowling", "fg": 3995 }, - { "id": "overlay_male_worn_shoes_bowling", "fg": 3996 }, - { "id": "overlay_female_worn_sneakers", "fg": 3997 }, - { "id": "overlay_male_worn_sneakers", "fg": 3998 }, - { "id": "overlay_female_worn_clogs", "fg": 3999 }, - { "id": "overlay_male_worn_clogs", "fg": 4000 }, - { "id": "overlay_female_worn_b_shorts", "fg": 4001 }, - { "id": "overlay_male_worn_b_shorts", "fg": 4002 }, - { "id": "overlay_female_worn_boy_shorts", "fg": 4003 }, - { "id": "overlay_male_worn_boy_shorts", "fg": 4004 }, - { "id": "overlay_female_worn_under_armor_shorts", "fg": 4005 }, - { "id": "overlay_male_worn_under_armor_shorts", "fg": 4006 }, - { "id": "overlay_female_worn_shorts_cargo", "fg": 4007 }, - { "id": "overlay_male_worn_shorts_cargo", "fg": 4008 }, - { "id": "overlay_female_worn_shorts_denim", "fg": 4009 }, - { "id": "overlay_male_worn_shorts_denim", "fg": 4010 }, - { "id": "overlay_female_worn_shorts", "fg": 4011 }, - { "id": "overlay_male_worn_shorts", "fg": 4012 }, - { "id": "overlay_worn_boots_survivor", "fg": 4013 }, - { "id": "overlay_worn_boots_xlsurvivor", "fg": 4013 }, - { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 4016 }, - { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 4017 }, - { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 4018 }, - { "id": "overlay_male_worn_sleeveless_trenchcoat_survivor", "fg": 4019 }, - { "id": "overlay_female_worn_survivor_belt_notools", "fg": 4082 }, - { "id": "overlay_male_worn_survivor_belt_notools", "fg": 4083 }, - { "id": "overlay_female_worn_duster_survivor", "fg": 4022 }, - { "id": "overlay_male_worn_duster_survivor", "fg": 4023 }, - { "id": "overlay_female_worn_xl_duster_survivor", "fg": 4022 }, - { "id": "overlay_male_worn_xl_duster_survivor", "fg": 4023 }, - { "id": "overlay_female_worn_gloves_survivor", "fg": 4026 }, - { "id": "overlay_male_worn_gloves_survivor", "fg": 4027 }, - { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 4026 }, - { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 4027 }, - { "id": "overlay_female_worn_survivor_vest", "fg": 4084 }, - { "id": "overlay_male_worn_survivor_vest", "fg": 4085 }, - { "id": "overlay_female_worn_xl_survivor_vest", "fg": 4084 }, - { "id": "overlay_male_worn_xl_survivor_vest", "fg": 4085 }, - { "id": "overlay_female_worn_hood_survivor", "fg": 4028 }, - { "id": "overlay_male_worn_hood_survivor", "fg": 4029 }, - { "id": "overlay_female_worn_hood_xlsurvivor", "fg": 4028 }, - { "id": "overlay_male_worn_hood_xlsurvivor", "fg": 4029 }, - { "id": "overlay_female_worn_survivor_suit", "fg": 4030 }, - { "id": "overlay_male_worn_survivor_suit", "fg": 4031 }, - { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 4030 }, - { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 4031 }, - { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 4032 }, - { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 4033 }, - { "id": "overlay_worn_boots_hsurvivor", "fg": 4048 }, - { "id": "overlay_worn_xl_boots_hsurvivor", "fg": 4048 }, - { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 4049 }, - { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 4050 }, - { "id": "overlay_female_worn_xl_gloves_hsurvivor", "fg": 4049 }, - { "id": "overlay_male_worn_xl_gloves_hsurvivor", "fg": 4050 }, - { "id": "overlay_female_worn_hsurvivor_suit", "fg": 4051 }, - { "id": "overlay_male_worn_hsurvivor_suit", "fg": 4052 }, - { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 4051 }, - { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 4052 }, - { "id": "overlay_worn_boots_fsurvivor", "fg": 4041 }, - { "id": "overlay_worn_xl_boots_fsurvivor", "fg": 4041 }, - { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 4042 }, - { "id": "overlay_male_worn_gloves_fsurvivor", "fg": 4043 }, - { "id": "overlay_female_worn_xl_gloves_fsurvivor", "fg": 4042 }, - { "id": "overlay_male_worn_xl_gloves_fsurvivor", "fg": 4043 }, - { "id": "overlay_female_worn_hood_fsurvivor", "fg": 4044 }, - { "id": "overlay_male_worn_hood_fsurvivor", "fg": 4045 }, - { "id": "overlay_female_worn_xl_hood_fsurvivor", "fg": 4044 }, - { "id": "overlay_male_worn_xl_hood_fsurvivor", "fg": 4045 }, - { "id": "overlay_female_worn_fsurvivor_suit", "fg": 4046 }, - { "id": "overlay_male_worn_fsurvivor_suit", "fg": 4047 }, - { "id": "overlay_female_worn_xl_fsurvivor_suit", "fg": 4046 }, - { "id": "overlay_male_worn_xl_fsurvivor_suit", "fg": 4047 }, - { "id": [ "overlay_female_worn_pants_survivor", "overlay_female_worn_xl_pants_survivor" ], "fg": 4020 }, - { "id": [ "overlay_male_worn_pants_survivor", "overlay_male_worn_xl_pants_survivor" ], "fg": 4021 }, + "fg": 3631 + }, + { "id": "overlay_female_worn_rucksack", "fg": 3633 }, + { "id": "overlay_male_worn_rucksack", "fg": 3634 }, + { "id": "overlay_worn_bead_necklace", "fg": 3636 }, + { "id": "overlay_worn_bead_bracelet", "fg": 3635 }, + { "id": "overlay_worn_leather_belt", "fg": 3646 }, + { "id": "overlay_worn_police_belt", "fg": 3658 }, + { "id": "overlay_worn_tool_belt", "fg": 3663 }, + { "id": "overlay_worn_webbing_belt", "fg": 3665 }, + { "id": "overlay_worn_briefcase", "fg": 3639 }, + { "id": "overlay_wielded_briefcase", "fg": 3639 }, + { "id": "overlay_worn_briefcase_smg", "fg": 3639 }, + { "id": "overlay_wielded_briefcase_smg", "fg": 3639 }, + { "id": "overlay_worn_hk_briefcase", "fg": 3639 }, + { "id": "overlay_wielded_hk_briefcase", "fg": 3639 }, + { "id": "overlay_female_worn_wearable_light", "fg": 3642 }, + { "id": "overlay_male_worn_wearable_light", "fg": 3643 }, + { "id": "overlay_female_worn_wearable_light_on", "fg": 3642 }, + { "id": "overlay_male_worn_wearable_light_on", "fg": 3643 }, + { "id": "overlay_female_worn_survivor_light", "fg": 3642 }, + { "id": "overlay_male_worn_survivor_light", "fg": 3643 }, + { "id": "overlay_female_worn_survivor_light_on", "fg": 3642 }, + { "id": "overlay_male_worn_survivor_light_on", "fg": 3643 }, + { "id": "overlay_female_worn_holster", "fg": 3644 }, + { "id": "overlay_male_worn_holster", "fg": 3645 }, + { "id": "overlay_female_worn_legpouch_large", "fg": 3647 }, + { "id": "overlay_male_worn_legpouch_large", "fg": 3648 }, + { "id": "overlay_female_worn_legrig", "fg": 3649 }, + { "id": "overlay_male_worn_legrig", "fg": 3650 }, + { "id": "overlay_worn_judo_belt_black", "fg": 3637 }, + { "id": "overlay_worn_judo_belt_blue", "fg": 3638 }, + { "id": "overlay_worn_judo_belt_brown", "fg": 3640 }, + { "id": "overlay_worn_judo_belt_green", "fg": 3641 }, + { "id": "overlay_worn_judo_belt_orange", "fg": 3651 }, + { "id": "overlay_worn_judo_belt_white", "fg": 3666 }, + { "id": "overlay_worn_judo_belt_yellow", "fg": 3667 }, + { "id": "overlay_female_worn_ragpouch", "fg": 3659 }, + { "id": "overlay_male_worn_ragpouch", "fg": 3660 }, + { "id": "overlay_female_worn_tacvest", "fg": 3661 }, + { "id": "overlay_male_worn_tacvest", "fg": 3662 }, + { "id": "overlay_worn_wearable_light", "fg": 3664 }, + { "id": "overlay_female_worn_dinosuit", "fg": 3668 }, + { "id": "overlay_male_worn_dinosuit", "fg": 3669 }, + { "id": "overlay_female_worn_hazmat_suit", "fg": 3670 }, + { "id": "overlay_male_worn_hazmat_suit", "fg": 3671 }, + { "id": "overlay_female_worn_judo_gi", "fg": 3672 }, + { "id": "overlay_male_worn_judo_gi", "fg": 3673 }, + { "id": "overlay_female_worn_jumpsuit", "fg": 3674 }, + { "id": "overlay_male_worn_jumpsuit", "fg": 3675 }, + { "id": "overlay_female_worn_karate_gi", "fg": 3676 }, + { "id": "overlay_male_worn_karate_gi", "fg": 3677 }, + { "id": "overlay_female_worn_robofac_jumpsuit", "fg": 3678 }, + { "id": "overlay_male_worn_robofac_jumpsuit", "fg": 3679 }, + { "id": "overlay_female_worn_suit", "fg": 3680 }, + { "id": "overlay_male_worn_suit", "fg": 3681 }, + { "id": "overlay_female_worn_touring_suit", "fg": 3682 }, + { "id": "overlay_male_worn_touring_suit", "fg": 3683 }, + { "id": "overlay_female_worn_boots", "fg": 3687 }, + { "id": "overlay_male_worn_boots", "fg": 3692 }, + { "id": "overlay_female_worn_boots_bunker", "fg": 3684 }, + { "id": "overlay_male_worn_boots_bunker", "fg": 3685 }, + { "id": "overlay_female_worn_boots_fur", "fg": 3688 }, + { "id": "overlay_male_worn_boots_fur", "fg": 3689 }, + { "id": "overlay_female_worn_boots_hiking", "fg": 3690 }, + { "id": "overlay_male_worn_boots_hiking", "fg": 3691 }, + { "id": "overlay_female_worn_boots_rubber", "fg": 3693 }, + { "id": "overlay_male_worn_boots_rubber", "fg": 3694 }, + { "id": "overlay_female_worn_boots_steel", "fg": 3695 }, + { "id": "overlay_male_worn_boots_steel", "fg": 3696 }, + { "id": "overlay_female_worn_boots_western", "fg": 3697 }, + { "id": "overlay_male_worn_boots_western", "fg": 3698 }, + { "id": "overlay_female_worn_boots_winter", "fg": 3699 }, + { "id": "overlay_male_worn_boots_winter", "fg": 3700 }, + { "id": "overlay_female_worn_motorbike_boots", "fg": 3701 }, + { "id": "overlay_male_worn_motorbike_boots", "fg": 3702 }, + { "id": "overlay_worn_boots_combat", "fg": 3686 }, + { "id": "overlay_male_worn_cape_fp", "fg": 3704 }, + { "id": "overlay_female_worn_cape_fp", "fg": 3703 }, + { "id": "overlay_male_worn_cloak", "fg": 3710 }, + { "id": "overlay_female_worn_cloak", "fg": 3705 }, + { "id": "overlay_male_worn_cloak_wool", "fg": 3712 }, + { "id": "overlay_female_worn_cloak_wool", "fg": 3711 }, + { "id": "overlay_male_worn_cloak_leather", "fg": 3709 }, + { "id": "overlay_female_worn_cloak_leather", "fg": 3708 }, + { "id": "overlay_male_worn_cloak_fur", "fg": 3707 }, + { "id": "overlay_female_worn_cloak_fur", "fg": 3706 }, + { "id": "overlay_female_worn_dress", "fg": 3731 }, + { "id": "overlay_male_worn_dress", "fg": 3732 }, + { "id": "overlay_female_worn_sundress", "fg": 3739 }, + { "id": "overlay_male_worn_sundress", "fg": 3740 }, + { "id": "overlay_female_worn_maid_hat", "fg": 3830 }, + { "id": "overlay_female_worn_maid_dress", "fg": 3733 }, + { "id": "overlay_male_worn_maid_hat", "fg": 3831 }, + { "id": "overlay_male_worn_maid_dress", "fg": 3734 }, + { "id": "overlay_female_worn_skirt", "fg": 3735 }, + { "id": "overlay_male_worn_skirt", "fg": 3738 }, + { "id": "overlay_female_worn_skirt_leather", "fg": 3736 }, + { "id": "overlay_male_worn_skirt_leather", "fg": 3737 }, + { "id": "overlay_worn_elbow_pads", "fg": 3741 }, + { "id": "overlay_female_worn_glasses_bal", "fg": 3742 }, + { "id": "overlay_male_worn_glasses_bal", "fg": 3743 }, + { "id": "overlay_female_worn_glasses_bifocal", "fg": 3744 }, + { "id": "overlay_male_worn_glasses_bifocal", "fg": 3745 }, + { "id": "overlay_female_worn_glasses_eye", "fg": 3746 }, + { "id": "overlay_male_worn_glasses_eye", "fg": 3747 }, + { "id": "overlay_female_worn_glasses_monocle", "fg": 3748 }, + { "id": "overlay_male_worn_glasses_monocle", "fg": 3749 }, + { "id": "overlay_female_worn_glasses_reading", "fg": 3750 }, + { "id": "overlay_male_worn_glasses_reading", "fg": 3751 }, + { "id": "overlay_female_worn_glasses_safety", "fg": 3752 }, + { "id": "overlay_male_worn_glasses_safety", "fg": 3753 }, + { "id": "overlay_female_worn_mask_ski", "fg": 3754 }, + { "id": "overlay_male_worn_mask_ski", "fg": 3757 }, + { "id": "overlay_female_worn_mask_ski_loose", "fg": 3755 }, + { "id": "overlay_male_worn_mask_ski_loose", "fg": 3756 }, + { "id": "overlay_female_worn_sunglasses", "fg": 3760 }, + { "id": "overlay_male_worn_sunglasses", "fg": 3761 }, + { "id": "overlay_female_worn_goggles_welding", "fg": 3762 }, + { "id": "overlay_male_worn_goggles_welding", "fg": 3763 }, + { "id": "overlay_female_worn_glove_jackson", "fg": 3764 }, + { "id": "overlay_male_worn_glove_jackson", "fg": 3765 }, + { "id": "overlay_female_worn_gloves_liner", "fg": 3778 }, + { "id": "overlay_male_worn_gloves_liner", "fg": 3779 }, + { "id": "overlay_female_worn_gloves_medical", "fg": 3780 }, + { "id": "overlay_male_worn_gloves_medical", "fg": 3781 }, + { "id": "overlay_female_worn_gloves_rubber", "fg": 3782 }, + { "id": "overlay_male_worn_gloves_rubber", "fg": 3783 }, + { "id": "overlay_female_worn_gloves_tactical", "fg": 3784 }, + { "id": "overlay_male_worn_gloves_tactical", "fg": 3785 }, + { "id": "overlay_female_worn_gloves_winter", "fg": 3786 }, + { "id": "overlay_male_worn_gloves_winter", "fg": 3787 }, + { "id": "overlay_female_worn_gloves_wool", "fg": 3788 }, + { "id": "overlay_male_worn_gloves_wool", "fg": 3789 }, + { "id": "overlay_female_worn_gloves_work", "fg": 3790 }, + { "id": "overlay_male_worn_gloves_work", "fg": 3791 }, + { "id": "overlay_female_worn_gloves_cut_resistant", "fg": 3766 }, + { "id": "overlay_male_worn_gloves_cut_resistant", "fg": 3767 }, + { "id": "overlay_female_worn_gloves_fingerless", "fg": 3768 }, + { "id": "overlay_male_worn_gloves_fingerless", "fg": 3769 }, + { "id": "overlay_female_worn_gloves_fur", "fg": 3770 }, + { "id": "overlay_male_worn_gloves_fur", "fg": 3771 }, + { "id": "overlay_female_worn_gloves_golf", "fg": 3772 }, + { "id": "overlay_male_worn_gloves_golf", "fg": 3773 }, + { "id": "overlay_female_worn_gloves_leather", "fg": 3774 }, + { "id": "overlay_male_worn_gloves_leather", "fg": 3775 }, + { "id": "overlay_female_worn_gloves_light", "fg": 3776 }, + { "id": "overlay_male_worn_gloves_light", "fg": 3777 }, + { "id": "overlay_male_worn_long_glove_white", "fg": 3793 }, + { "id": "overlay_female_worn_long_glove_white", "fg": 3792 }, + { "id": "overlay_female_worn_mittens", "fg": 3794 }, + { "id": "overlay_male_worn_mittens", "fg": 3795 }, + { "id": "overlay_female_worn_beret", "fg": 3796 }, + { "id": "overlay_male_worn_beret", "fg": 3797 }, + { "id": "overlay_female_worn_bowhat", "fg": 3798 }, + { "id": "overlay_male_worn_bowhat", "fg": 3799 }, + { "id": "overlay_female_worn_cowboy_hat", "fg": 3800 }, + { "id": "overlay_male_worn_cowboy_hat", "fg": 3801 }, + { "id": "overlay_female_worn_fedora", "fg": 3802 }, + { "id": "overlay_male_worn_fedora", "fg": 3803 }, + { "id": "overlay_female_worn_firehelmet", "fg": 3804 }, + { "id": "overlay_male_worn_firehelmet", "fg": 3805 }, + { "id": "overlay_female_worn_hat_ball", "fg": 3806 }, + { "id": "overlay_male_worn_hat_ball", "fg": 3807 }, + { "id": "overlay_male_worn_hat_cotton", "fg": 3809 }, + { "id": "overlay_female_worn_hat_cotton", "fg": 3808 }, + { "id": "overlay_male_worn_hat_fur", "fg": 3811 }, + { "id": "overlay_female_worn_hat_fur", "fg": 3810 }, + { "id": "overlay_female_worn_hat_hard", "fg": 3812 }, + { "id": "overlay_male_worn_hat_hard", "fg": 3813 }, + { "id": "overlay_female_worn_hat_noise_cancelling", "fg": 3816 }, + { "id": "overlay_male_worn_hat_noise_cancelling", "fg": 3817 }, + { "id": "overlay_female_worn_helmet_army", "fg": 3818 }, + { "id": "overlay_male_worn_helmet_army", "fg": 3819 }, + { "id": "overlay_female_worn_helmet_barbute", "fg": 3820 }, + { "id": "overlay_male_worn_helmet_barbute", "fg": 3821 }, + { "id": "overlay_female_worn_helmet_bike", "fg": 3822 }, + { "id": "overlay_male_worn_helmet_bike", "fg": 3823 }, + { "id": "overlay_female_worn_helmet_chitin", "fg": 3824 }, + { "id": "overlay_male_worn_helmet_chitin", "fg": 3825 }, + { "id": "overlay_female_worn_helmet_kabuto", "fg": 3826 }, + { "id": "overlay_male_worn_helmet_kabuto", "fg": 3827 }, + { "id": "overlay_female_worn_helmet_motor", "fg": 3828 }, + { "id": "overlay_male_worn_helmet_motor", "fg": 3829 }, + { "id": "overlay_female_worn_hat_knit", "fg": 3814 }, + { "id": "overlay_male_worn_hat_knit", "fg": 3815 }, + { "id": "overlay_female_worn_straw_fedora", "fg": 3832 }, + { "id": "overlay_male_worn_straw_fedora", "fg": 3833 }, + { "id": "overlay_female_worn_straw_hat", "fg": 3834 }, + { "id": "overlay_male_worn_straw_hat", "fg": 3835 }, + { "id": "overlay_female_worn_10gal_hat", "fg": 3836 }, + { "id": "overlay_male_worn_10gal_hat", "fg": 3837 }, + { "id": "overlay_female_worn_tophat", "fg": 3838 }, + { "id": "overlay_male_worn_tophat", "fg": 3839 }, + { "id": "overlay_male_worn_turban", "fg": 3841 }, + { "id": "overlay_female_worn_turban", "fg": 3840 }, + { "id": "overlay_female_worn_blazer", "fg": 3844 }, + { "id": "overlay_male_worn_blazer", "fg": 3845 }, + { "id": "overlay_female_worn_bunker_coat", "fg": 3846 }, + { "id": "overlay_male_worn_bunker_coat", "fg": 3847 }, + { "id": "overlay_female_worn_coat_lab", "fg": 3848 }, + { "id": "overlay_male_worn_coat_lab", "fg": 3849 }, + { "id": "overlay_female_worn_coat_rain", "fg": 3850 }, + { "id": "overlay_male_worn_coat_rain", "fg": 3851 }, + { "id": "overlay_female_worn_coat_winter", "fg": 3852 }, + { "id": "overlay_male_worn_coat_winter", "fg": 3853 }, + { "id": "overlay_female_worn_duster", "fg": 3854 }, + { "id": "overlay_male_worn_duster", "fg": 3855 }, + { "id": "overlay_female_worn_jacket_flannel", "fg": 3860 }, + { "id": "overlay_male_worn_jacket_flannel", "fg": 3861 }, + { "id": "overlay_female_worn_jacket_jean", "fg": 3862 }, + { "id": "overlay_male_worn_jacket_jean", "fg": 3863 }, + { "id": "overlay_female_worn_jacket_light", "fg": 3866 }, + { "id": "overlay_male_worn_jacket_light", "fg": 3867 }, + { "id": "overlay_female_worn_jacket_evac", "fg": 3858 }, + { "id": "overlay_male_worn_jacket_evac", "fg": 3859 }, + { "id": "overlay_female_worn_jacket_leather", "fg": 3868 }, + { "id": "overlay_male_worn_jacket_leather", "fg": 3869 }, + { "id": "overlay_female_worn_jacket_leather_red", "fg": 3864 }, + { "id": "overlay_male_worn_jacket_leather_red", "fg": 3865 }, + { "id": "overlay_female_worn_ski_jacket", "fg": 3870 }, + { "id": "overlay_male_worn_ski_jacket", "fg": 3871 }, + { "id": "overlay_female_worn_jacket_windbreaker", "fg": 3876 }, + { "id": "overlay_male_worn_jacket_windbreaker", "fg": 3877 }, + { "id": "overlay_female_worn_winter_jacket_army", "fg": 3842 }, + { "id": "overlay_male_worn_winter_jacket_army", "fg": 3843 }, + { "id": "overlay_female_worn_jacket_army", "fg": 3856 }, + { "id": "overlay_male_worn_jacket_army", "fg": 3857 }, + { "id": "overlay_female_worn_trenchcoat", "fg": 3872 }, + { "id": "overlay_male_worn_trenchcoat", "fg": 3873 }, + { "id": "overlay_female_worn_waistcoat", "fg": 3874 }, + { "id": "overlay_male_worn_waistcoat", "fg": 3875 }, + { "id": "overlay_female_worn_peacoat", "fg": 3878 }, + { "id": "overlay_male_worn_peacoat", "fg": 3879 }, + { "id": "overlay_female_worn_poncho", "fg": 3880 }, + { "id": "overlay_male_worn_poncho", "fg": 3881 }, + { "id": "overlay_worn_badge_swat", "fg": 3882 }, + { "id": "overlay_female_worn_barrette", "fg": 3883 }, + { "id": "overlay_male_worn_barrette", "fg": 3884 }, + { "id": "overlay_female_worn_badge_deputy", "fg": 3885 }, + { "id": "overlay_male_worn_badge_deputy", "fg": 3886 }, + { "id": "overlay_female_worn_knee_pads", "fg": 3895 }, + { "id": "overlay_male_worn_knee_pads", "fg": 3896 }, + { "id": "overlay_male_worn_arm_warmers", "fg": 3898 }, + { "id": "overlay_female_worn_arm_warmers", "fg": 3897 }, + { "id": "overlay_male_worn_leg_warmers", "fg": 3900 }, + { "id": "overlay_female_worn_leg_warmers", "fg": 3899 }, + { "id": "overlay_female_worn_armguard_soft", "fg": 3901 }, + { "id": "overlay_male_worn_armguard_soft", "fg": 3902 }, + { "id": "overlay_female_worn_balclava", "fg": 3903 }, + { "id": "overlay_male_worn_balclava", "fg": 3904 }, + { "id": "overlay_female_worn_bandana", "fg": 3905 }, + { "id": "overlay_male_worn_bandana", "fg": 3906 }, + { "id": "overlay_female_worn_beekeeping_hood", "fg": 3907 }, + { "id": "overlay_male_worn_beekeeping_hood", "fg": 3908 }, + { "id": "overlay_male_worn_foodperson_mask", "fg": 3910 }, + { "id": "overlay_female_worn_foodperson_mask", "fg": 3909 }, + { "id": "overlay_male_worn_foodperson_mask_on", "fg": 3912 }, + { "id": "overlay_female_worn_foodperson_mask_on", "fg": 3911 }, + { "id": "overlay_female_worn_mask_dust", "fg": 3913 }, + { "id": "overlay_male_worn_mask_dust", "fg": 3914 }, + { "id": "overlay_female_worn_mask_gas", "fg": 3915 }, + { "id": "overlay_male_worn_mask_gas", "fg": 3916 }, + { "id": "overlay_female_worn_welding_mask_crude", "fg": 3917 }, + { "id": "overlay_male_worn_welding_mask_crude", "fg": 3918 }, + { "id": "overlay_female_worn_welding_mask_crude_raised", "fg": 3919 }, + { "id": "overlay_male_worn_welding_mask_crude_raised", "fg": 3920 }, + { "id": "overlay_female_worn_welding_mask", "fg": 3921 }, + { "id": "overlay_male_worn_welding_mask", "fg": 3922 }, + { "id": "overlay_female_worn_welding_mask_raised", "fg": 3923 }, + { "id": "overlay_male_worn_welding_mask_raised", "fg": 3924 }, + { "id": "overlay_female_worn_mask_bal", "fg": 3925 }, + { "id": "overlay_male_worn_mask_bal", "fg": 3926 }, + { "id": "overlay_female_worn_fencing_mask", "fg": 3927 }, + { "id": "overlay_male_worn_fencing_mask", "fg": 3928 }, + { "id": "overlay_female_worn_mask_filter", "fg": 3929 }, + { "id": "overlay_male_worn_mask_filter", "fg": 3930 }, + { "id": "overlay_female_worn_mask_bunker", "fg": 3931 }, + { "id": "overlay_male_worn_mask_bunker", "fg": 3932 }, + { "id": "overlay_female_worn_mask_guy_fawkes", "fg": 3933 }, + { "id": "overlay_male_worn_mask_guy_fawkes", "fg": 3934 }, + { "id": "overlay_female_worn_mask_hockey", "fg": 3935 }, + { "id": "overlay_male_worn_mask_hockey", "fg": 3936 }, + { "id": "overlay_female_worn_mask_rioter", "fg": 3937 }, + { "id": "overlay_male_worn_mask_rioter", "fg": 3938 }, + { "id": "overlay_male_worn_robe", "fg": 3949 }, + { "id": "overlay_female_worn_robe", "fg": 3948 }, + { "id": "overlay_male_worn_house_coat", "fg": 3947 }, + { "id": "overlay_female_worn_house_coat", "fg": 3946 }, + { "id": "overlay_worn_binoculars", "fg": 3950 }, + { "id": "overlay_female_worn_knit_scarf", "fg": 3953 }, + { "id": "overlay_male_worn_knit_scarf", "fg": 3954 }, + { "id": "overlay_female_worn_scarf", "fg": 3956 }, + { "id": "overlay_male_worn_scarf", "fg": 3957 }, + { "id": "overlay_worn_tie_bow", "fg": 3951 }, + { "id": "overlay_worn_tie_clipon", "fg": 3952 }, + { "id": "overlay_worn_tie_necktie", "fg": 3955 }, + { "id": "overlay_worn_tie_skinny", "fg": 3958 }, + { "id": "overlay_female_worn_army_top", "fg": 3959 }, + { "id": "overlay_male_worn_army_top", "fg": 3960 }, + { "id": "overlay_female_worn_camisole", "fg": 3961 }, + { "id": "overlay_male_worn_camisole", "fg": 3962 }, + { "id": "overlay_female_worn_under_armor", "fg": 3963 }, + { "id": "overlay_male_worn_under_armor", "fg": 3964 }, + { "id": "overlay_female_worn_dress_shirt", "fg": 3965 }, + { "id": "overlay_male_worn_dress_shirt", "fg": 3966 }, + { "id": "overlay_female_worn_halter_top", "fg": 3967 }, + { "id": "overlay_male_worn_halter_top", "fg": 3968 }, + { "id": "overlay_female_worn_hoodie", "fg": 3969 }, + { "id": "overlay_male_worn_hoodie", "fg": 3970 }, + { "id": "overlay_female_worn_jersey", "fg": 3971 }, + { "id": "overlay_male_worn_jersey", "fg": 3972 }, + { "id": "overlay_female_worn_linuxtshirt", "fg": 3973 }, + { "id": "overlay_male_worn_linuxtshirt", "fg": 3974 }, + { "id": "overlay_female_worn_longshirt", "fg": 3975 }, + { "id": "overlay_male_worn_longshirt", "fg": 3976 }, + { "id": "overlay_female_worn_striped_shirt", "fg": 3977 }, + { "id": "overlay_male_worn_striped_shirt", "fg": 3978 }, + { "id": "overlay_female_worn_sweater", "fg": 3979 }, + { "id": "overlay_male_worn_sweater", "fg": 3980 }, + { "id": "overlay_female_worn_sweatshirt", "fg": 3981 }, + { "id": "overlay_male_worn_sweatshirt", "fg": 3982 }, + { "id": "overlay_female_worn_tank_top", "fg": 3983 }, + { "id": "overlay_male_worn_tank_top", "fg": 3984 }, + { "id": "overlay_female_worn_tshirt", "fg": 3985 }, + { "id": "overlay_male_worn_tshirt", "fg": 3986 }, + { "id": "overlay_female_worn_technician_shirt_gray", "fg": 3987 }, + { "id": "overlay_male_worn_technician_shirt_gray", "fg": 3988 }, + { "id": "overlay_worn_dress_shoes", "fg": 3989 }, + { "id": "overlay_female_worn_flip_flops", "fg": 3990 }, + { "id": "overlay_male_worn_flip_flops", "fg": 3991 }, + { "id": "overlay_female_worn_geta", "fg": 3992 }, + { "id": "overlay_male_worn_geta", "fg": 3993 }, + { "id": "overlay_worn_heels", "fg": 3994 }, + { "id": "overlay_worn_leathersandals", "fg": 3995 }, + { "id": "overlay_worn_lowtops", "fg": 3996 }, + { "id": "overlay_worn_roller_blades", "fg": 3997 }, + { "id": "overlay_female_worn_shoes_bowling", "fg": 3998 }, + { "id": "overlay_male_worn_shoes_bowling", "fg": 3999 }, + { "id": "overlay_female_worn_sneakers", "fg": 4000 }, + { "id": "overlay_male_worn_sneakers", "fg": 4001 }, + { "id": "overlay_female_worn_clogs", "fg": 4002 }, + { "id": "overlay_male_worn_clogs", "fg": 4003 }, + { "id": "overlay_female_worn_b_shorts", "fg": 4004 }, + { "id": "overlay_male_worn_b_shorts", "fg": 4005 }, + { "id": "overlay_female_worn_boy_shorts", "fg": 4006 }, + { "id": "overlay_male_worn_boy_shorts", "fg": 4007 }, + { "id": "overlay_female_worn_under_armor_shorts", "fg": 4008 }, + { "id": "overlay_male_worn_under_armor_shorts", "fg": 4009 }, + { "id": "overlay_female_worn_shorts_cargo", "fg": 4010 }, + { "id": "overlay_male_worn_shorts_cargo", "fg": 4011 }, + { "id": "overlay_female_worn_shorts_denim", "fg": 4012 }, + { "id": "overlay_male_worn_shorts_denim", "fg": 4013 }, + { "id": "overlay_female_worn_shorts", "fg": 4014 }, + { "id": "overlay_male_worn_shorts", "fg": 4015 }, + { "id": "overlay_worn_boots_survivor", "fg": 4016 }, + { "id": "overlay_worn_boots_xlsurvivor", "fg": 4016 }, + { "id": "overlay_female_worn_sleeveless_duster_survivor", "fg": 4019 }, + { "id": "overlay_male_worn_sleeveless_duster_survivor", "fg": 4020 }, + { "id": "overlay_female_worn_sleeveless_trenchcoat_survivor", "fg": 4021 }, + { "id": "overlay_male_worn_sleeveless_trenchcoat_survivor", "fg": 4022 }, + { "id": "overlay_female_worn_survivor_belt_notools", "fg": 4085 }, + { "id": "overlay_male_worn_survivor_belt_notools", "fg": 4086 }, + { "id": "overlay_female_worn_duster_survivor", "fg": 4025 }, + { "id": "overlay_male_worn_duster_survivor", "fg": 4026 }, + { "id": "overlay_female_worn_xl_duster_survivor", "fg": 4025 }, + { "id": "overlay_male_worn_xl_duster_survivor", "fg": 4026 }, + { "id": "overlay_female_worn_gloves_survivor", "fg": 4029 }, + { "id": "overlay_male_worn_gloves_survivor", "fg": 4030 }, + { "id": "overlay_female_worn_gloves_xlsurvivor", "fg": 4029 }, + { "id": "overlay_male_worn_gloves_xlsurvivor", "fg": 4030 }, + { "id": "overlay_female_worn_survivor_vest", "fg": 4087 }, + { "id": "overlay_male_worn_survivor_vest", "fg": 4088 }, + { "id": "overlay_female_worn_xl_survivor_vest", "fg": 4087 }, + { "id": "overlay_male_worn_xl_survivor_vest", "fg": 4088 }, + { "id": "overlay_female_worn_hood_survivor", "fg": 4031 }, + { "id": "overlay_male_worn_hood_survivor", "fg": 4032 }, + { "id": "overlay_female_worn_hood_xlsurvivor", "fg": 4031 }, + { "id": "overlay_male_worn_hood_xlsurvivor", "fg": 4032 }, + { "id": "overlay_female_worn_survivor_suit", "fg": 4033 }, + { "id": "overlay_male_worn_survivor_suit", "fg": 4034 }, + { "id": "overlay_female_worn_xlsurvivor_suit", "fg": 4033 }, + { "id": "overlay_male_worn_xlsurvivor_suit", "fg": 4034 }, + { "id": "overlay_female_worn_trenchcoat_survivor", "fg": 4035 }, + { "id": "overlay_male_worn_trenchcoat_survivor", "fg": 4036 }, + { "id": "overlay_worn_boots_hsurvivor", "fg": 4051 }, + { "id": "overlay_worn_xl_boots_hsurvivor", "fg": 4051 }, + { "id": "overlay_female_worn_gloves_hsurvivor", "fg": 4052 }, + { "id": "overlay_male_worn_gloves_hsurvivor", "fg": 4053 }, + { "id": "overlay_female_worn_xl_gloves_hsurvivor", "fg": 4052 }, + { "id": "overlay_male_worn_xl_gloves_hsurvivor", "fg": 4053 }, + { "id": "overlay_female_worn_hsurvivor_suit", "fg": 4054 }, + { "id": "overlay_male_worn_hsurvivor_suit", "fg": 4055 }, + { "id": "overlay_female_worn_xlhsurvivor_suit", "fg": 4054 }, + { "id": "overlay_male_worn_xlhsurvivor_suit", "fg": 4055 }, + { "id": "overlay_worn_boots_fsurvivor", "fg": 4044 }, + { "id": "overlay_worn_xl_boots_fsurvivor", "fg": 4044 }, + { "id": "overlay_female_worn_gloves_fsurvivor", "fg": 4045 }, + { "id": "overlay_male_worn_gloves_fsurvivor", "fg": 4046 }, + { "id": "overlay_female_worn_xl_gloves_fsurvivor", "fg": 4045 }, + { "id": "overlay_male_worn_xl_gloves_fsurvivor", "fg": 4046 }, + { "id": "overlay_female_worn_hood_fsurvivor", "fg": 4047 }, + { "id": "overlay_male_worn_hood_fsurvivor", "fg": 4048 }, + { "id": "overlay_female_worn_xl_hood_fsurvivor", "fg": 4047 }, + { "id": "overlay_male_worn_xl_hood_fsurvivor", "fg": 4048 }, + { "id": "overlay_female_worn_fsurvivor_suit", "fg": 4049 }, + { "id": "overlay_male_worn_fsurvivor_suit", "fg": 4050 }, + { "id": "overlay_female_worn_xl_fsurvivor_suit", "fg": 4049 }, + { "id": "overlay_male_worn_xl_fsurvivor_suit", "fg": 4050 }, + { "id": [ "overlay_female_worn_pants_survivor", "overlay_female_worn_xl_pants_survivor" ], "fg": 4023 }, + { "id": [ "overlay_male_worn_pants_survivor", "overlay_male_worn_xl_pants_survivor" ], "fg": 4024 }, { "id": [ "overlay_female_worn_gloves_survivor_fingerless", "overlay_female_worn_xl_gloves_survivor_fingerless" ], - "fg": 4024 + "fg": 4027 }, { "id": [ "overlay_male_worn_gloves_survivor_fingerless", "overlay_male_worn_xl_gloves_survivor_fingerless" ], - "fg": 4025 - }, - { "id": "overlay_worn_boots_h20survivor", "fg": 4034 }, - { "id": "overlay_female_worn_gloves_h20survivor", "fg": 4035 }, - { "id": "overlay_male_worn_gloves_h20survivor", "fg": 4036 }, - { "id": "overlay_female_worn_hood_h20survivor", "fg": 4037 }, - { "id": "overlay_male_worn_hood_h20survivor", "fg": 4038 }, - { "id": "overlay_female_worn_h20survivor_suit", "fg": 4039 }, - { "id": "overlay_male_worn_h20survivor_suit", "fg": 4040 }, - { "id": [ "overlay_worn_boots_lsurvivor", "overlay_worn_xl_boots_lsurvivor" ], "fg": 4053 }, - { "id": [ "overlay_female_worn_gloves_lsurvivor", "overlay_female_worn_xl_gloves_lsurvivor" ], "fg": 4058 }, - { "id": [ "overlay_male_worn_gloves_lsurvivor", "overlay_male_worn_xl_gloves_lsurvivor" ], "fg": 4059 }, - { "id": [ "overlay_female_worn_hood_lsurvivor", "overlay_female_worn_xl_hood_lsurvivor" ], "fg": 4060 }, - { "id": [ "overlay_male_worn_hood_lsurvivor", "overlay_male_worn_xl_hood_lsurvivor" ], "fg": 4061 }, - { "id": [ "overlay_female_worn_lsurvivor_suit", "overlay_female_worn_xl_lsurvivor_suit" ], "fg": 4062 }, - { "id": [ "overlay_male_worn_lsurvivor_suit", "overlay_male_worn_xl_lsurvivor_suit" ], "fg": 4063 }, - { "id": [ "overlay_female_worn_lsurvivor_armor", "overlay_female_worn_xl_lsurvivor_armor" ], "fg": 4054 }, - { "id": [ "overlay_male_worn_lsurvivor_armor", "overlay_male_worn_xl_lsurvivor_armor" ], "fg": 4055 }, - { "id": [ "overlay_female_worn_lsurvivor_pants", "overlay_female_worn_xl_lsurvivor_pants" ], "fg": 4056 }, - { "id": [ "overlay_male_worn_lsurvivor_pants", "overlay_male_worn_xl_lsurvivor_pants" ], "fg": 4057 }, - { "id": "overlay_female_worn_mask_hsurvivor", "fg": 4064 }, - { "id": "overlay_male_worn_mask_hsurvivor", "fg": 4065 }, - { "id": "overlay_female_worn_mask_lsurvivor", "fg": 4066 }, - { "id": "overlay_male_worn_mask_lsurvivor", "fg": 4067 }, - { "id": "overlay_female_worn_mask_fsurvivor", "fg": 4068 }, - { "id": "overlay_male_worn_mask_fsurvivor", "fg": 4069 }, - { "id": "overlay_female_worn_mask_fsurvivorxl", "fg": 4068 }, - { "id": "overlay_male_worn_mask_fsurvivorxl", "fg": 4069 }, - { "id": "overlay_female_worn_mask_survivor", "fg": 4070 }, - { "id": "overlay_male_worn_mask_survivor", "fg": 4071 }, - { "id": "overlay_female_worn_mask_survivorxl", "fg": 4070 }, - { "id": "overlay_male_worn_mask_survivorxl", "fg": 4071 }, - { "id": "overlay_female_worn_mask_wsurvivor", "fg": 4072 }, - { "id": "overlay_male_worn_mask_wsurvivor", "fg": 4073 }, - { "id": "overlay_female_worn_mask_wsurvivorxl", "fg": 4072 }, - { "id": "overlay_male_worn_mask_wsurvivorxl", "fg": 4073 }, - { "id": [ "overlay_worn_boots_wsurvivor", "overlay_worn_xl_boots_wsurvivor" ], "fg": 4086 }, - { "id": [ "overlay_female_worn_gloves_wsurvivor", "overlay_female_worn_xl_gloves_wsurvivor" ], "fg": 4087 }, - { "id": [ "overlay_male_worn_gloves_wsurvivor", "overlay_male_worn_xl_gloves_wsurvivor" ], "fg": 4088 }, - { "id": [ "overlay_female_worn_hood_wsurvivor", "overlay_female_worn_xl_hood_wsurvivor" ], "fg": 4089 }, - { "id": [ "overlay_male_worn_hood_wsurvivor", "overlay_male_worn_xl_hood_wsurvivor" ], "fg": 4090 }, - { "id": [ "overlay_female_worn_wsurvivor_suit", "overlay_female_worn_xl_wsurvivor_suit" ], "fg": 4091 }, - { "id": [ "overlay_male_worn_wsurvivor_suit", "overlay_male_worn_xl_wsurvivor_suit" ], "fg": 4092 }, - { "id": "overlay_female_worn_bikini_bottom", "fg": 4093 }, - { "id": "overlay_male_worn_bikini_bottom", "fg": 4094 }, - { "id": "overlay_female_worn_bikini_top", "fg": 4095 }, - { "id": "overlay_male_worn_bikini_top", "fg": 4096 }, - { "id": "overlay_female_worn_bikini_top_fur", "fg": 4097 }, - { "id": "overlay_male_worn_bikini_top_fur", "fg": 4098 }, - { "id": "overlay_female_worn_bikini_top_leather", "fg": 4099 }, - { "id": "overlay_male_worn_bikini_top_leather", "fg": 4100 }, - { "id": "overlay_female_worn_winter_pants_army", "fg": 4101 }, - { "id": "overlay_male_worn_winter_pants_army", "fg": 4102 }, - { "id": "overlay_female_worn_bunker_pants", "fg": 4103 }, - { "id": "overlay_male_worn_bunker_pants", "fg": 4104 }, - { "id": "overlay_female_worn_striped_pants", "fg": 4127 }, - { "id": "overlay_male_worn_striped_pants", "fg": 4128 }, - { "id": "overlay_female_worn_technician_pants_gray", "fg": 4129 }, - { "id": "overlay_male_worn_technician_pants_gray", "fg": 4130 }, - { "id": "overlay_female_worn_jeans", "fg": 4105 }, - { "id": "overlay_male_worn_jeans", "fg": 4106 }, - { "id": "overlay_female_worn_jeans_red", "fg": 4107 }, - { "id": "overlay_male_worn_jeans_red", "fg": 4108 }, - { "id": "overlay_female_worn_motorbike_pants", "fg": 4109 }, - { "id": "overlay_male_worn_motorbike_pants", "fg": 4110 }, - { "id": "overlay_female_worn_pants_army", "fg": 4111 }, - { "id": "overlay_male_worn_pants_army", "fg": 4112 }, - { "id": "overlay_female_worn_pants_cargo", "fg": 4113 }, - { "id": "overlay_male_worn_pants_cargo", "fg": 4114 }, - { "id": "overlay_female_worn_pants_checkered", "fg": 4115 }, - { "id": "overlay_male_worn_pants_checkered", "fg": 4116 }, - { "id": "overlay_female_worn_pants_faux_fur", "fg": 4118 }, - { "id": "overlay_male_worn_pants_faux_fur", "fg": 4119 }, - { "id": "overlay_female_worn_pants_fur", "fg": 4120 }, - { "id": "overlay_male_worn_pants_fur", "fg": 4121 }, - { "id": "overlay_female_worn_pants_leather", "fg": 4122 }, - { "id": "overlay_male_worn_pants_leather", "fg": 4123 }, - { "id": "overlay_female_worn_pants", "fg": 4117 }, - { "id": "overlay_male_worn_pants", "fg": 4124 }, - { "id": "overlay_female_worn_pants_ski", "fg": 4125 }, - { "id": "overlay_male_worn_pants_ski", "fg": 4126 }, - { "id": "overlay_female_worn_bra", "fg": 4135 }, - { "id": "overlay_male_worn_bra", "fg": 4136 }, - { "id": "overlay_female_worn_corset", "fg": 4137 }, - { "id": "overlay_male_worn_corset", "fg": 4138 }, - { "id": "overlay_male_worn_undershirt", "fg": 4152 }, - { "id": "overlay_female_worn_undershirt", "fg": 4151 }, - { "id": "overlay_female_worn_socks", "fg": 4145 }, - { "id": "overlay_male_worn_socks", "fg": 4146 }, - { "id": "overlay_female_worn_stockings", "fg": 4149 }, - { "id": "overlay_male_worn_stockings", "fg": 4150 }, - { "id": "overlay_worn_socks_wool", "fg": 4155 }, - { "id": "overlay_female_worn_sports_bra", "fg": 4147 }, - { "id": "overlay_male_worn_sports_bra", "fg": 4148 }, - { "id": "overlay_female_worn_boxer_briefs", "fg": 4131 }, - { "id": "overlay_male_worn_boxer_briefs", "fg": 4132 }, - { "id": "overlay_female_worn_boxer_shorts", "fg": 4133 }, - { "id": "overlay_male_worn_boxer_shorts", "fg": 4134 }, - { "id": "overlay_female_worn_long_underpants", "fg": 4139 }, - { "id": "overlay_male_worn_long_underpants", "fg": 4140 }, - { "id": "overlay_female_worn_long_undertop", "fg": 4141 }, - { "id": "overlay_male_worn_long_undertop", "fg": 4142 }, - { "id": "overlay_female_worn_panties", "fg": 4143 }, - { "id": "overlay_male_worn_panties", "fg": 4144 }, - { "id": "overlay_female_worn_union_suit", "fg": 4153 }, - { "id": "overlay_male_worn_union_suit", "fg": 4154 }, - { "id": "overlay_male_worn_blanket", "fg": 4157 }, - { "id": "overlay_female_worn_blanket", "fg": 4156 }, - { "id": "overlay_male_worn_down_blanket", "fg": 4159 }, - { "id": "overlay_female_worn_down_blanket", "fg": 4158 }, - { "id": "overlay_female_worn_electric_blanket", "fg": 4160 }, - { "id": "overlay_male_worn_electric_blanket", "fg": 4161 }, - { "id": "overlay_female_worn_towel", "fg": 4162 }, - { "id": "overlay_male_worn_towel", "fg": 4163 }, - { "id": "overlay_female_worn_towel_wet", "fg": 4162 }, - { "id": "overlay_male_worn_towel_wet", "fg": 4163 }, - { "id": "overlay_female_worn_towel_soiled", "fg": 4162 }, - { "id": "overlay_male_worn_towel_soiled", "fg": 4163 }, - { "id": "t_atm", "fg": 4171, "bg": 4166 }, - { "id": "t_column", "fg": 4172, "bg": 4166 }, - { "id": "t_gutter_downspout", "fg": 4173, "bg": 4169 }, - { "id": "t_gutter_downspout_season_autumn", "fg": 4173, "bg": 4167 }, - { "id": "t_gutter_downspout_season_summer", "fg": 4173, "bg": 4168 }, - { "id": "t_gutter_downspout_season_winter", "fg": 4173, "bg": 4165 }, - { "id": "t_ladder_up", "fg": 4174 }, - { "id": "t_little_column", "fg": 4175, "bg": 4166 }, - { "id": "t_stairs_up", "fg": 4176 }, - { "id": "t_wood_stairs_up", "fg": 4177 }, - { "id": "t_utility_light", "fg": 4178 }, + "fg": 4028 + }, + { "id": "overlay_worn_boots_h20survivor", "fg": 4037 }, + { "id": "overlay_female_worn_gloves_h20survivor", "fg": 4038 }, + { "id": "overlay_male_worn_gloves_h20survivor", "fg": 4039 }, + { "id": "overlay_female_worn_hood_h20survivor", "fg": 4040 }, + { "id": "overlay_male_worn_hood_h20survivor", "fg": 4041 }, + { "id": "overlay_female_worn_h20survivor_suit", "fg": 4042 }, + { "id": "overlay_male_worn_h20survivor_suit", "fg": 4043 }, + { "id": [ "overlay_worn_boots_lsurvivor", "overlay_worn_xl_boots_lsurvivor" ], "fg": 4056 }, + { "id": [ "overlay_female_worn_gloves_lsurvivor", "overlay_female_worn_xl_gloves_lsurvivor" ], "fg": 4061 }, + { "id": [ "overlay_male_worn_gloves_lsurvivor", "overlay_male_worn_xl_gloves_lsurvivor" ], "fg": 4062 }, + { "id": [ "overlay_female_worn_hood_lsurvivor", "overlay_female_worn_xl_hood_lsurvivor" ], "fg": 4063 }, + { "id": [ "overlay_male_worn_hood_lsurvivor", "overlay_male_worn_xl_hood_lsurvivor" ], "fg": 4064 }, + { "id": [ "overlay_female_worn_lsurvivor_suit", "overlay_female_worn_xl_lsurvivor_suit" ], "fg": 4065 }, + { "id": [ "overlay_male_worn_lsurvivor_suit", "overlay_male_worn_xl_lsurvivor_suit" ], "fg": 4066 }, + { "id": [ "overlay_female_worn_lsurvivor_armor", "overlay_female_worn_xl_lsurvivor_armor" ], "fg": 4057 }, + { "id": [ "overlay_male_worn_lsurvivor_armor", "overlay_male_worn_xl_lsurvivor_armor" ], "fg": 4058 }, + { "id": [ "overlay_female_worn_lsurvivor_pants", "overlay_female_worn_xl_lsurvivor_pants" ], "fg": 4059 }, + { "id": [ "overlay_male_worn_lsurvivor_pants", "overlay_male_worn_xl_lsurvivor_pants" ], "fg": 4060 }, + { "id": "overlay_female_worn_mask_hsurvivor", "fg": 4067 }, + { "id": "overlay_male_worn_mask_hsurvivor", "fg": 4068 }, + { "id": "overlay_female_worn_mask_lsurvivor", "fg": 4069 }, + { "id": "overlay_male_worn_mask_lsurvivor", "fg": 4070 }, + { "id": "overlay_female_worn_mask_fsurvivor", "fg": 4071 }, + { "id": "overlay_male_worn_mask_fsurvivor", "fg": 4072 }, + { "id": "overlay_female_worn_mask_fsurvivorxl", "fg": 4071 }, + { "id": "overlay_male_worn_mask_fsurvivorxl", "fg": 4072 }, + { "id": "overlay_female_worn_mask_survivor", "fg": 4073 }, + { "id": "overlay_male_worn_mask_survivor", "fg": 4074 }, + { "id": "overlay_female_worn_mask_survivorxl", "fg": 4073 }, + { "id": "overlay_male_worn_mask_survivorxl", "fg": 4074 }, + { "id": "overlay_female_worn_mask_wsurvivor", "fg": 4075 }, + { "id": "overlay_male_worn_mask_wsurvivor", "fg": 4076 }, + { "id": "overlay_female_worn_mask_wsurvivorxl", "fg": 4075 }, + { "id": "overlay_male_worn_mask_wsurvivorxl", "fg": 4076 }, + { "id": [ "overlay_worn_boots_wsurvivor", "overlay_worn_xl_boots_wsurvivor" ], "fg": 4089 }, + { "id": [ "overlay_female_worn_gloves_wsurvivor", "overlay_female_worn_xl_gloves_wsurvivor" ], "fg": 4090 }, + { "id": [ "overlay_male_worn_gloves_wsurvivor", "overlay_male_worn_xl_gloves_wsurvivor" ], "fg": 4091 }, + { "id": [ "overlay_female_worn_hood_wsurvivor", "overlay_female_worn_xl_hood_wsurvivor" ], "fg": 4092 }, + { "id": [ "overlay_male_worn_hood_wsurvivor", "overlay_male_worn_xl_hood_wsurvivor" ], "fg": 4093 }, + { "id": [ "overlay_female_worn_wsurvivor_suit", "overlay_female_worn_xl_wsurvivor_suit" ], "fg": 4094 }, + { "id": [ "overlay_male_worn_wsurvivor_suit", "overlay_male_worn_xl_wsurvivor_suit" ], "fg": 4095 }, + { "id": "overlay_female_worn_bikini_bottom", "fg": 4096 }, + { "id": "overlay_male_worn_bikini_bottom", "fg": 4097 }, + { "id": "overlay_female_worn_bikini_top", "fg": 4098 }, + { "id": "overlay_male_worn_bikini_top", "fg": 4099 }, + { "id": "overlay_female_worn_bikini_top_fur", "fg": 4100 }, + { "id": "overlay_male_worn_bikini_top_fur", "fg": 4101 }, + { "id": "overlay_female_worn_bikini_top_leather", "fg": 4102 }, + { "id": "overlay_male_worn_bikini_top_leather", "fg": 4103 }, + { "id": "overlay_female_worn_winter_pants_army", "fg": 4104 }, + { "id": "overlay_male_worn_winter_pants_army", "fg": 4105 }, + { "id": "overlay_female_worn_bunker_pants", "fg": 4106 }, + { "id": "overlay_male_worn_bunker_pants", "fg": 4107 }, + { "id": "overlay_female_worn_striped_pants", "fg": 4130 }, + { "id": "overlay_male_worn_striped_pants", "fg": 4131 }, + { "id": "overlay_female_worn_technician_pants_gray", "fg": 4132 }, + { "id": "overlay_male_worn_technician_pants_gray", "fg": 4133 }, + { "id": "overlay_female_worn_jeans", "fg": 4108 }, + { "id": "overlay_male_worn_jeans", "fg": 4109 }, + { "id": "overlay_female_worn_jeans_red", "fg": 4110 }, + { "id": "overlay_male_worn_jeans_red", "fg": 4111 }, + { "id": "overlay_female_worn_motorbike_pants", "fg": 4112 }, + { "id": "overlay_male_worn_motorbike_pants", "fg": 4113 }, + { "id": "overlay_female_worn_pants_army", "fg": 4114 }, + { "id": "overlay_male_worn_pants_army", "fg": 4115 }, + { "id": "overlay_female_worn_pants_cargo", "fg": 4116 }, + { "id": "overlay_male_worn_pants_cargo", "fg": 4117 }, + { "id": "overlay_female_worn_pants_checkered", "fg": 4118 }, + { "id": "overlay_male_worn_pants_checkered", "fg": 4119 }, + { "id": "overlay_female_worn_pants_faux_fur", "fg": 4121 }, + { "id": "overlay_male_worn_pants_faux_fur", "fg": 4122 }, + { "id": "overlay_female_worn_pants_fur", "fg": 4123 }, + { "id": "overlay_male_worn_pants_fur", "fg": 4124 }, + { "id": "overlay_female_worn_pants_leather", "fg": 4125 }, + { "id": "overlay_male_worn_pants_leather", "fg": 4126 }, + { "id": "overlay_female_worn_pants", "fg": 4120 }, + { "id": "overlay_male_worn_pants", "fg": 4127 }, + { "id": "overlay_female_worn_pants_ski", "fg": 4128 }, + { "id": "overlay_male_worn_pants_ski", "fg": 4129 }, + { "id": "overlay_female_worn_bra", "fg": 4138 }, + { "id": "overlay_male_worn_bra", "fg": 4139 }, + { "id": "overlay_female_worn_corset", "fg": 4140 }, + { "id": "overlay_male_worn_corset", "fg": 4141 }, + { "id": "overlay_male_worn_undershirt", "fg": 4155 }, + { "id": "overlay_female_worn_undershirt", "fg": 4154 }, + { "id": "overlay_female_worn_socks", "fg": 4148 }, + { "id": "overlay_male_worn_socks", "fg": 4149 }, + { "id": "overlay_female_worn_stockings", "fg": 4152 }, + { "id": "overlay_male_worn_stockings", "fg": 4153 }, + { "id": "overlay_worn_socks_wool", "fg": 4158 }, + { "id": "overlay_female_worn_sports_bra", "fg": 4150 }, + { "id": "overlay_male_worn_sports_bra", "fg": 4151 }, + { "id": "overlay_female_worn_boxer_briefs", "fg": 4134 }, + { "id": "overlay_male_worn_boxer_briefs", "fg": 4135 }, + { "id": "overlay_female_worn_boxer_shorts", "fg": 4136 }, + { "id": "overlay_male_worn_boxer_shorts", "fg": 4137 }, + { "id": "overlay_female_worn_long_underpants", "fg": 4142 }, + { "id": "overlay_male_worn_long_underpants", "fg": 4143 }, + { "id": "overlay_female_worn_long_undertop", "fg": 4144 }, + { "id": "overlay_male_worn_long_undertop", "fg": 4145 }, + { "id": "overlay_female_worn_panties", "fg": 4146 }, + { "id": "overlay_male_worn_panties", "fg": 4147 }, + { "id": "overlay_female_worn_union_suit", "fg": 4156 }, + { "id": "overlay_male_worn_union_suit", "fg": 4157 }, + { "id": "overlay_male_worn_blanket", "fg": 4160 }, + { "id": "overlay_female_worn_blanket", "fg": 4159 }, + { "id": "overlay_male_worn_down_blanket", "fg": 4162 }, + { "id": "overlay_female_worn_down_blanket", "fg": 4161 }, + { "id": "overlay_female_worn_electric_blanket", "fg": 4163 }, + { "id": "overlay_male_worn_electric_blanket", "fg": 4164 }, + { "id": "overlay_female_worn_towel", "fg": 4165 }, + { "id": "overlay_male_worn_towel", "fg": 4166 }, + { "id": "overlay_female_worn_towel_wet", "fg": 4165 }, + { "id": "overlay_male_worn_towel_wet", "fg": 4166 }, + { "id": "overlay_female_worn_towel_soiled", "fg": 4165 }, + { "id": "overlay_male_worn_towel_soiled", "fg": 4166 }, + { "id": "t_atm", "fg": 4174, "bg": 4169 }, + { "id": "t_column", "fg": 4175, "bg": 4169 }, + { "id": "t_gutter_downspout", "fg": 4176, "bg": 4172 }, + { "id": "t_gutter_downspout_season_autumn", "fg": 4176, "bg": 4170 }, + { "id": "t_gutter_downspout_season_summer", "fg": 4176, "bg": 4171 }, + { "id": "t_gutter_downspout_season_winter", "fg": 4176, "bg": 4168 }, + { "id": "t_ladder_up", "fg": 4177 }, + { "id": "t_little_column", "fg": 4178, "bg": 4169 }, + { "id": "t_stairs_up", "fg": 4179 }, + { "id": "t_wood_stairs_up", "fg": 4180 }, + { "id": "t_utility_light", "fg": 4181 }, { "id": "vp_frame_handle", - "fg": [ 4183, 4185, 4184, 4182 ], - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4183, 4185, 4184, 4182 ] } ] - }, - { "id": "vp_saddle_scooter", "fg": [ 4187, 4189, 4188, 4186 ], "rotates": true }, - { "id": "f_dishwasher", "fg": 2720 }, - { "id": "f_wardrobe", "fg": 2721 }, - { "id": "f_treadmill", "fg": 2725 }, - { "id": "mon_gracke", "fg": 2853 }, - { "id": "corpse_mon_zombie_brainless", "fg": 2878 }, - { "id": "overlay_female_mutation_ARM_TENTACLES", "fg": 3061 }, - { "id": "overlay_male_mutation_ARM_TENTACLES", "fg": 3062 }, - { "id": "overlay_female_mutation_ARM_TENTACLES_4", "fg": 3063 }, - { "id": "overlay_male_mutation_ARM_TENTACLES_4", "fg": 3064 }, - { "id": "overlay_female_mutation_ARM_TENTACLES_8", "fg": 3065 }, - { "id": "overlay_male_mutation_ARM_TENTACLES_8", "fg": 3066 }, - { "id": "overlay_female_mutation_CANINE_EARS", "fg": 3075 }, - { "id": "overlay_male_mutation_CANINE_EARS", "fg": 3076 }, - { "id": "overlay_female_mutation_FELINE_EARS", "fg": 3079 }, - { "id": "overlay_male_mutation_FELINE_EARS", "fg": 3080 }, - { "id": "overlay_female_mutation_HOOVES", "fg": 3081 }, - { "id": "overlay_male_mutation_HOOVES", "fg": 3082 }, - { "id": "overlay_female_mutation_HORNS", "fg": 3083 }, - { "id": "overlay_male_mutation_HORNS", "fg": 3084 }, - { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 3087 }, - { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 3088 }, - { "id": "overlay_female_mutation_MINOTAUR", "fg": 3091 }, - { "id": "overlay_male_mutation_MINOTAUR", "fg": 3092 }, - { "id": "overlay_female_mutation_MOUTH_TENTACLES", "fg": 3093 }, - { "id": "overlay_male_mutation_MOUTH_TENTACLES", "fg": 3094 }, - { "id": "overlay_female_mutation_SHELL", "fg": 3097 }, - { "id": "overlay_male_mutation_SHELL", "fg": 3098 }, - { "id": "overlay_female_mutation_TAIL_CATTLE", "fg": 3099 }, - { "id": "overlay_male_mutation_TAIL_CATTLE", "fg": 3100 }, - { "id": "overlay_female_mutation_TAIL_LONG", "fg": 3101 }, - { "id": "overlay_male_mutation_TAIL_LONG", "fg": 3102 }, - { "id": "overlay_female_mutation_FUR", "fg": 3118 }, - { "id": "overlay_male_mutation_FUR", "fg": 3120 }, - { "id": "overlay_wielded_mossberg_500", "fg": 3177 }, - { "id": "overlay_wielded_mossberg_500_security", "fg": 3178 }, - { "id": "overlay_wielded_mossberg_590", "fg": 3179 }, - { "id": "overlay_wielded_mossberg_930", "fg": 3180 }, - { "id": "overlay_wielded_remington_1100", "fg": 3181 }, - { "id": "overlay_wielded_remington_870", "fg": 3182 }, - { "id": "overlay_wielded_remington_870_breacher", "fg": 3183 }, - { "id": "overlay_wielded_remington_870_express", "fg": 3184 }, - { "id": "overlay_female_wielded_clay_teapot", "fg": 3185 }, - { "id": "overlay_male_wielded_clay_teapot", "fg": 3186 }, - { "id": "overlay_wielded_clay_pot", "fg": 3187 }, - { "id": "overlay_wielded_laptop", "fg": 3188 }, - { "id": "overlay_wielded_makeshift_hammer", "fg": 3189 }, - { "id": "overlay_wielded_mattress", "fg": 3190 }, - { "id": "overlay_wielded_pot_makeshift", "fg": 3191 }, - { "id": "overlay_wielded_pot_makeshift_copper", "fg": 3192 }, - { "id": "overlay_wielded_brazier", "fg": 3225 }, - { "id": "overlay_female_wielded_radio_car", "fg": 3231 }, - { "id": "overlay_female_wielded_radio_car_box", "fg": 3232 }, - { "id": "overlay_female_wielded_radio_car_on", "fg": 3233 }, - { "id": "overlay_female_wielded_radio_car_wheel", "fg": 3234 }, - { "id": "overlay_female_wielded_radiocontrol", "fg": 3235 }, - { "id": "overlay_female_wielded_rc_car_box", "fg": 3236 }, - { "id": "overlay_male_wielded_radio_car", "fg": 3237 }, - { "id": "overlay_male_wielded_radio_car_box", "fg": 3238 }, - { "id": "overlay_male_wielded_radio_car_on", "fg": 3239 }, - { "id": "overlay_male_wielded_radio_car_wheel", "fg": 3240 }, - { "id": "overlay_male_wielded_radiocontrol", "fg": 3241 }, - { "id": "overlay_male_wielded_rc_car_box", "fg": 3242 }, - { "id": "overlay_wielded_eyedrops", "fg": 3329 }, - { "id": "overlay_female_wielded_baseball", "fg": 3339 }, - { "id": "overlay_female_wielded_basketball", "fg": 3340 }, - { "id": "overlay_female_wielded_beach_volleyball", "fg": 3341 }, - { "id": "overlay_female_wielded_cigar", "fg": 3342 }, - { "id": "overlay_female_wielded_cigar_lit", "fg": 3343 }, - { "id": "overlay_female_wielded_mre_beef_box", "fg": 3344 }, - { "id": "overlay_female_wielded_puck", "fg": 3345 }, - { "id": "overlay_male_wielded_baseball", "fg": 3346 }, - { "id": "overlay_male_wielded_basketball", "fg": 3347 }, - { "id": "overlay_male_wielded_beach_volleyball", "fg": 3348 }, - { "id": "overlay_male_wielded_cigar", "fg": 3349 }, - { "id": "overlay_male_wielded_cigar_lit", "fg": 3350 }, - { "id": "overlay_male_wielded_mre_beef_box", "fg": 3351 }, - { "id": "overlay_male_wielded_puck", "fg": 3352 }, - { "id": "overlay_wielded_PR24-extended", "fg": 3353 }, - { "id": "overlay_wielded_PR24-retracted", "fg": 3354 }, - { "id": "overlay_wielded_baton-extended", "fg": 3355 }, - { "id": "overlay_wielded_baton", "fg": 3356 }, - { "id": "overlay_wielded_battery_car", "fg": 3357 }, - { "id": "overlay_wielded_bowling_ball", "fg": 3358 }, - { "id": "overlay_wielded_cell_phone", "fg": 3359 }, - { "id": "overlay_wielded_cell_phone_flashlight", "fg": 3360 }, - { "id": "overlay_wielded_codeine", "fg": 3361 }, - { "id": "overlay_wielded_flask_hip", "fg": 3362 }, - { "id": "overlay_wielded_football", "fg": 3363 }, - { "id": "overlay_wielded_golf_ball", "fg": 3364 }, - { "id": "overlay_wielded_grenade", "fg": 3365 }, - { "id": "overlay_wielded_grenade_act", "fg": 3366 }, - { "id": "overlay_wielded_grenade_emp", "fg": 3367 }, - { "id": "overlay_wielded_grenade_emp_act", "fg": 3368 }, - { "id": "overlay_wielded_grenade_inc", "fg": 3369 }, - { "id": "overlay_wielded_grenade_inc_act", "fg": 3370 }, - { "id": "overlay_wielded_indoor_volleyball", "fg": 3371 }, - { "id": "overlay_wielded_misc_repairkit", "fg": 3372 }, - { "id": "overlay_wielded_portable_game", "fg": 3373 }, - { "id": "overlay_wielded_smokebomb", "fg": 3374 }, - { "id": "overlay_wielded_smokebomb_act", "fg": 3375 }, - { "id": "overlay_wielded_two_way_radio", "fg": 3377 }, - { "id": "overlay_female_worn_aep_suit", "fg": 3584 }, - { "id": "overlay_male_worn_aep_suit", "fg": 3585 }, - { "id": "overlay_female_worn_pot_helmet", "fg": 3600 }, - { "id": "overlay_male_worn_pot_helmet", "fg": 3601 }, - { "id": "overlay_female_worn_duffelbag", "fg": 3622 }, - { "id": "overlay_female_worn_runner_bag", "fg": 3625 }, - { "id": "overlay_male_worn_duffelbag", "fg": 3626 }, - { "id": "overlay_male_worn_runner_bag", "fg": 3629 }, - { "id": "overlay_female_worn_grenadebandolier", "fg": 3649 }, - { "id": "overlay_female_worn_mbag", "fg": 3650 }, - { "id": "overlay_female_worn_slingpack", "fg": 3651 }, - { "id": "overlay_male_worn_grenadebandolier", "fg": 3652 }, - { "id": "overlay_male_worn_mbag", "fg": 3653 }, - { "id": "overlay_male_worn_slingpack", "fg": 3654 }, - { "id": "overlay_female_worn_scuba_tank", "fg": 3710 }, - { "id": "overlay_female_worn_scuba_tank_on", "fg": 3711 }, - { "id": "overlay_female_worn_small_scuba_tank", "fg": 3712 }, - { "id": "overlay_female_worn_small_scuba_tank_on", "fg": 3713 }, - { "id": "overlay_female_worn_wetsuit", "fg": 3714 }, - { "id": "overlay_female_worn_wetsuit_gloves", "fg": 3715 }, - { "id": "overlay_female_worn_wetsuit_hood", "fg": 3716 }, - { "id": "overlay_female_worn_wetsuit_spring", "fg": 3717 }, - { "id": "overlay_male_worn_scuba_tank", "fg": 3718 }, - { "id": "overlay_male_worn_scuba_tank_on", "fg": 3719 }, - { "id": "overlay_male_worn_small_scuba_tank", "fg": 3720 }, - { "id": "overlay_male_worn_small_scuba_tank_on", "fg": 3721 }, - { "id": "overlay_male_worn_wetsuit", "fg": 3722 }, - { "id": "overlay_male_worn_wetsuit_gloves", "fg": 3723 }, - { "id": "overlay_male_worn_wetsuit_hood", "fg": 3724 }, - { "id": "overlay_male_worn_wetsuit_spring", "fg": 3725 }, - { "id": "overlay_worn_swim_fins", "fg": 3726 }, - { "id": "overlay_worn_wetsuit_booties", "fg": 3727 }, - { "id": "overlay_female_worn_fitover_sunglasses", "fg": 3755 }, - { "id": "overlay_male_worn_fitover_sunglasses", "fg": 3756 }, - { "id": "overlay_female_worn_antarvasa", "fg": 3884 }, - { "id": "overlay_female_worn_kasaya", "fg": 3885 }, - { "id": "overlay_female_worn_samghati", "fg": 3886 }, - { "id": "overlay_female_worn_uttarasanga", "fg": 3887 }, - { "id": "overlay_male_worn_antarvasa", "fg": 3888 }, - { "id": "overlay_male_worn_kasaya", "fg": 3889 }, - { "id": "overlay_male_worn_samghati", "fg": 3890 }, - { "id": "overlay_male_worn_uttarasanga", "fg": 3891 }, - { "id": "overlay_female_worn_tourniquet_lower", "fg": 3936 }, - { "id": "overlay_female_worn_tourniquet_upper", "fg": 3937 }, - { "id": "overlay_female_worn_wristwatch", "fg": 3938 }, - { "id": "overlay_male_worn_tourniquet_lower", "fg": 3939 }, - { "id": "overlay_male_worn_tourniquet_upper", "fg": 3940 }, - { "id": "overlay_male_worn_wristwatch", "fg": 3941 }, - { "id": "overlay_worn_purse", "fg": 3942 }, - { "id": "overlay_female_worn_survivor_goggles", "fg": 4014 }, - { "id": "overlay_male_worn_survivor_goggles", "fg": 4015 }, - { "id": "overlay_female_worn_survivor_duffel_bag", "fg": 4074 }, - { "id": "overlay_female_worn_survivor_pack", "fg": 4075 }, - { "id": "overlay_female_worn_survivor_rucksack", "fg": 4076 }, - { "id": "overlay_female_worn_survivor_runner_pack", "fg": 4077 }, - { "id": "overlay_male_worn_survivor_duffel_bag", "fg": 4078 }, - { "id": "overlay_male_worn_survivor_pack", "fg": 4079 }, - { "id": "overlay_male_worn_survivor_rucksack", "fg": 4080 }, - { "id": "overlay_male_worn_survivor_runner_pack", "fg": 4081 }, - { "id": "t_window_stained_blue", "fg": 4179 }, - { "id": "t_window_stained_green", "fg": 4180 }, - { "id": "t_window_stained_red", "fg": 4181 } + "fg": [ 4186, 4188, 4187, 4185 ], + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4186, 4188, 4187, 4185 ] } ] + }, + { "id": "vp_saddle_scooter", "fg": [ 4190, 4192, 4191, 4189 ], "rotates": true }, + { "id": "f_dishwasher", "fg": 2723 }, + { "id": "f_wardrobe", "fg": 2724 }, + { "id": "f_treadmill", "fg": 2728 }, + { "id": "mon_gracke", "fg": 2856 }, + { "id": "corpse_mon_zombie_brainless", "fg": 2881 }, + { "id": "overlay_female_mutation_ARM_TENTACLES", "fg": 3064 }, + { "id": "overlay_male_mutation_ARM_TENTACLES", "fg": 3065 }, + { "id": "overlay_female_mutation_ARM_TENTACLES_4", "fg": 3066 }, + { "id": "overlay_male_mutation_ARM_TENTACLES_4", "fg": 3067 }, + { "id": "overlay_female_mutation_ARM_TENTACLES_8", "fg": 3068 }, + { "id": "overlay_male_mutation_ARM_TENTACLES_8", "fg": 3069 }, + { "id": "overlay_female_mutation_CANINE_EARS", "fg": 3078 }, + { "id": "overlay_male_mutation_CANINE_EARS", "fg": 3079 }, + { "id": "overlay_female_mutation_FELINE_EARS", "fg": 3082 }, + { "id": "overlay_male_mutation_FELINE_EARS", "fg": 3083 }, + { "id": "overlay_female_mutation_HOOVES", "fg": 3084 }, + { "id": "overlay_male_mutation_HOOVES", "fg": 3085 }, + { "id": "overlay_female_mutation_HORNS", "fg": 3086 }, + { "id": "overlay_male_mutation_HORNS", "fg": 3087 }, + { "id": "overlay_female_mutation_LEG_TENTACLES", "fg": 3090 }, + { "id": "overlay_male_mutation_LEG_TENTACLES", "fg": 3091 }, + { "id": "overlay_female_mutation_MINOTAUR", "fg": 3094 }, + { "id": "overlay_male_mutation_MINOTAUR", "fg": 3095 }, + { "id": "overlay_female_mutation_MOUTH_TENTACLES", "fg": 3096 }, + { "id": "overlay_male_mutation_MOUTH_TENTACLES", "fg": 3097 }, + { "id": "overlay_female_mutation_SHELL", "fg": 3100 }, + { "id": "overlay_male_mutation_SHELL", "fg": 3101 }, + { "id": "overlay_female_mutation_TAIL_CATTLE", "fg": 3102 }, + { "id": "overlay_male_mutation_TAIL_CATTLE", "fg": 3103 }, + { "id": "overlay_female_mutation_TAIL_LONG", "fg": 3104 }, + { "id": "overlay_male_mutation_TAIL_LONG", "fg": 3105 }, + { "id": "overlay_female_mutation_FUR", "fg": 3121 }, + { "id": "overlay_male_mutation_FUR", "fg": 3123 }, + { "id": "overlay_wielded_mossberg_500", "fg": 3180 }, + { "id": "overlay_wielded_mossberg_500_security", "fg": 3181 }, + { "id": "overlay_wielded_mossberg_590", "fg": 3182 }, + { "id": "overlay_wielded_mossberg_930", "fg": 3183 }, + { "id": "overlay_wielded_remington_1100", "fg": 3184 }, + { "id": "overlay_wielded_remington_870", "fg": 3185 }, + { "id": "overlay_wielded_remington_870_breacher", "fg": 3186 }, + { "id": "overlay_wielded_remington_870_express", "fg": 3187 }, + { "id": "overlay_female_wielded_clay_teapot", "fg": 3188 }, + { "id": "overlay_male_wielded_clay_teapot", "fg": 3189 }, + { "id": "overlay_wielded_clay_pot", "fg": 3190 }, + { "id": "overlay_wielded_laptop", "fg": 3191 }, + { "id": "overlay_wielded_makeshift_hammer", "fg": 3192 }, + { "id": "overlay_wielded_mattress", "fg": 3193 }, + { "id": "overlay_wielded_pot_makeshift", "fg": 3194 }, + { "id": "overlay_wielded_pot_makeshift_copper", "fg": 3195 }, + { "id": "overlay_wielded_brazier", "fg": 3228 }, + { "id": "overlay_female_wielded_radio_car", "fg": 3234 }, + { "id": "overlay_female_wielded_radio_car_box", "fg": 3235 }, + { "id": "overlay_female_wielded_radio_car_on", "fg": 3236 }, + { "id": "overlay_female_wielded_radio_car_wheel", "fg": 3237 }, + { "id": "overlay_female_wielded_radiocontrol", "fg": 3238 }, + { "id": "overlay_female_wielded_rc_car_box", "fg": 3239 }, + { "id": "overlay_male_wielded_radio_car", "fg": 3240 }, + { "id": "overlay_male_wielded_radio_car_box", "fg": 3241 }, + { "id": "overlay_male_wielded_radio_car_on", "fg": 3242 }, + { "id": "overlay_male_wielded_radio_car_wheel", "fg": 3243 }, + { "id": "overlay_male_wielded_radiocontrol", "fg": 3244 }, + { "id": "overlay_male_wielded_rc_car_box", "fg": 3245 }, + { "id": "overlay_wielded_eyedrops", "fg": 3332 }, + { "id": "overlay_female_wielded_baseball", "fg": 3342 }, + { "id": "overlay_female_wielded_basketball", "fg": 3343 }, + { "id": "overlay_female_wielded_beach_volleyball", "fg": 3344 }, + { "id": "overlay_female_wielded_cigar", "fg": 3345 }, + { "id": "overlay_female_wielded_cigar_lit", "fg": 3346 }, + { "id": "overlay_female_wielded_mre_beef_box", "fg": 3347 }, + { "id": "overlay_female_wielded_puck", "fg": 3348 }, + { "id": "overlay_male_wielded_baseball", "fg": 3349 }, + { "id": "overlay_male_wielded_basketball", "fg": 3350 }, + { "id": "overlay_male_wielded_beach_volleyball", "fg": 3351 }, + { "id": "overlay_male_wielded_cigar", "fg": 3352 }, + { "id": "overlay_male_wielded_cigar_lit", "fg": 3353 }, + { "id": "overlay_male_wielded_mre_beef_box", "fg": 3354 }, + { "id": "overlay_male_wielded_puck", "fg": 3355 }, + { "id": "overlay_wielded_PR24-extended", "fg": 3356 }, + { "id": "overlay_wielded_PR24-retracted", "fg": 3357 }, + { "id": "overlay_wielded_baton-extended", "fg": 3358 }, + { "id": "overlay_wielded_baton", "fg": 3359 }, + { "id": "overlay_wielded_battery_car", "fg": 3360 }, + { "id": "overlay_wielded_bowling_ball", "fg": 3361 }, + { "id": "overlay_wielded_cell_phone", "fg": 3362 }, + { "id": "overlay_wielded_cell_phone_flashlight", "fg": 3363 }, + { "id": "overlay_wielded_codeine", "fg": 3364 }, + { "id": "overlay_wielded_flask_hip", "fg": 3365 }, + { "id": "overlay_wielded_football", "fg": 3366 }, + { "id": "overlay_wielded_golf_ball", "fg": 3367 }, + { "id": "overlay_wielded_grenade", "fg": 3368 }, + { "id": "overlay_wielded_grenade_act", "fg": 3369 }, + { "id": "overlay_wielded_grenade_emp", "fg": 3370 }, + { "id": "overlay_wielded_grenade_emp_act", "fg": 3371 }, + { "id": "overlay_wielded_grenade_inc", "fg": 3372 }, + { "id": "overlay_wielded_grenade_inc_act", "fg": 3373 }, + { "id": "overlay_wielded_indoor_volleyball", "fg": 3374 }, + { "id": "overlay_wielded_misc_repairkit", "fg": 3375 }, + { "id": "overlay_wielded_portable_game", "fg": 3376 }, + { "id": "overlay_wielded_smokebomb", "fg": 3377 }, + { "id": "overlay_wielded_smokebomb_act", "fg": 3378 }, + { "id": "overlay_wielded_two_way_radio", "fg": 3380 }, + { "id": "overlay_female_worn_aep_suit", "fg": 3587 }, + { "id": "overlay_male_worn_aep_suit", "fg": 3588 }, + { "id": "overlay_female_worn_pot_helmet", "fg": 3603 }, + { "id": "overlay_male_worn_pot_helmet", "fg": 3604 }, + { "id": "overlay_female_worn_duffelbag", "fg": 3625 }, + { "id": "overlay_female_worn_runner_bag", "fg": 3628 }, + { "id": "overlay_male_worn_duffelbag", "fg": 3629 }, + { "id": "overlay_male_worn_runner_bag", "fg": 3632 }, + { "id": "overlay_female_worn_grenadebandolier", "fg": 3652 }, + { "id": "overlay_female_worn_mbag", "fg": 3653 }, + { "id": "overlay_female_worn_slingpack", "fg": 3654 }, + { "id": "overlay_male_worn_grenadebandolier", "fg": 3655 }, + { "id": "overlay_male_worn_mbag", "fg": 3656 }, + { "id": "overlay_male_worn_slingpack", "fg": 3657 }, + { "id": "overlay_female_worn_scuba_tank", "fg": 3713 }, + { "id": "overlay_female_worn_scuba_tank_on", "fg": 3714 }, + { "id": "overlay_female_worn_small_scuba_tank", "fg": 3715 }, + { "id": "overlay_female_worn_small_scuba_tank_on", "fg": 3716 }, + { "id": "overlay_female_worn_wetsuit", "fg": 3717 }, + { "id": "overlay_female_worn_wetsuit_gloves", "fg": 3718 }, + { "id": "overlay_female_worn_wetsuit_hood", "fg": 3719 }, + { "id": "overlay_female_worn_wetsuit_spring", "fg": 3720 }, + { "id": "overlay_male_worn_scuba_tank", "fg": 3721 }, + { "id": "overlay_male_worn_scuba_tank_on", "fg": 3722 }, + { "id": "overlay_male_worn_small_scuba_tank", "fg": 3723 }, + { "id": "overlay_male_worn_small_scuba_tank_on", "fg": 3724 }, + { "id": "overlay_male_worn_wetsuit", "fg": 3725 }, + { "id": "overlay_male_worn_wetsuit_gloves", "fg": 3726 }, + { "id": "overlay_male_worn_wetsuit_hood", "fg": 3727 }, + { "id": "overlay_male_worn_wetsuit_spring", "fg": 3728 }, + { "id": "overlay_worn_swim_fins", "fg": 3729 }, + { "id": "overlay_worn_wetsuit_booties", "fg": 3730 }, + { "id": "overlay_female_worn_fitover_sunglasses", "fg": 3758 }, + { "id": "overlay_male_worn_fitover_sunglasses", "fg": 3759 }, + { "id": "overlay_female_worn_antarvasa", "fg": 3887 }, + { "id": "overlay_female_worn_kasaya", "fg": 3888 }, + { "id": "overlay_female_worn_samghati", "fg": 3889 }, + { "id": "overlay_female_worn_uttarasanga", "fg": 3890 }, + { "id": "overlay_male_worn_antarvasa", "fg": 3891 }, + { "id": "overlay_male_worn_kasaya", "fg": 3892 }, + { "id": "overlay_male_worn_samghati", "fg": 3893 }, + { "id": "overlay_male_worn_uttarasanga", "fg": 3894 }, + { "id": "overlay_female_worn_tourniquet_lower", "fg": 3939 }, + { "id": "overlay_female_worn_tourniquet_upper", "fg": 3940 }, + { "id": "overlay_female_worn_wristwatch", "fg": 3941 }, + { "id": "overlay_male_worn_tourniquet_lower", "fg": 3942 }, + { "id": "overlay_male_worn_tourniquet_upper", "fg": 3943 }, + { "id": "overlay_male_worn_wristwatch", "fg": 3944 }, + { "id": "overlay_worn_purse", "fg": 3945 }, + { "id": "overlay_female_worn_survivor_goggles", "fg": 4017 }, + { "id": "overlay_male_worn_survivor_goggles", "fg": 4018 }, + { "id": "overlay_female_worn_survivor_duffel_bag", "fg": 4077 }, + { "id": "overlay_female_worn_survivor_pack", "fg": 4078 }, + { "id": "overlay_female_worn_survivor_rucksack", "fg": 4079 }, + { "id": "overlay_female_worn_survivor_runner_pack", "fg": 4080 }, + { "id": "overlay_male_worn_survivor_duffel_bag", "fg": 4081 }, + { "id": "overlay_male_worn_survivor_pack", "fg": 4082 }, + { "id": "overlay_male_worn_survivor_rucksack", "fg": 4083 }, + { "id": "overlay_male_worn_survivor_runner_pack", "fg": 4084 }, + { "id": "t_window_stained_blue", "fg": 4182 }, + { "id": "t_window_stained_green", "fg": 4183 }, + { "id": "t_window_stained_red", "fg": 4184 } ] }, { "file": "centered.png", - "//": "range 4192 to 4207", + "//": "range 4208 to 4223", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -16, "tiles": [ - { "id": "vp_wing_mirror", "fg": [ 4201, 4203, 4202, 4200 ], "rotates": true }, - { "id": "vp_wing_mirror_left", "fg": [ 4193, 4195, 4194, 4192 ], "rotates": true }, - { "id": "vp_wing_mirror_right", "fg": [ 4197, 4199, 4198, 4196 ], "rotates": true } + { "id": "vp_wing_mirror", "fg": [ 4217, 4219, 4218, 4216 ], "rotates": true }, + { "id": "vp_wing_mirror_left", "fg": [ 4209, 4211, 4210, 4208 ], "rotates": true }, + { "id": "vp_wing_mirror_right", "fg": [ 4213, 4215, 4214, 4212 ], "rotates": true } ] }, { "file": "large.png", - "//": "range 4208 to 4319", + "//": "range 4224 to 4335", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "f_CTscan", "fg": 4209 }, - { "id": "f_MRI", "fg": 4210 }, - { "id": "f_rotary_clothesline", "fg": 4211 }, - { "id": "mon_troll", "fg": 4212, "bg": 4293 }, - { "id": "mon_albino_penguin", "fg": 4213, "bg": 4294 }, - { "id": "mon_gelatin", "fg": 4214, "bg": 4294 }, - { "id": "mon_smoker_brute", "fg": 4215, "bg": 4294 }, + { "id": "f_CTscan", "fg": 4225 }, + { "id": "f_MRI", "fg": 4226 }, + { "id": "f_rotary_clothesline", "fg": 4227 }, + { "id": "mon_troll", "fg": 4228, "bg": 4309 }, + { "id": "mon_albino_penguin", "fg": 4229, "bg": 4310 }, + { "id": "mon_gelatin", "fg": 4230, "bg": 4310 }, + { "id": "mon_smoker_brute", "fg": 4231, "bg": 4310 }, { "id": "mon_exodii_quad", "fg": [ - { "weight": 15, "sprite": 4216 }, - { "weight": 10, "sprite": 4217 }, - { "weight": 15, "sprite": 4218 }, - { "weight": 15, "sprite": 4219 } + { "weight": 15, "sprite": 4232 }, + { "weight": 10, "sprite": 4233 }, + { "weight": 15, "sprite": 4234 }, + { "weight": 15, "sprite": 4235 } ], - "bg": 4293 + "bg": 4309 }, { "id": "mon_exodii_turret", "fg": [ - { "weight": 15, "sprite": 4220 }, - { "weight": 5, "sprite": 4221 }, - { "weight": 15, "sprite": 4222 }, - { "weight": 15, "sprite": 4223 } + { "weight": 15, "sprite": 4236 }, + { "weight": 5, "sprite": 4237 }, + { "weight": 15, "sprite": 4238 }, + { "weight": 15, "sprite": 4239 } ], - "bg": 4294 - }, - { "id": "mon_fungal_blossom", "fg": 4224, "bg": 4294 }, - { "id": "mon_gas_zombie", "fg": 4225, "bg": 4295 }, - { "id": "mon_giant_crayfish", "fg": 4226, "bg": 4295 }, - { "id": "mon_slug_giant", "fg": 4227, "bg": 4293 }, - { "id": "mon_spider_web", "fg": 4229, "bg": 4295 }, - { "id": "corpse_mon_spider_web", "fg": 4228 }, - { "id": "mon_dog_zombie_hulk", "fg": 4230, "bg": 4294 }, - { "id": "mon_zhark", "fg": 4231 }, - { "id": "mon_ant_soldier", "fg": 4239, "bg": 4293 }, - { "id": "mon_ant_acid_soldier", "fg": 4237, "bg": 4293 }, - { "id": "corpse_mon_ant_soldier", "fg": 4235 }, - { "id": "corpse_mon_ant_acid_soldier", "fg": 4233 }, - { "id": "mon_ant_queen", "fg": 4238, "bg": 4293 }, - { "id": "mon_ant_acid_queen", "fg": 4236, "bg": 4293 }, - { "id": "corpse_mon_ant_queen", "fg": 4234 }, - { "id": "corpse_mon_ant_acid_queen", "fg": 4232 }, - { "id": "mon_bear", "fg": 4240, "bg": 4294 }, - { "id": "mon_blob_large", "fg": 4241, "bg": 4293 }, - { "id": "mon_boomer", "fg": 4242, "bg": 4295 }, - { "id": "mon_boomer_huge", "fg": 4243, "bg": 4294 }, - { "id": "mon_devourer", "fg": 4244, "bg": 4294 }, - { "id": "mon_gator", "fg": 4245, "bg": 4293 }, - { "id": "mon_human_snail", "fg": 4246, "bg": 4293 }, - { "id": "mon_jabberwock", "fg": 4247, "bg": 4293 }, - { "id": "mon_mi_go", "fg": 4248, "bg": 4294 }, - { "id": "mon_mi_go_slaver", "fg": 4252, "bg": 4294 }, - { "id": "mon_mi_go_surgeon", "fg": 4253, "bg": 4294 }, - { "id": "mon_mi_go_scout", "fg": 4251, "bg": 4294 }, - { "id": "mon_mi_go_guard", "fg": 4249, "bg": 4293 }, - { "id": "mon_mi_go_myrmidon", "fg": 4250, "bg": 4293 }, - { "id": "mon_moose", "fg": [ { "weight": 2, "sprite": 4254 }, { "weight": 2, "sprite": 4255 } ], "bg": 4293 }, - { "id": "mon_wasp", "fg": 4256, "bg": 4294 }, - { "id": "mon_darkman", "fg": 4257 }, - { "id": "mon_zombear", "fg": 4258, "bg": 4294 }, - { "id": "mon_zombie_biter", "fg": 4259, "bg": 4294 }, + "bg": 4310 + }, + { "id": "mon_fungal_blossom", "fg": 4240, "bg": 4310 }, + { "id": "mon_gas_zombie", "fg": 4241, "bg": 4311 }, + { "id": "mon_giant_crayfish", "fg": 4242, "bg": 4311 }, + { "id": "mon_slug_giant", "fg": 4243, "bg": 4309 }, + { "id": "mon_spider_web", "fg": 4245, "bg": 4311 }, + { "id": "corpse_mon_spider_web", "fg": 4244 }, + { "id": "mon_dog_zombie_hulk", "fg": 4246, "bg": 4310 }, + { "id": "mon_zhark", "fg": 4247 }, + { "id": "mon_ant_soldier", "fg": 4255, "bg": 4309 }, + { "id": "mon_ant_acid_soldier", "fg": 4253, "bg": 4309 }, + { "id": "corpse_mon_ant_soldier", "fg": 4251 }, + { "id": "corpse_mon_ant_acid_soldier", "fg": 4249 }, + { "id": "mon_ant_queen", "fg": 4254, "bg": 4309 }, + { "id": "mon_ant_acid_queen", "fg": 4252, "bg": 4309 }, + { "id": "corpse_mon_ant_queen", "fg": 4250 }, + { "id": "corpse_mon_ant_acid_queen", "fg": 4248 }, + { "id": "mon_bear", "fg": 4256, "bg": 4310 }, + { "id": "mon_blob_large", "fg": 4257, "bg": 4309 }, + { "id": "mon_boomer", "fg": 4258, "bg": 4311 }, + { "id": "mon_boomer_huge", "fg": 4259, "bg": 4310 }, + { "id": "mon_devourer", "fg": 4260, "bg": 4310 }, + { "id": "mon_gator", "fg": 4261, "bg": 4309 }, + { "id": "mon_human_snail", "fg": 4262, "bg": 4309 }, + { "id": "mon_jabberwock", "fg": 4263, "bg": 4309 }, + { "id": "mon_mi_go", "fg": 4264, "bg": 4310 }, + { "id": "mon_mi_go_slaver", "fg": 4268, "bg": 4310 }, + { "id": "mon_mi_go_surgeon", "fg": 4269, "bg": 4310 }, + { "id": "mon_mi_go_scout", "fg": 4267, "bg": 4310 }, + { "id": "mon_mi_go_guard", "fg": 4265, "bg": 4309 }, + { "id": "mon_mi_go_myrmidon", "fg": 4266, "bg": 4309 }, + { "id": "mon_moose", "fg": [ { "weight": 2, "sprite": 4270 }, { "weight": 2, "sprite": 4271 } ], "bg": 4309 }, + { "id": "mon_wasp", "fg": 4272, "bg": 4310 }, + { "id": "mon_darkman", "fg": 4273 }, + { "id": "mon_zombear", "fg": 4274, "bg": 4310 }, + { "id": "mon_zombie_biter", "fg": 4275, "bg": 4310 }, { "id": "mon_zombie_brute", "fg": [ - { "weight": 100, "sprite": 4260 }, - { "weight": 100, "sprite": 4261 }, - { "weight": 50, "sprite": 4262 }, - { "weight": 50, "sprite": 4263 } + { "weight": 100, "sprite": 4276 }, + { "weight": 100, "sprite": 4277 }, + { "weight": 50, "sprite": 4278 }, + { "weight": 50, "sprite": 4279 } ], - "bg": 4294 + "bg": 4310 }, - { "id": "mon_zombie_brute_winged", "fg": 4264, "bg": 4293 }, + { "id": "mon_zombie_brute_winged", "fg": 4280, "bg": 4309 }, { "id": "mon_zombie_electric", - "fg": [ { "weight": 1, "sprite": 4266 }, { "weight": 1, "sprite": 4265 } ], - "bg": 4295 + "fg": [ { "weight": 1, "sprite": 4282 }, { "weight": 1, "sprite": 4281 } ], + "bg": 4311 }, { "id": "mon_zombie_nullfield", - "fg": [ { "weight": 1, "sprite": 4268 }, { "weight": 1, "sprite": 4267 } ], - "bg": 4295 + "fg": [ { "weight": 1, "sprite": 4284 }, { "weight": 1, "sprite": 4283 } ], + "bg": 4311 }, { "id": "mon_zombie_gasbag", - "fg": [ { "weight": 1, "sprite": 4269 }, { "weight": 1, "sprite": 4270 } ], - "bg": 4295 + "fg": [ { "weight": 1, "sprite": 4285 }, { "weight": 1, "sprite": 4286 } ], + "bg": 4311 }, { "id": "mon_zombie_grappler", - "fg": [ { "weight": 1, "sprite": 4271 }, { "weight": 1, "sprite": 4272 } ], - "bg": 4295 - }, - { "id": "mon_zombie_runner", "fg": 4273, "bg": 4295 }, - { "id": "mon_zombie_shady", "fg": 4274, "bg": 4295 }, - { "id": "mon_zombie_smoker", "fg": 4275, "bg": 4295 }, - { "id": "mon_zoose", "fg": 4276, "bg": 4293 }, - { "id": "mon_nursebot_defective", "fg": 4278, "bg": 4295 }, - { "id": "mon_nursebot", "fg": 4277, "bg": 4295 }, - { "id": "mon_zombie_brute_shocker", "fg": 4279, "bg": 4294 }, - { "id": "mon_skeleton_electric", "fg": 4280, "bg": 4295 }, - { "id": "mon_sludge_crawler", "fg": 4281, "bg": 4293 }, - { "id": "mon_spider_jumping_giant", "fg": 4284, "bg": 4295 }, - { "id": "corpse_mon_spider_jumping_giant", "fg": 4282 }, - { "id": "mon_spider_wolf_giant", "fg": 4285, "bg": 4295 }, - { "id": "corpse_mon_spider_wolf_giant", "fg": 4283 }, - { "id": "mon_dog_thing", "fg": 4286, "bg": 4294 }, - { "id": "mon_headless_dog_thing", "fg": 4287, "bg": 4294 }, - { "id": "mon_thing", "fg": 4288, "bg": 4293 }, - { "id": "mon_triffid_queen", "fg": 4289, "bg": 4293 }, - { "id": "mon_vinebeast", "fg": 4290, "bg": 4293 }, - { "id": "mon_zombie_brute_ninja", "fg": 4291, "bg": 4294 }, - { "id": "mon_zombie_brute_grappler", "fg": 4292, "bg": 4294 }, - { "id": "t_tree_young", "fg": 4301, "bg": 4298 }, - { "id": "t_tree_young_season_summer", "fg": 4300, "bg": 4299, "rotates": false }, + "fg": [ { "weight": 1, "sprite": 4287 }, { "weight": 1, "sprite": 4288 } ], + "bg": 4311 + }, + { "id": "mon_zombie_runner", "fg": 4289, "bg": 4311 }, + { "id": "mon_zombie_shady", "fg": 4290, "bg": 4311 }, + { "id": "mon_zombie_smoker", "fg": 4291, "bg": 4311 }, + { "id": "mon_zoose", "fg": 4292, "bg": 4309 }, + { "id": "mon_nursebot_defective", "fg": 4294, "bg": 4311 }, + { "id": "mon_nursebot", "fg": 4293, "bg": 4311 }, + { "id": "mon_zombie_brute_shocker", "fg": 4295, "bg": 4310 }, + { "id": "mon_skeleton_electric", "fg": 4296, "bg": 4311 }, + { "id": "mon_sludge_crawler", "fg": 4297, "bg": 4309 }, + { "id": "mon_spider_jumping_giant", "fg": 4300, "bg": 4311 }, + { "id": "corpse_mon_spider_jumping_giant", "fg": 4298 }, + { "id": "mon_spider_wolf_giant", "fg": 4301, "bg": 4311 }, + { "id": "corpse_mon_spider_wolf_giant", "fg": 4299 }, + { "id": "mon_dog_thing", "fg": 4302, "bg": 4310 }, + { "id": "mon_headless_dog_thing", "fg": 4303, "bg": 4310 }, + { "id": "mon_thing", "fg": 4304, "bg": 4309 }, + { "id": "mon_triffid_queen", "fg": 4305, "bg": 4309 }, + { "id": "mon_vinebeast", "fg": 4306, "bg": 4309 }, + { "id": "mon_zombie_brute_ninja", "fg": 4307, "bg": 4310 }, + { "id": "mon_zombie_brute_grappler", "fg": 4308, "bg": 4310 }, + { "id": "t_tree_young", "fg": 4317, "bg": 4314 }, + { "id": "t_tree_young_season_summer", "fg": 4316, "bg": 4315, "rotates": false }, { "id": "t_tree_young_season_autumn", - "fg": [ { "weight": 100, "sprite": 4302 }, { "weight": 100, "sprite": 4303 } ], - "bg": 4297, + "fg": [ { "weight": 100, "sprite": 4318 }, { "weight": 100, "sprite": 4319 } ], + "bg": 4313, "rotates": false }, - { "id": "t_tree_young_season_winter", "fg": 4304, "bg": 4296, "rotates": false }, - { "id": "corpse_mon_zombie_spitter", "fg": 4208 } + { "id": "t_tree_young_season_winter", "fg": 4320, "bg": 4312, "rotates": false }, + { "id": "corpse_mon_zombie_spitter", "fg": 4224 } ] }, { "file": "huge.png", - "//": "range 4320 to 4335", + "//": "range 4336 to 4351", "sprite_width": 64, "sprite_height": 96, "sprite_offset_x": -16, "sprite_offset_y": -64, "tiles": [ - { "id": "mon_flaming_eye", "fg": 4320 }, - { "id": "mon_zombie_hulk", "fg": 4322, "bg": 4325 }, - { "id": "mon_skeleton_hulk", "fg": 4321 }, - { "id": "mon_amigara_horror", "fg": 4323 }, - { "id": "mon_zombie_kevlar_2", "fg": 4324 }, - { "id": "mon_triffid_heart", "fg": 4326 } + { "id": "mon_flaming_eye", "fg": 4336 }, + { "id": "mon_zombie_hulk", "fg": 4338, "bg": 4341 }, + { "id": "mon_skeleton_hulk", "fg": 4337 }, + { "id": "mon_amigara_horror", "fg": 4339 }, + { "id": "mon_zombie_kevlar_2", "fg": 4340 }, + { "id": "mon_triffid_heart", "fg": 4342 } ] }, { "file": "giant.png", - "//": "range 4336 to 4383", + "//": "range 4352 to 4399", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, "sprite_offset_y": -64, "tiles": [ - { "id": "t_tree", "fg": 4345, "bg": 4338 }, - { "id": "t_tree_season_summer", "fg": 4340, "bg": 4339 }, + { "id": "t_tree", "fg": 4361, "bg": 4354 }, + { "id": "t_tree_season_summer", "fg": 4356, "bg": 4355 }, { "id": "t_tree_season_autumn", "fg": [ - { "weight": 100, "sprite": 4341 }, - { "weight": 100, "sprite": 4342 }, - { "weight": 100, "sprite": 4343 }, - { "weight": 100, "sprite": 4344 } + { "weight": 100, "sprite": 4357 }, + { "weight": 100, "sprite": 4358 }, + { "weight": 100, "sprite": 4359 }, + { "weight": 100, "sprite": 4360 } ], - "bg": 4337 + "bg": 4353 }, - { "id": "t_tree_season_winter", "fg": 4362, "bg": 4336 }, - { "id": "t_tree_apple", "fg": 4346, "bg": 4338 }, - { "id": "t_tree_apple_season_summer", "fg": 4346, "bg": 4339 }, - { "id": "t_tree_apple_season_winter", "fg": 4351, "bg": 4336 }, + { "id": "t_tree_season_winter", "fg": 4378, "bg": 4352 }, + { "id": "t_tree_apple", "fg": 4362, "bg": 4354 }, + { "id": "t_tree_apple_season_summer", "fg": 4362, "bg": 4355 }, + { "id": "t_tree_apple_season_winter", "fg": 4367, "bg": 4352 }, { "id": "t_tree_apple_season_autumn", - "fg": [ { "weight": 1, "sprite": 4347 }, { "weight": 1, "sprite": 4348 } ], - "bg": 4337 + "fg": [ { "weight": 1, "sprite": 4363 }, { "weight": 1, "sprite": 4364 } ], + "bg": 4353 }, { "id": "t_tree_apple_harvested", - "fg": [ { "weight": 1, "sprite": 4349 }, { "weight": 1, "sprite": 4350 } ], - "bg": 4337 + "fg": [ { "weight": 1, "sprite": 4365 }, { "weight": 1, "sprite": 4366 } ], + "bg": 4353 }, - { "id": "t_tree_birch", "fg": 4352, "bg": 4338 }, - { "id": "t_tree_birch_season_summer", "fg": 4352, "bg": 4339 }, - { "id": "t_tree_birch_season_winter", "fg": 4355, "bg": 4336 }, + { "id": "t_tree_birch", "fg": 4368, "bg": 4354 }, + { "id": "t_tree_birch_season_summer", "fg": 4368, "bg": 4355 }, + { "id": "t_tree_birch_season_winter", "fg": 4371, "bg": 4352 }, { "id": "t_tree_birch_season_autumn", - "fg": [ { "weight": 1, "sprite": 4353 }, { "weight": 1, "sprite": 4354 } ], - "bg": 4337 + "fg": [ { "weight": 1, "sprite": 4369 }, { "weight": 1, "sprite": 4370 } ], + "bg": 4353 }, - { "id": "t_tree_cherry", "fg": 4356, "bg": 4338 }, - { "id": "t_tree_cherry_season_summer", "fg": 4360, "bg": 4339 }, - { "id": "t_tree_cherry_harvested", "fg": 4359, "bg": 4339 }, - { "id": "t_tree_cherry_season_winter", "fg": 4361, "bg": 4336 }, + { "id": "t_tree_cherry", "fg": 4372, "bg": 4354 }, + { "id": "t_tree_cherry_season_summer", "fg": 4376, "bg": 4355 }, + { "id": "t_tree_cherry_harvested", "fg": 4375, "bg": 4355 }, + { "id": "t_tree_cherry_season_winter", "fg": 4377, "bg": 4352 }, { "id": "t_tree_cherry_season_autumn", - "fg": [ { "weight": 1, "sprite": 4357 }, { "weight": 1, "sprite": 4358 } ], - "bg": 4337 + "fg": [ { "weight": 1, "sprite": 4373 }, { "weight": 1, "sprite": 4374 } ], + "bg": 4353 }, { "id": "t_tree_dead", - "fg": [ { "weight": 100, "sprite": 4362 }, { "weight": 100, "sprite": 5476 } ], - "bg": 4338 + "fg": [ { "weight": 100, "sprite": 4378 }, { "weight": 100, "sprite": 5492 } ], + "bg": 4354 }, { "id": "t_tree_dead_season_summer", - "fg": [ { "weight": 100, "sprite": 4362 }, { "weight": 100, "sprite": 5476 } ], - "bg": 4339 + "fg": [ { "weight": 100, "sprite": 4378 }, { "weight": 100, "sprite": 5492 } ], + "bg": 4355 }, { "id": "t_tree_dead_season_autumn", - "fg": [ { "weight": 100, "sprite": 4362 }, { "weight": 100, "sprite": 5476 } ], - "bg": 4337 + "fg": [ { "weight": 100, "sprite": 4378 }, { "weight": 100, "sprite": 5492 } ], + "bg": 4353 }, { "id": "t_tree_dead_season_winter", - "fg": [ { "weight": 100, "sprite": 4362 }, { "weight": 100, "sprite": 5476 } ], - "bg": 4336 - }, - { "id": "t_tree_maple", "fg": 4364, "bg": 4338 }, - { "id": "t_tree_maple_season_summer", "fg": 4365, "bg": 4339 }, - { "id": "t_tree_maple_season_autumn", "fg": 4363, "bg": 4337 }, - { "id": "t_tree_maple_season_winter", "fg": 4366, "bg": 4336 }, - { "id": "t_tree_peach_season_spring", "fg": 4367, "bg": 4338 }, - { "id": "t_tree_peach_season_summer", "fg": 4370, "bg": 4339 }, - { "id": "t_tree_peach_harvested", "fg": 4367, "bg": 4339 }, - { "id": "t_tree_peach_season_winter", "fg": 4371, "bg": 4336 }, + "fg": [ { "weight": 100, "sprite": 4378 }, { "weight": 100, "sprite": 5492 } ], + "bg": 4352 + }, + { "id": "t_tree_maple", "fg": 4380, "bg": 4354 }, + { "id": "t_tree_maple_season_summer", "fg": 4381, "bg": 4355 }, + { "id": "t_tree_maple_season_autumn", "fg": 4379, "bg": 4353 }, + { "id": "t_tree_maple_season_winter", "fg": 4382, "bg": 4352 }, + { "id": "t_tree_peach_season_spring", "fg": 4383, "bg": 4354 }, + { "id": "t_tree_peach_season_summer", "fg": 4386, "bg": 4355 }, + { "id": "t_tree_peach_harvested", "fg": 4383, "bg": 4355 }, + { "id": "t_tree_peach_season_winter", "fg": 4387, "bg": 4352 }, { "id": "t_tree_peach_season_autumn", - "fg": [ { "weight": 1, "sprite": 4368 }, { "weight": 1, "sprite": 4369 } ], - "bg": 4337 + "fg": [ { "weight": 1, "sprite": 4384 }, { "weight": 1, "sprite": 4385 } ], + "bg": 4353 } ] }, { "file": "incomplete.png", - "//": "range 4384 to 5375", + "//": "range 4400 to 5391", "tiles": [ - { "id": "unknown", "fg": 4384 }, - { "id": "fd_acid", "fg": 4385 }, + { "id": "unknown", "fg": 4400 }, + { "id": "fd_acid", "fg": 4401 }, { "id": "fd_blood", - "fg": 4417, + "fg": 4433, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4386 }, - { "id": "corner", "fg": [ 4388, 4390, 4389, 4387 ] }, - { "id": "t_connection", "fg": [ 4414, 4416, 4415, 4413 ] }, - { "id": "edge", "fg": [ 4392, 4391 ] }, - { "id": "end_piece", "fg": [ 4394, 4396, 4395, 4393 ] }, - { "id": "unconnected", "fg": [ 4417, 4417 ] } + { "id": "center", "fg": 4402 }, + { "id": "corner", "fg": [ 4404, 4406, 4405, 4403 ] }, + { "id": "t_connection", "fg": [ 4430, 4432, 4431, 4429 ] }, + { "id": "edge", "fg": [ 4408, 4407 ] }, + { "id": "end_piece", "fg": [ 4410, 4412, 4411, 4409 ] }, + { "id": "unconnected", "fg": [ 4433, 4433 ] } ] }, { "id": [ "fd_blood_insect", "fd_blood_invertebrate" ], - "fg": 4412, + "fg": 4428, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4397 }, - { "id": "corner", "fg": [ 4399, 4401, 4400, 4398 ] }, - { "id": "t_connection", "fg": [ 4409, 4411, 4410, 4408 ] }, - { "id": "edge", "fg": [ 4403, 4402 ] }, - { "id": "end_piece", "fg": [ 4405, 4407, 4406, 4404 ] }, - { "id": "unconnected", "fg": [ 4412, 4412 ] } + { "id": "center", "fg": 4413 }, + { "id": "corner", "fg": [ 4415, 4417, 4416, 4414 ] }, + { "id": "t_connection", "fg": [ 4425, 4427, 4426, 4424 ] }, + { "id": "edge", "fg": [ 4419, 4418 ] }, + { "id": "end_piece", "fg": [ 4421, 4423, 4422, 4420 ] }, + { "id": "unconnected", "fg": [ 4428, 4428 ] } ] }, - { "id": "fd_electricity", "fg": [ { "weight": 100, "sprite": 4419 }, { "weight": 100, "sprite": 4420 } ] }, + { "id": "fd_electricity", "fg": [ { "weight": 100, "sprite": 4435 }, { "weight": 100, "sprite": 4436 } ] }, { "id": "fd_web", "fg": [ - { "weight": 100, "sprite": 4421 }, - { "weight": 100, "sprite": 4422 }, - { "weight": 25, "sprite": 4423 }, - { "weight": 25, "sprite": 4424 } - ] - }, - { "id": "fd_sludge", "fg": 4425 }, - { "id": "fd_smoke", "fg": 4428 }, - { "id": "fd_fungal_haze", "fg": 4427 }, - { "id": "fd_nuke_gas", "fg": 4426 }, - { "id": "fd_spotlight", "fg": 4429 }, - { "id": "f_makeshift_bed", "fg": 4432 }, - { "id": "f_straw_bed", "fg": 4433 }, - { "id": "f_bed_frame", "fg": 4430 }, - { "id": "f_camp_chair", "fg": 4435 }, - { "id": "f_lane", "fg": 4436 }, - { "id": "f_piano", "fg": 4437 }, - { "id": "f_pinball_machine", "fg": 4438 }, - { "id": "f_seat_airplane", "fg": 4439 }, + { "weight": 100, "sprite": 4437 }, + { "weight": 100, "sprite": 4438 }, + { "weight": 25, "sprite": 4439 }, + { "weight": 25, "sprite": 4440 } + ] + }, + { "id": "fd_sludge", "fg": 4441 }, + { "id": "fd_smoke", "fg": 4444 }, + { "id": "fd_fungal_haze", "fg": 4443 }, + { "id": "fd_nuke_gas", "fg": 4442 }, + { "id": "fd_spotlight", "fg": 4445 }, + { "id": "f_makeshift_bed", "fg": 4448 }, + { "id": "f_straw_bed", "fg": 4449 }, + { "id": "f_bed_frame", "fg": 4446 }, + { "id": "f_camp_chair", "fg": 4451 }, + { "id": "f_lane", "fg": 4452 }, + { "id": "f_piano", "fg": 4453 }, + { "id": "f_pinball_machine", "fg": 4454 }, + { "id": "f_seat_airplane", "fg": 4455 }, { "id": "f_sink", "multitile": true, - "fg": 4455, - "additional_tiles": [ - { "id": "center", "fg": 4440 }, - { "id": "corner", "fg": [ 4442, 4444, 4443, 4441 ] }, - { "id": "t_connection", "fg": [ 4452, 4454, 4453, 4451 ] }, - { "id": "edge", "fg": [ 4446, 4445 ] }, - { "id": "end_piece", "fg": [ 4448, 4450, 4449, 4447 ] }, - { "id": "unconnected", "fg": 4455 } - ] - }, - { "id": "f_solar_unit", "fg": 4456 }, - { "id": "f_speaker_cabinet", "fg": 4457 }, - { "id": "f_water_mill", "fg": 4458 }, - { "id": "water_mill", "fg": 4459 }, - { "id": "f_water_purifier", "fg": 4460 }, - { "id": "f_wood_keg", "fg": 4620 }, - { "id": "30gal_barrel", "fg": 4461 }, - { "id": "30gal_drum", "fg": 4462 }, - { "id": "acoustic_guitar", "fg": [ { "weight": 100, "sprite": 4463 }, { "weight": 100, "sprite": 4464 } ] }, - { "id": "alarmclock", "fg": 4465 }, - { "id": "clock", "fg": 4465 }, - { "id": "anvil", "fg": 4469 }, - { "id": [ "autoclave", "vh_autoclave" ], "fg": 4470 }, - { "id": "bag_canvas_small", "fg": 4471 }, - { "id": "bathroom_scale", "fg": 4472 }, - { "id": "bead_necklace", "fg": 4473 }, - { "id": "brazier", "fg": 4474 }, - { "id": "bubblewrap", "fg": 4475 }, - { "id": "bucket", "fg": 4476 }, - { "id": "camera_pro", "fg": 4477 }, - { "id": "candle", "fg": 4478 }, - { "id": "colt_army", "fg": 4479 }, - { "id": "colt_lightning", "fg": 4480 }, - { "id": "colt_navy", "fg": 4481 }, - { "id": "condom", "fg": 4482 }, - { "id": "corkscrew", "fg": 4483 }, - { "id": "craft", "fg": 4484 }, - { "id": "pomegranate", "fg": 4496 }, - { "id": "peach", "fg": 4494 }, - { "id": "strawberries", "fg": 4497 }, - { "id": "cabbage", "fg": 4485 }, - { "id": "mango", "fg": 4492 }, - { "id": "kiwi", "fg": 4491 }, - { "id": "papaya", "fg": 4493 }, - { "id": "grapefruit", "fg": 4490 }, - { "id": "garlic", "fg": 4489 }, - { "id": "pineapple", "fg": 4495 }, - { "id": "celery", "fg": 4487 }, - { "id": "chili_pepper", "fg": 4488 }, - { "id": "carrot", "fg": 4486 }, - { "id": "zucchini", "fg": 4498 }, - { "id": "akmag30", "fg": 4499 }, - { "id": "duct_tape", "fg": 4500 }, - { "id": "electric_lantern", "fg": 4501 }, - { "id": "extinguisher", "fg": 4502 }, - { "id": "sm_extinguisher", "fg": 4503 }, - { "id": "fan", "fg": 4504 }, - { "id": "flaregun", "fg": 4505 }, - { "id": "signal_flare", "fg": 4506 }, + "fg": 4471, + "additional_tiles": [ + { "id": "center", "fg": 4456 }, + { "id": "corner", "fg": [ 4458, 4460, 4459, 4457 ] }, + { "id": "t_connection", "fg": [ 4468, 4470, 4469, 4467 ] }, + { "id": "edge", "fg": [ 4462, 4461 ] }, + { "id": "end_piece", "fg": [ 4464, 4466, 4465, 4463 ] }, + { "id": "unconnected", "fg": 4471 } + ] + }, + { "id": "f_solar_unit", "fg": 4472 }, + { "id": "f_speaker_cabinet", "fg": 4473 }, + { "id": "f_water_mill", "fg": 4474 }, + { "id": "water_mill", "fg": 4475 }, + { "id": "f_water_purifier", "fg": 4476 }, + { "id": "f_wood_keg", "fg": 4636 }, + { "id": "30gal_barrel", "fg": 4477 }, + { "id": "30gal_drum", "fg": 4478 }, + { "id": "acoustic_guitar", "fg": [ { "weight": 100, "sprite": 4479 }, { "weight": 100, "sprite": 4480 } ] }, + { "id": "alarmclock", "fg": 4481 }, + { "id": "clock", "fg": 4481 }, + { "id": "anvil", "fg": 4485 }, + { "id": [ "autoclave", "vh_autoclave" ], "fg": 4486 }, + { "id": "bag_canvas_small", "fg": 4487 }, + { "id": "bathroom_scale", "fg": 4488 }, + { "id": "bead_necklace", "fg": 4489 }, + { "id": "brazier", "fg": 4490 }, + { "id": "bubblewrap", "fg": 4491 }, + { "id": "bucket", "fg": 4492 }, + { "id": "camera_pro", "fg": 4493 }, + { "id": "candle", "fg": 4494 }, + { "id": "colt_army", "fg": 4495 }, + { "id": "colt_lightning", "fg": 4496 }, + { "id": "colt_navy", "fg": 4497 }, + { "id": "condom", "fg": 4498 }, + { "id": "corkscrew", "fg": 4499 }, + { "id": "craft", "fg": 4500 }, + { "id": "pomegranate", "fg": 4512 }, + { "id": "peach", "fg": 4510 }, + { "id": "strawberries", "fg": 4513 }, + { "id": "cabbage", "fg": 4501 }, + { "id": "mango", "fg": 4508 }, + { "id": "kiwi", "fg": 4507 }, + { "id": "papaya", "fg": 4509 }, + { "id": "grapefruit", "fg": 4506 }, + { "id": "garlic", "fg": 4505 }, + { "id": "pineapple", "fg": 4511 }, + { "id": "celery", "fg": 4503 }, + { "id": "chili_pepper", "fg": 4504 }, + { "id": "carrot", "fg": 4502 }, + { "id": "zucchini", "fg": 4514 }, + { "id": "akmag30", "fg": 4515 }, + { "id": "duct_tape", "fg": 4516 }, + { "id": "electric_lantern", "fg": 4517 }, + { "id": "extinguisher", "fg": 4518 }, + { "id": "sm_extinguisher", "fg": 4519 }, + { "id": "fan", "fg": 4520 }, + { "id": "flaregun", "fg": 4521 }, + { "id": "signal_flare", "fg": 4522 }, { "id": [ "deck_of_cards", @@ -6317,45 +6324,45 @@ "battleship", "clue" ], - "fg": 4507 - }, - { "id": "fn_fal", "fg": 4508 }, - { "id": [ "birchbark_funnel", "funnel", "leather_funnel", "makeshift_funnel", "metal_funnel" ], "fg": 4509 }, - { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher" ], "fg": 4510 }, - { "id": "garand", "fg": 4511 }, - { "id": "glock17_17", "fg": 4512 }, - { "id": "hk_mp5", "fg": 4513 }, - { "id": "holy_symbol", "fg": 4514 }, - { "id": "holy_symbol_wood", "fg": 4515 }, - { "id": "hotplate", "fg": 4516 }, - { "id": "jerrycan", "fg": 4517 }, - { "id": "jerrycan_big", "fg": 4518 }, - { "id": "keg", "fg": 4519 }, - { "id": "chopsticks", "fg": 4522 }, - { "id": "cutting_board", "fg": 4525 }, - { "id": "plastic_straw", "fg": 4532 }, - { "id": "xacto", "fg": 4539 }, - { "id": "brush", "fg": 4520 }, - { "id": "comb_pocket", "fg": 4523 }, - { "id": "curling_iron", "fg": 4524 }, - { "id": "elec_hairtrimmer", "fg": 4526 }, - { "id": "hair_dryer", "fg": 4527 }, - { "id": "hairbrush", "fg": 4528 }, - { "id": "metal_file", "fg": 4530 }, - { "id": "mobile_memory_card", "fg": 4531 }, - { "id": "razor_blade", "fg": 4533 }, - { "id": "razor_shaving", "fg": 4534 }, - { "id": "sandpaper", "fg": 4535 }, - { "id": "string_floss", "fg": 4536 }, - { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 4537 }, - { "id": "tumbler_plastic", "fg": 4538 }, - { "id": "casserole", "fg": 4521 }, + "fg": 4523 + }, + { "id": "fn_fal", "fg": 4524 }, + { "id": [ "birchbark_funnel", "funnel", "leather_funnel", "makeshift_funnel", "metal_funnel" ], "fg": 4525 }, + { "id": [ "tr_funnel", "tr_makeshift_funnel", "tr_raincatcher" ], "fg": 4526 }, + { "id": "garand", "fg": 4527 }, + { "id": "glock17_17", "fg": 4528 }, + { "id": "hk_mp5", "fg": 4529 }, + { "id": "holy_symbol", "fg": 4530 }, + { "id": "holy_symbol_wood", "fg": 4531 }, + { "id": "hotplate", "fg": 4532 }, + { "id": "jerrycan", "fg": 4533 }, + { "id": "jerrycan_big", "fg": 4534 }, + { "id": "keg", "fg": 4535 }, + { "id": "chopsticks", "fg": 4538 }, + { "id": "cutting_board", "fg": 4541 }, + { "id": "plastic_straw", "fg": 4548 }, + { "id": "xacto", "fg": 4555 }, + { "id": "brush", "fg": 4536 }, + { "id": "comb_pocket", "fg": 4539 }, + { "id": "curling_iron", "fg": 4540 }, + { "id": "elec_hairtrimmer", "fg": 4542 }, + { "id": "hair_dryer", "fg": 4543 }, + { "id": "hairbrush", "fg": 4544 }, + { "id": "metal_file", "fg": 4546 }, + { "id": "mobile_memory_card", "fg": 4547 }, + { "id": "razor_blade", "fg": 4549 }, + { "id": "razor_shaving", "fg": 4550 }, + { "id": "sandpaper", "fg": 4551 }, + { "id": "string_floss", "fg": 4552 }, + { "id": [ "toothbrush_plain", "toothbrush_dirty" ], "fg": 4553 }, + { "id": "tumbler_plastic", "fg": 4554 }, + { "id": "casserole", "fg": 4537 }, { "id": [ "hairpin", "fc_hairpin", "gold_hairpin", "platinum_hairpin", "silver_hairpin", "copper_hairpin", "tieclip" ], - "fg": 4529 + "fg": 4545 }, - { "id": "knife_combat", "fg": 4540 }, - { "id": "knife_steak", "fg": 4541 }, + { "id": "knife_combat", "fg": 4556 }, + { "id": "knife_steak", "fg": 4557 }, { "id": [ "nyquil", @@ -6507,7 +6514,7 @@ "wine_chardonnay", "drink_martini" ], - "fg": 4542 + "fg": 4558 }, { "id": [ @@ -6548,7 +6555,7 @@ "soup_tomato", "young_yeast" ], - "fg": 4544 + "fg": 4560 }, { "id": [ @@ -6570,63 +6577,63 @@ "hi_q_distillate_tails", "hi_q_distillate" ], - "fg": 4543 - }, - { "id": "longsword", "fg": 4545 }, - { "id": "longsword_inferior", "fg": 4547 }, - { "id": "longsword_fake", "fg": 4546 }, - { "id": "m107a1", "fg": 4548 }, - { "id": "m16a4", "fg": 4549 }, - { "id": "m249", "fg": 4550 }, - { "id": "m60", "fg": 4551 }, - { "id": "mask_gas", "fg": 4552 }, - { "id": "plastic_chunk", "fg": 4553 }, - { "id": "scrap_copper", "fg": 4554 }, - { "id": "mosin91_30", "fg": 4555 }, - { "id": "oil_lamp", "fg": 4556 }, - { "id": "pickaxe", "fg": 4557 }, - { "id": "pitchfork", "fg": 4558 }, - { "id": "pliers", "fg": 4559 }, - { "id": "plunger_futuristic", "fg": 4560 }, - { "id": "plunger_toilet", "fg": 4561 }, - { "id": "pocketwatch", "fg": 4562 }, - { "id": "bacon", "fg": 4563 }, - { "id": "porkbelly", "fg": 4564 }, - { "id": "raw_cured_fatty_meat", "fg": 4565 }, - { "id": "raw_curing_fatty_meat", "fg": 4566 }, - { "id": "material_sand", "fg": 4593 }, - { "id": "material_soil", "fg": 4595 }, - { "id": "chem_aluminium_powder", "fg": 4567 }, - { "id": "chem_aluminium_sulphate", "fg": 4568 }, - { "id": "chem_ammonium_nitrate", "fg": 4569 }, - { "id": "chem_black_powder", "fg": 4570 }, - { "id": "cac2powder", "fg": 4571 }, - { "id": "chilly-p", "fg": 4572 }, - { "id": "meal_chitin_piece", "fg": 4573 }, - { "id": "chem_chromium_oxide", "fg": 4574 }, - { "id": "coffee_raw", "fg": 4575 }, - { "id": "curry_powder", "fg": 4576 }, - { "id": "powder_eggs", "fg": 4577 }, - { "id": "fungicide", "fg": 4578 }, - { "id": "insecticide", "fg": 4580 }, - { "id": "chem_hmtd", "fg": 4579 }, - { "id": "lemonade_powder", "fg": 4581 }, - { "id": "lye_powder", "fg": 4582 }, - { "id": "magnesium", "fg": 4583 }, - { "id": "chem_manganese_dioxide", "fg": 4584 }, - { "id": "chem_match_head_powder", "fg": 4585 }, - { "id": "mustard_powder", "fg": 4586 }, - { "id": "oxy_powder", "fg": 4587 }, - { "id": "chem_peptone_broth", "fg": 4588 }, - { "id": "protein_powder", "fg": 4589 }, - { "id": "material_quicklime", "fg": 4590 }, - { "id": "chem_rocket_fuel", "fg": 4591 }, - { "id": "chem_saltpetre", "fg": 4592 }, - { "id": "gunpowder", "fg": 4594 }, - { "id": "chem_thermite", "fg": 4596 }, - { "id": "tin", "fg": 4597 }, - { "id": "yeast", "fg": 4599 }, - { "id": "chem_zinc_powder", "fg": 4600 }, + "fg": 4559 + }, + { "id": "longsword", "fg": 4561 }, + { "id": "longsword_inferior", "fg": 4563 }, + { "id": "longsword_fake", "fg": 4562 }, + { "id": "m107a1", "fg": 4564 }, + { "id": "m16a4", "fg": 4565 }, + { "id": "m249", "fg": 4566 }, + { "id": "m60", "fg": 4567 }, + { "id": "mask_gas", "fg": 4568 }, + { "id": "plastic_chunk", "fg": 4569 }, + { "id": "scrap_copper", "fg": 4570 }, + { "id": "mosin91_30", "fg": 4571 }, + { "id": "oil_lamp", "fg": 4572 }, + { "id": "pickaxe", "fg": 4573 }, + { "id": "pitchfork", "fg": 4574 }, + { "id": "pliers", "fg": 4575 }, + { "id": "plunger_futuristic", "fg": 4576 }, + { "id": "plunger_toilet", "fg": 4577 }, + { "id": "pocketwatch", "fg": 4578 }, + { "id": "bacon", "fg": 4579 }, + { "id": "porkbelly", "fg": 4580 }, + { "id": "raw_cured_fatty_meat", "fg": 4581 }, + { "id": "raw_curing_fatty_meat", "fg": 4582 }, + { "id": "material_sand", "fg": 4609 }, + { "id": "material_soil", "fg": 4611 }, + { "id": "chem_aluminium_powder", "fg": 4583 }, + { "id": "chem_aluminium_sulphate", "fg": 4584 }, + { "id": "chem_ammonium_nitrate", "fg": 4585 }, + { "id": "chem_black_powder", "fg": 4586 }, + { "id": "cac2powder", "fg": 4587 }, + { "id": "chilly-p", "fg": 4588 }, + { "id": "meal_chitin_piece", "fg": 4589 }, + { "id": "chem_chromium_oxide", "fg": 4590 }, + { "id": "coffee_raw", "fg": 4591 }, + { "id": "curry_powder", "fg": 4592 }, + { "id": "powder_eggs", "fg": 4593 }, + { "id": "fungicide", "fg": 4594 }, + { "id": "insecticide", "fg": 4596 }, + { "id": "chem_hmtd", "fg": 4595 }, + { "id": "lemonade_powder", "fg": 4597 }, + { "id": "lye_powder", "fg": 4598 }, + { "id": "magnesium", "fg": 4599 }, + { "id": "chem_manganese_dioxide", "fg": 4600 }, + { "id": "chem_match_head_powder", "fg": 4601 }, + { "id": "mustard_powder", "fg": 4602 }, + { "id": "oxy_powder", "fg": 4603 }, + { "id": "chem_peptone_broth", "fg": 4604 }, + { "id": "protein_powder", "fg": 4605 }, + { "id": "material_quicklime", "fg": 4606 }, + { "id": "chem_rocket_fuel", "fg": 4607 }, + { "id": "chem_saltpetre", "fg": 4608 }, + { "id": "gunpowder", "fg": 4610 }, + { "id": "chem_thermite", "fg": 4612 }, + { "id": "tin", "fg": 4613 }, + { "id": "yeast", "fg": 4615 }, + { "id": "chem_zinc_powder", "fg": 4616 }, { "id": [ "sugar", @@ -6639,829 +6646,829 @@ "quikclot", "chem_acrylamide" ], - "fg": 4598 - }, - { "id": "radio", "fg": 4601 }, - { "id": "ref_lighter", "fg": 4602 }, - { "id": "rhubarb", "fg": 4603 }, - { "id": "rope_6", "fg": 4604 }, - { "id": "soap", "fg": 4605 }, - { "id": "soldering_iron", "fg": 4606 }, - { "id": "spray_can", "fg": 4607 }, - { "id": "stanag30", "fg": 4608 }, - { "id": "steel_pan", "fg": 4609 }, - { "id": "stepladder", "fg": 4610 }, - { "id": "stereo", "fg": 4611 }, - { "id": "sunglasses", "fg": 4612 }, - { "id": "sw_610", "fg": 4613 }, - { "id": "toolbox", "fg": 4614 }, - { "id": "waffleiron", "fg": 4615 }, - { "id": "warhammer", "fg": 4616 }, - { "id": "welding_mask", "fg": 4617 }, - { "id": "wind_mill", "fg": 4618 }, - { "id": "wood_beam", "fg": 4619 }, - { "id": "wooden_barrel", "fg": 4620 }, - { "id": "zweihander", "fg": 4621 }, - { "id": "zweihander_inferior", "fg": 4623 }, - { "id": "zweihander_fake", "fg": 4622 }, - { "id": "mon_grenade_hack", "fg": 4630, "bg": 1171 }, - { "id": "mon_mininuke_hack", "fg": 4632, "bg": 1171 }, - { "id": "bot_grenade_hack", "fg": 4624 }, - { "id": "bot_mininuke_hack", "fg": 4625 }, - { "id": "mon_manhack", "fg": 4631, "bg": 1171 }, - { "id": "mon_gasbomb_hack", "fg": 4629, "bg": 1171 }, - { "id": "mon_flashbang_hack", "fg": 4628, "bg": 1171 }, - { "id": "mon_c4_hack", "fg": 4627, "bg": 1171 }, - { "id": "mon_EMP_hack", "fg": 4626, "bg": 1171 }, - { "id": "mon_chicken", "fg": 4633, "bg": 1171 }, - { "id": "mon_cow", "fg": 4634, "bg": 1170 }, - { "id": "mon_deer", "fg": 4635, "bg": 1170 }, - { "id": "mon_frog_giant", "fg": 4636, "bg": 1170 }, - { "id": "mon_grocerybot", "fg": 4637, "bg": 1171 }, - { "id": "mon_grocerybot_busted", "fg": 4638, "bg": 1171 }, - { "id": "mon_horse", "fg": 4639, "bg": 1170 }, - { "id": "mon_spider_widow_giant", "fg": 4640, "bg": 1170 }, - { "id": "infrared_creature", "fg": 4641 }, + "fg": 4614 + }, + { "id": "radio", "fg": 4617 }, + { "id": "ref_lighter", "fg": 4618 }, + { "id": "rhubarb", "fg": 4619 }, + { "id": "rope_6", "fg": 4620 }, + { "id": "soap", "fg": 4621 }, + { "id": "soldering_iron", "fg": 4622 }, + { "id": "spray_can", "fg": 4623 }, + { "id": "stanag30", "fg": 4624 }, + { "id": "steel_pan", "fg": 4625 }, + { "id": "stepladder", "fg": 4626 }, + { "id": "stereo", "fg": 4627 }, + { "id": "sunglasses", "fg": 4628 }, + { "id": "sw_610", "fg": 4629 }, + { "id": "toolbox", "fg": 4630 }, + { "id": "waffleiron", "fg": 4631 }, + { "id": "warhammer", "fg": 4632 }, + { "id": "welding_mask", "fg": 4633 }, + { "id": "wind_mill", "fg": 4634 }, + { "id": "wood_beam", "fg": 4635 }, + { "id": "wooden_barrel", "fg": 4636 }, + { "id": "zweihander", "fg": 4637 }, + { "id": "zweihander_inferior", "fg": 4639 }, + { "id": "zweihander_fake", "fg": 4638 }, + { "id": "mon_grenade_hack", "fg": 4646, "bg": 1172 }, + { "id": "mon_mininuke_hack", "fg": 4648, "bg": 1172 }, + { "id": "bot_grenade_hack", "fg": 4640 }, + { "id": "bot_mininuke_hack", "fg": 4641 }, + { "id": "mon_manhack", "fg": 4647, "bg": 1172 }, + { "id": "mon_gasbomb_hack", "fg": 4645, "bg": 1172 }, + { "id": "mon_flashbang_hack", "fg": 4644, "bg": 1172 }, + { "id": "mon_c4_hack", "fg": 4643, "bg": 1172 }, + { "id": "mon_EMP_hack", "fg": 4642, "bg": 1172 }, + { "id": "mon_chicken", "fg": 4649, "bg": 1172 }, + { "id": "mon_cow", "fg": 4650, "bg": 1171 }, + { "id": "mon_deer", "fg": 4651, "bg": 1171 }, + { "id": "mon_frog_giant", "fg": 4652, "bg": 1171 }, + { "id": "mon_grocerybot", "fg": 4653, "bg": 1172 }, + { "id": "mon_grocerybot_busted", "fg": 4654, "bg": 1172 }, + { "id": "mon_horse", "fg": 4655, "bg": 1171 }, + { "id": "mon_spider_widow_giant", "fg": 4656, "bg": 1171 }, + { "id": "infrared_creature", "fg": 4657 }, { "id": "weather_rain_drop", "fg": [ - { "weight": 100, "sprite": 4643 }, - { "weight": 100, "sprite": 4645 }, - { "weight": 100, "sprite": 4646 }, - { "weight": 100, "sprite": 4647 }, - { "weight": 100, "sprite": 4648 }, - { "weight": 100, "sprite": 4649 }, - { "weight": 100, "sprite": 4650 }, - { "weight": 100, "sprite": 4651 }, - { "weight": 100, "sprite": 4652 }, - { "weight": 100, "sprite": 4644 } - ] - }, - { "id": "weather_snowflake", "fg": 4653 }, - { "id": "weather_acid_drop", "fg": 4642 }, - { "id": [ "t_card_science", "t_card_robofac" ], "fg": 4658 }, - { "id": "t_card_reader_broken", "fg": 4657 }, - { "id": "t_card_military", "fg": 4656 }, - { "id": "t_card_industrial", "fg": 4655 }, - { "id": "t_card_fp", "fg": 4654 }, - { "id": "t_floor_red", "fg": 4661 }, - { "id": "t_floor_green", "fg": 4660 }, - { "id": "t_floor_blue", "fg": 4659 }, - { "id": [ "t_searth_test", "t_searth" ], "fg": 4662 }, - { "id": "t_current_trans", "fg": 4663, "bg": 2338 }, - { "id": "t_potential_trans", "fg": 4664, "bg": 2338 }, - { "id": "graffiti", "fg": 4665 }, - { "id": "t_floor_olight", "fg": 4666, "bg": 1626 }, - { "id": "t_thconc_floor_olight", "fg": 4666, "bg": 2374 }, - { "id": "t_metal_floor_olight", "fg": 4666, "bg": 1960 }, - { "id": "t_pedestal_wyrm", "fg": 4668, "bg": 2148 }, + { "weight": 100, "sprite": 4659 }, + { "weight": 100, "sprite": 4661 }, + { "weight": 100, "sprite": 4662 }, + { "weight": 100, "sprite": 4663 }, + { "weight": 100, "sprite": 4664 }, + { "weight": 100, "sprite": 4665 }, + { "weight": 100, "sprite": 4666 }, + { "weight": 100, "sprite": 4667 }, + { "weight": 100, "sprite": 4668 }, + { "weight": 100, "sprite": 4660 } + ] + }, + { "id": "weather_snowflake", "fg": 4669 }, + { "id": "weather_acid_drop", "fg": 4658 }, + { "id": [ "t_card_science", "t_card_robofac" ], "fg": 4674 }, + { "id": "t_card_reader_broken", "fg": 4673 }, + { "id": "t_card_military", "fg": 4672 }, + { "id": "t_card_industrial", "fg": 4671 }, + { "id": "t_card_fp", "fg": 4670 }, + { "id": "t_floor_red", "fg": 4677 }, + { "id": "t_floor_green", "fg": 4676 }, + { "id": "t_floor_blue", "fg": 4675 }, + { "id": [ "t_searth_test", "t_searth" ], "fg": 4678 }, + { "id": "t_current_trans", "fg": 4679, "bg": 2339 }, + { "id": "t_potential_trans", "fg": 4680, "bg": 2339 }, + { "id": "graffiti", "fg": 4681 }, + { "id": "t_floor_olight", "fg": 4682, "bg": 1627 }, + { "id": "t_thconc_floor_olight", "fg": 4682, "bg": 2375 }, + { "id": "t_metal_floor_olight", "fg": 4682, "bg": 1961 }, + { "id": "t_pedestal_wyrm", "fg": 4684, "bg": 2149 }, { "id": "t_pedestal_temple", - "fg": [ { "weight": 100, "sprite": 4669 }, { "weight": 100, "sprite": 4667 } ], - "bg": 1555 + "fg": [ { "weight": 100, "sprite": 4685 }, { "weight": 100, "sprite": 4683 } ], + "bg": 1556 }, { "id": "t_pedestal_temple_season_winter", - "fg": [ { "weight": 100, "sprite": 4669 }, { "weight": 100, "sprite": 4667 } ], - "bg": 1258 + "fg": [ { "weight": 100, "sprite": 4685 }, { "weight": 100, "sprite": 4683 } ], + "bg": 1259 }, - { "id": "t_zebra", "fg": 4670 }, - { "id": "t_zebra_season_winter", "fg": 1258 }, + { "id": "t_zebra", "fg": 4686 }, + { "id": "t_zebra_season_winter", "fg": 1259 }, { "id": [ "t_metal_railing", "t_concrete_railing", "t_glass_railing" ], "multitile": true, - "fg": 2095, - "bg": 1445, + "fg": 2096, + "bg": 1446, "additional_tiles": [ - { "id": "center", "bg": 1445, "fg": 2080 }, - { "id": "corner", "bg": 1445, "fg": [ 2082, 2084, 2083, 2081 ] }, - { "id": "t_connection", "bg": 1445, "fg": [ 2092, 2094, 2093, 2091 ] }, - { "id": "edge", "bg": 1445, "fg": [ 2086, 2085 ] }, - { "id": "end_piece", "bg": 1445, "fg": [ 2088, 2090, 2089, 2087 ] }, - { "bg": 1445, "id": "unconnected", "fg": [ 2095, 2095 ] } + { "id": "center", "bg": 1446, "fg": 2081 }, + { "id": "corner", "bg": 1446, "fg": [ 2083, 2085, 2084, 2082 ] }, + { "id": "t_connection", "bg": 1446, "fg": [ 2093, 2095, 2094, 2092 ] }, + { "id": "edge", "bg": 1446, "fg": [ 2087, 2086 ] }, + { "id": "end_piece", "bg": 1446, "fg": [ 2089, 2091, 2090, 2088 ] }, + { "bg": 1446, "id": "unconnected", "fg": [ 2096, 2096 ] } ] }, { "id": "t_chainfence", "multitile": true, "rotates": false, - "fg": 4671, - "bg": 2027, + "fg": 4687, + "bg": 2028, "additional_tiles": [ - { "id": "edge", "bg": 2027, "fg": [ 4672, 4671 ] }, - { "id": "end_piece", "bg": 2027, "fg": [ 4672, 4671, 4672, 4671 ] }, - { "bg": 2027, "id": "unconnected", "fg": 4671 } + { "id": "edge", "bg": 2028, "fg": [ 4688, 4687 ] }, + { "id": "end_piece", "bg": 2028, "fg": [ 4688, 4687, 4688, 4687 ] }, + { "bg": 2028, "id": "unconnected", "fg": 4687 } ] }, { "id": "t_chainfence_season_winter", "multitile": true, "rotates": false, - "fg": 4671, - "bg": 1258, - "additional_tiles": [ - { "id": "edge", "bg": 1258, "fg": [ 4672, 4671 ] }, - { "id": "end_piece", "bg": 1258, "fg": [ 4672, 4671, 4672, 4671 ] }, - { "bg": 1258, "id": "unconnected", "fg": 4671 } - ] - }, - { "id": "t_chaingate_c", "fg": 4674, "bg": 2027 }, - { "id": "t_chaingate_l", "fg": 4675, "bg": 2027 }, - { "id": "t_chaingate_o", "fg": 4676, "bg": 2027 }, - { "id": "t_chainfence_posts", "fg": 4673, "bg": 2027 }, - { "id": "t_chaingate_c_season_winter", "fg": 4674, "bg": 1258 }, - { "id": "t_chaingate_l_season_winter", "fg": 4675, "bg": 1258 }, - { "id": "t_chaingate_o_season_winter", "fg": 4676, "bg": 1258 }, - { "id": "t_chainfence_posts_season_winter", "fg": 4673, "bg": 1258 }, - { "id": "t_console", "fg": 4677 }, - { "id": "t_console_broken", "fg": 4678 }, - { "id": "t_dirtmound", "fg": 4679, "bg": 1729 }, - { "id": "t_dirtmound_season_summer", "fg": 4679, "bg": 1739 }, - { "id": "t_dirtmound_season_autumn", "fg": 4679, "bg": 1734 }, - { "id": "t_dirtmound_season_winter", "fg": 4680 }, - { "id": "t_door_metal_c", "fg": 4681 }, - { "id": "t_door_metal_o", "fg": 4682 }, - { "id": "t_fern", "fg": 4683, "bg": 1729 }, - { "id": "t_fern_harvested", "fg": 4684, "bg": 1729 }, - { "id": "t_fern_season_summer", "fg": 4683, "bg": 1739 }, - { "id": "t_fern_harvested_season_summer", "fg": 4684, "bg": 1739 }, - { "id": "t_fern_season_autumn", "fg": 4683, "bg": 1734 }, - { "id": "t_fern_harvested_season_autumn", "fg": 4684, "bg": 1734 }, - { "id": "t_fern_season_winter", "fg": 4683, "bg": 1257 }, - { "id": "t_fern_harvested_season_winter", "fg": 4684, "bg": 1257 }, + "fg": 4687, + "bg": 1259, + "additional_tiles": [ + { "id": "edge", "bg": 1259, "fg": [ 4688, 4687 ] }, + { "id": "end_piece", "bg": 1259, "fg": [ 4688, 4687, 4688, 4687 ] }, + { "bg": 1259, "id": "unconnected", "fg": 4687 } + ] + }, + { "id": "t_chaingate_c", "fg": 4690, "bg": 2028 }, + { "id": "t_chaingate_l", "fg": 4691, "bg": 2028 }, + { "id": "t_chaingate_o", "fg": 4692, "bg": 2028 }, + { "id": "t_chainfence_posts", "fg": 4689, "bg": 2028 }, + { "id": "t_chaingate_c_season_winter", "fg": 4690, "bg": 1259 }, + { "id": "t_chaingate_l_season_winter", "fg": 4691, "bg": 1259 }, + { "id": "t_chaingate_o_season_winter", "fg": 4692, "bg": 1259 }, + { "id": "t_chainfence_posts_season_winter", "fg": 4689, "bg": 1259 }, + { "id": "t_console", "fg": 4693 }, + { "id": "t_console_broken", "fg": 4694 }, + { "id": "t_dirtmound", "fg": 4695, "bg": 1730 }, + { "id": "t_dirtmound_season_summer", "fg": 4695, "bg": 1740 }, + { "id": "t_dirtmound_season_autumn", "fg": 4695, "bg": 1735 }, + { "id": "t_dirtmound_season_winter", "fg": 4696 }, + { "id": "t_door_metal_c", "fg": 4697 }, + { "id": "t_door_metal_o", "fg": 4698 }, + { "id": "t_fern", "fg": 4699, "bg": 1730 }, + { "id": "t_fern_harvested", "fg": 4700, "bg": 1730 }, + { "id": "t_fern_season_summer", "fg": 4699, "bg": 1740 }, + { "id": "t_fern_harvested_season_summer", "fg": 4700, "bg": 1740 }, + { "id": "t_fern_season_autumn", "fg": 4699, "bg": 1735 }, + { "id": "t_fern_harvested_season_autumn", "fg": 4700, "bg": 1735 }, + { "id": "t_fern_season_winter", "fg": 4699, "bg": 1258 }, + { "id": "t_fern_harvested_season_winter", "fg": 4700, "bg": 1258 }, { "id": [ "t_junk_palisade", "t_junk_wall" ], "fg": [ - { "weight": 100, "sprite": 4685 }, - { "weight": 100, "sprite": 4686 }, - { "weight": 100, "sprite": 4687 }, - { "weight": 100, "sprite": 4688 } + { "weight": 100, "sprite": 4701 }, + { "weight": 100, "sprite": 4702 }, + { "weight": 100, "sprite": 4703 }, + { "weight": 100, "sprite": 4704 } ] }, { "id": "t_paper", - "fg": 4705, + "fg": 4721, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4689 }, - { "id": "corner", "fg": [ 4691, 4693, 4692, 4690 ] }, - { "id": "t_connection", "fg": [ 4702, 4704, 4703, 4701 ] }, - { "id": "edge", "fg": [ 4695, 4694 ] }, - { "id": "end_piece", "fg": [ 4697, 4699, 4698, 4696 ] }, - { "id": "unconnected", "fg": [ 4705, 4705 ] } + { "id": "center", "fg": 4705 }, + { "id": "corner", "fg": [ 4707, 4709, 4708, 4706 ] }, + { "id": "t_connection", "fg": [ 4718, 4720, 4719, 4717 ] }, + { "id": "edge", "fg": [ 4711, 4710 ] }, + { "id": "end_piece", "fg": [ 4713, 4715, 4714, 4712 ] }, + { "id": "unconnected", "fg": [ 4721, 4721 ] } ] }, - { "id": "t_reinforced_glass_shutter", "fg": 4706 }, - { "id": "t_reinforced_glass_shutter_open", "fg": 4707 }, + { "id": "t_reinforced_glass_shutter", "fg": 4722 }, + { "id": "t_reinforced_glass_shutter_open", "fg": 4723 }, { "id": "t_sandbox", - "fg": 4723, + "fg": 4739, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4708 }, - { "id": "corner", "fg": [ 4710, 4712, 4711, 4709 ] }, - { "id": "t_connection", "fg": [ 4720, 4722, 4721, 4719 ] }, - { "id": "edge", "fg": [ 4714, 4713 ] }, - { "id": "end_piece", "fg": [ 4716, 4718, 4717, 4715 ] }, - { "id": "unconnected", "fg": [ 4723, 4723 ] } + { "id": "center", "fg": 4724 }, + { "id": "corner", "fg": [ 4726, 4728, 4727, 4725 ] }, + { "id": "t_connection", "fg": [ 4736, 4738, 4737, 4735 ] }, + { "id": "edge", "fg": [ 4730, 4729 ] }, + { "id": "end_piece", "fg": [ 4732, 4734, 4733, 4731 ] }, + { "id": "unconnected", "fg": [ 4739, 4739 ] } ] }, - { "id": "t_slot_machine", "fg": 4724, "bg": 1626 }, - { "id": "t_strconc_wall", "fg": 4725 }, + { "id": "t_slot_machine", "fg": 4740, "bg": 1627 }, + { "id": "t_strconc_wall", "fg": 4741 }, { "id": "t_trunk", "multitile": true, - "fg": [ 4727, 4726 ], - "bg": [ { "weight": 100, "sprite": 1729 }, { "weight": 100, "sprite": 1731 } ] + "fg": [ 4743, 4742 ], + "bg": [ { "weight": 100, "sprite": 1730 }, { "weight": 100, "sprite": 1732 } ] }, { "id": "t_trunk_season_summer", "multitile": true, - "fg": [ 4727, 4726 ], - "bg": [ { "weight": 100, "sprite": 1739 }, { "weight": 100, "sprite": 1741 } ] + "fg": [ 4743, 4742 ], + "bg": [ { "weight": 100, "sprite": 1740 }, { "weight": 100, "sprite": 1742 } ] }, { "id": "t_trunk_season_autumn", "multitile": true, - "fg": [ 4727, 4726 ], - "bg": [ { "weight": 100, "sprite": 1734 }, { "weight": 100, "sprite": 1736 } ] + "fg": [ 4743, 4742 ], + "bg": [ { "weight": 100, "sprite": 1735 }, { "weight": 100, "sprite": 1737 } ] }, - { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 4727, 4726 ], "bg": 1258 }, - { "id": "t_wall_metal", "fg": 4728 }, + { "id": "t_trunk_season_winter", "multitile": true, "fg": [ 4743, 4742 ], "bg": 1259 }, + { "id": "t_wall_metal", "fg": 4744 }, { "id": "t_wax", - "fg": 4744, + "fg": 4760, "multitile": true, "additional_tiles": [ - { "id": "center", "fg": 4729 }, - { "id": "corner", "fg": [ 4731, 4733, 4732, 4730 ] }, - { "id": "t_connection", "fg": [ 4741, 4743, 4742, 4740 ] }, - { "id": "edge", "fg": [ 4735, 4734 ] }, - { "id": "end_piece", "fg": [ 4737, 4739, 4738, 4736 ] }, - { "id": "unconnected", "fg": [ 4744, 4744 ] } + { "id": "center", "fg": 4745 }, + { "id": "corner", "fg": [ 4747, 4749, 4748, 4746 ] }, + { "id": "t_connection", "fg": [ 4757, 4759, 4758, 4756 ] }, + { "id": "edge", "fg": [ 4751, 4750 ] }, + { "id": "end_piece", "fg": [ 4753, 4755, 4754, 4752 ] }, + { "id": "unconnected", "fg": [ 4760, 4760 ] } ] }, - { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 4745, "bg": 2675 }, - { "id": "t_window_frame", "fg": 4746 }, - { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 4747, "bg": 2675 }, - { "id": "t_pit_glass", "fg": 943, "bg": 2047 }, - { "id": "t_pit_spiked", "fg": 1020, "bg": 2047 }, - { "id": "tr_firewood_source", "fg": 4748 }, - { "id": "tr_unfinished_construction", "fg": 4749 }, + { "id": [ "t_window_boarded", "t_window_boarded_noglass" ], "fg": 4761, "bg": 2676 }, + { "id": "t_window_frame", "fg": 4762 }, + { "id": [ "t_window_reinforced", "t_window_reinforced_noglass" ], "fg": 4763, "bg": 2676 }, + { "id": "t_pit_glass", "fg": 944, "bg": 2048 }, + { "id": "t_pit_spiked", "fg": 1021, "bg": 2048 }, + { "id": "tr_firewood_source", "fg": 4764 }, + { "id": "tr_unfinished_construction", "fg": 4765 }, { "id": "vp_board_ne", - "fg": [ 4754, 4757, 4756, 4755 ], + "fg": [ 4770, 4773, 4772, 4771 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4754, 4757, 4756, 4755 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4770, 4773, 4772, 4771 ] } ] }, { "id": "vp_board_nw", - "fg": [ 4758, 4761, 4760, 4759 ], + "fg": [ 4774, 4777, 4776, 4775 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4758, 4761, 4760, 4759 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4774, 4777, 4776, 4775 ] } ] }, { "id": "vp_board_se", - "fg": [ 4762, 4764, 4758, 4763 ], + "fg": [ 4778, 4780, 4774, 4779 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4762, 4764, 4758, 4763 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4778, 4780, 4774, 4779 ] } ] }, { "id": "vp_board_sw", - "fg": [ 4765, 4767, 4754, 4766 ], + "fg": [ 4781, 4783, 4770, 4782 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4765, 4767, 4754, 4766 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4781, 4783, 4770, 4782 ] } ] }, { "id": "vp_board_vertical_left", - "fg": [ 4768, 4770, 4771, 4769 ], + "fg": [ 4784, 4786, 4787, 4785 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4768, 4770, 4771, 4769 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4784, 4786, 4787, 4785 ] } ] }, { "id": "vp_board_vertical_right", - "fg": [ 4771, 4769, 4768, 4770 ], + "fg": [ 4787, 4785, 4784, 4786 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4771, 4769, 4768, 4770 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4787, 4785, 4784, 4786 ] } ] }, { "id": [ "vp_board_horizontal", "vp_board_horizontal_2" ], - "fg": 4750, + "fg": 4766, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4750 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4766 } ] }, { "id": "vp_board_horizontal_front", - "fg": [ 4750, 4752, 4750, 4751 ], + "fg": [ 4766, 4768, 4766, 4767 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4750, 4752, 4750, 4751 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4766, 4768, 4766, 4767 ] } ] }, { "id": "vp_board_horizontal_rear", - "fg": [ 4753, 4751, 4750, 4752 ], + "fg": [ 4769, 4767, 4766, 4768 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4753, 4751, 4750, 4752 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4769, 4767, 4766, 4768 ] } ] }, { "id": [ "vp_board_vertical", "vp_board_vertical_2" ], - "fg": 4768, + "fg": 4784, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4768 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4784 } ] }, { "id": "vp_hdboard_ne", - "fg": [ 4832, 4835, 4834, 4833 ], + "fg": [ 4848, 4851, 4850, 4849 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4832, 4835, 4834, 4833 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4848, 4851, 4850, 4849 ] } ] }, { "id": "vp_hdboard_nw", - "fg": [ 4836, 4839, 4838, 4837 ], + "fg": [ 4852, 4855, 4854, 4853 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4836, 4839, 4838, 4837 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4852, 4855, 4854, 4853 ] } ] }, { "id": "vp_hdboard_se", - "fg": [ 4840, 4842, 4836, 4841 ], + "fg": [ 4856, 4858, 4852, 4857 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4840, 4842, 4836, 4841 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4856, 4858, 4852, 4857 ] } ] }, { "id": "vp_hdboard_sw", - "fg": [ 4843, 4845, 4832, 4844 ], + "fg": [ 4859, 4861, 4848, 4860 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4843, 4845, 4832, 4844 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4859, 4861, 4848, 4860 ] } ] }, { "id": "vp_hdboard_vertical_left", - "fg": [ 4846, 4848, 4847, 4848 ], + "fg": [ 4862, 4864, 4863, 4864 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4846, 4848, 4847, 4848 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4862, 4864, 4863, 4864 ] } ] }, { "id": "vp_hdboard_vertical_right", - "fg": [ 4847, 4848, 4846, 4848 ], + "fg": [ 4863, 4864, 4862, 4864 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4847, 4848, 4846, 4848 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4863, 4864, 4862, 4864 ] } ] }, { "id": [ "vp_hdboard_horizontal", "vp_hdboard_horizontal_2" ], - "fg": 4828, + "fg": 4844, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4828 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4844 } ] }, { "id": "vp_hdboard_horizontal_front", - "fg": [ 4828, 4830, 4828, 4829 ], + "fg": [ 4844, 4846, 4844, 4845 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4828, 4830, 4828, 4829 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4844, 4846, 4844, 4845 ] } ] }, { "id": "vp_hdboard_horizontal_rear", - "fg": [ 4831, 4829, 4828, 4830 ], + "fg": [ 4847, 4845, 4844, 4846 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4831, 4829, 4828, 4830 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4847, 4845, 4844, 4846 ] } ] }, { "id": [ "vp_hdboard_vertical", "vp_hdboard_vertical_2" ], - "fg": 4846, + "fg": 4862, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4846 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4862 } ] }, { "id": "vp_halfboard_ne", - "fg": [ 4793, 4796, 4795, 4794 ], + "fg": [ 4809, 4812, 4811, 4810 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4793, 4796, 4795, 4794 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4809, 4812, 4811, 4810 ] } ] }, { "id": "vp_halfboard_nw", - "fg": [ 4797, 4800, 4799, 4798 ], + "fg": [ 4813, 4816, 4815, 4814 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4797, 4800, 4799, 4798 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4813, 4816, 4815, 4814 ] } ] }, { "id": "vp_halfboard_se", - "fg": [ 4801, 4804, 4803, 4802 ], + "fg": [ 4817, 4820, 4819, 4818 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4801, 4804, 4803, 4802 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4817, 4820, 4819, 4818 ] } ] }, { "id": "vp_halfboard_sw", - "fg": [ 4805, 4808, 4807, 4806 ], + "fg": [ 4821, 4824, 4823, 4822 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4805, 4808, 4807, 4806 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4821, 4824, 4823, 4822 ] } ] }, { "id": "vp_halfboard_vertical_left", - "fg": [ 4816, 4818, 4819, 4817 ], + "fg": [ 4832, 4834, 4835, 4833 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4816, 4818, 4819, 4817 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4832, 4834, 4835, 4833 ] } ] }, { "id": "vp_halfboard_vertical_2_left", - "fg": [ 4810, 4812, 4813, 4811 ], + "fg": [ 4826, 4828, 4829, 4827 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4810, 4812, 4813, 4811 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4826, 4828, 4829, 4827 ] } ] }, { "id": "vp_halfboard_vertical_right", - "fg": [ 4819, 4817, 4816, 4818 ], + "fg": [ 4835, 4833, 4832, 4834 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4819, 4817, 4816, 4818 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4835, 4833, 4832, 4834 ] } ] }, { "id": "vp_halfboard_vertical_2_right", - "fg": [ 4813, 4815, 4810, 4814 ], + "fg": [ 4829, 4831, 4826, 4830 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4813, 4815, 4810, 4814 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4829, 4831, 4826, 4830 ] } ] }, { "id": "vp_halfboard_vertical_t_left", - "fg": [ 4821, 4823, 4822, 4820 ], + "fg": [ 4837, 4839, 4838, 4836 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4821, 4823, 4822, 4820 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4837, 4839, 4838, 4836 ] } ] }, { "id": "vp_halfboard_vertical_t_right", - "fg": [ 4825, 4827, 4826, 4824 ], + "fg": [ 4841, 4843, 4842, 4840 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4825, 4827, 4826, 4824 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4841, 4843, 4842, 4840 ] } ] }, { "id": [ "vp_halfboard_horizontal", "vp_halfboard_horizontal_2" ], - "fg": 4776, + "fg": 4792, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4776 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4792 } ] }, { "id": "vp_halfboard_horizontal_front", - "fg": [ 4785, 4788, 4787, 4786 ], + "fg": [ 4801, 4804, 4803, 4802 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4785, 4788, 4787, 4786 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4801, 4804, 4803, 4802 ] } ] }, { "id": "vp_halfboard_horizontal_2_front", - "fg": [ 4777, 4780, 4779, 4778 ], + "fg": [ 4793, 4796, 4795, 4794 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4777, 4780, 4779, 4778 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4793, 4796, 4795, 4794 ] } ] }, { "id": "vp_halfboard_horizontal_rear", - "fg": [ 4789, 4792, 4791, 4790 ], + "fg": [ 4805, 4808, 4807, 4806 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4789, 4792, 4791, 4790 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4805, 4808, 4807, 4806 ] } ] }, { "id": "vp_halfboard_horizontal_2_rear", - "fg": [ 4781, 4784, 4783, 4782 ], + "fg": [ 4797, 4800, 4799, 4798 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4781, 4784, 4783, 4782 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4797, 4800, 4799, 4798 ] } ] }, { "id": [ "vp_halfboard_vertical", "vp_halfboard_vertical_2" ], - "fg": 4809, + "fg": 4825, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4809 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4825 } ] }, { "id": "vp_halfboard_cover", - "fg": [ 4772, 4775, 4774, 4773 ], + "fg": [ 4788, 4791, 4790, 4789 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4772, 4775, 4774, 4773 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4788, 4791, 4790, 4789 ] } ] }, { "id": "vp_hdhalfboard_ne", - "fg": 4863, + "fg": 4879, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4863 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4879 } ] }, { "id": "vp_hdhalfboard_nw", - "fg": 4864, + "fg": 4880, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4864 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4880 } ] }, { "id": "vp_hdhalfboard_se", - "fg": 4865, + "fg": 4881, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4865 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4881 } ] }, { "id": "vp_hdhalfboard_sw", - "fg": 4866, + "fg": 4882, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4866 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4882 } ] }, { "id": "vp_hdhalfboard_vertical_left", - "fg": 4871, + "fg": 4887, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4871 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4887 } ] }, { "id": "vp_hdhalfboard_vertical_right", - "fg": 4872, + "fg": 4888, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4872 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4888 } ] }, { "id": "vp_hdhalfboard_horizontal", - "fg": 4858, + "fg": 4874, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4858 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4874 } ] }, { "id": "vp_hdhalfboard_horizontal_2", - "fg": 4853, + "fg": 4869, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4853 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4869 } ] }, { "id": "vp_hdhalfboard_horizontal_front", - "fg": [ 4858, 4861, 4860, 4859 ], + "fg": [ 4874, 4877, 4876, 4875 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4858, 4861, 4860, 4859 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4874, 4877, 4876, 4875 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_front", - "fg": [ 4853, 4856, 4855, 4854 ], + "fg": [ 4869, 4872, 4871, 4870 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4853, 4856, 4855, 4854 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4869, 4872, 4871, 4870 ] } ] }, { "id": "vp_hdhalfboard_horizontal_rear", - "fg": [ 4862, 4859, 4858, 4861 ], + "fg": [ 4878, 4875, 4874, 4877 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4862, 4859, 4858, 4861 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4878, 4875, 4874, 4877 ] } ] }, { "id": "vp_hdhalfboard_horizontal_2_rear", - "fg": [ 4857, 4854, 4853, 4856 ], + "fg": [ 4873, 4870, 4869, 4872 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4857, 4854, 4853, 4856 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4873, 4870, 4869, 4872 ] } ] }, { "id": "vp_hdhalfboard_vertical", - "fg": 4867, + "fg": 4883, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4867 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4883 } ] }, { "id": "vp_hdhalfboard_vertical_2", - "fg": 4868, + "fg": 4884, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4868 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4884 } ] }, { "id": "vp_hdhalfboard_vertical_2_left", - "fg": 4869, + "fg": 4885, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4869 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4885 } ] }, { "id": "vp_hdhalfboard_vertical_2_right", - "fg": 4870, + "fg": 4886, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4870 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4886 } ] }, { "id": "vp_hdhalfboard_cover", - "fg": [ 4849, 4852, 4851, 4850 ], + "fg": [ 4865, 4868, 4867, 4866 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4849, 4852, 4851, 4850 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4865, 4868, 4867, 4866 ] } ] }, { "id": "vp_xlhalfboard_ne", - "fg": [ 4882, 4885, 4884, 4883 ], + "fg": [ 4898, 4901, 4900, 4899 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4882, 4885, 4884, 4883 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4898, 4901, 4900, 4899 ] } ] }, { "id": "vp_xlhalfboard_nw", - "fg": [ 4886, 4889, 4888, 4887 ], + "fg": [ 4902, 4905, 4904, 4903 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4886, 4889, 4888, 4887 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4902, 4905, 4904, 4903 ] } ] }, { "id": "vp_xlhalfboard_se", - "fg": 4890, + "fg": 4906, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4890 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4906 } ] }, { "id": "vp_xlhalfboard_sw", - "fg": 4891, + "fg": 4907, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4891 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4907 } ] }, { "id": "vp_xlhalfboard_vertical_left", - "fg": 4893, + "fg": 4909, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4893 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4909 } ] }, { "id": "vp_xlhalfboard_vertical_right", - "fg": 4894, + "fg": 4910, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4894 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4910 } ] }, { "id": [ "vp_xlhalfboard_horizontal", "vp_xlhalfboard_horizontal_2" ], - "fg": 4877, + "fg": 4893, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4877 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4893 } ] }, { "id": "vp_xlhalfboard_horizontal_front", - "fg": [ 4877, 4880, 4879, 4878 ], + "fg": [ 4893, 4896, 4895, 4894 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4877, 4880, 4879, 4878 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4893, 4896, 4895, 4894 ] } ] }, { "id": "vp_xlhalfboard_horizontal_rear", - "fg": 4881, + "fg": 4897, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4881 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4897 } ] }, { "id": [ "vp_xlhalfboard_vertical", "vp_xlhalfboard_vertical_2" ], - "fg": 4892, + "fg": 4908, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4892 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4908 } ] }, { "id": "vp_xlhalfboard_cover", - "fg": [ 4873, 4876, 4875, 4874 ], + "fg": [ 4889, 4892, 4891, 4890 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4873, 4876, 4875, 4874 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4889, 4892, 4891, 4890 ] } ] }, { "id": "vp_stowboard_ne", - "fg": [ 4923, 4926, 4925, 4924 ], + "fg": [ 4939, 4942, 4941, 4940 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4923, 4926, 4925, 4924 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4939, 4942, 4941, 4940 ] } ] }, { "id": "vp_stowboard_nw", - "fg": [ 4927, 4930, 4929, 4928 ], + "fg": [ 4943, 4946, 4945, 4944 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4927, 4930, 4929, 4928 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4943, 4946, 4945, 4944 ] } ] }, { "id": "vp_stowboard_se", - "fg": [ 4931, 4933, 4927, 4932 ], + "fg": [ 4947, 4949, 4943, 4948 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4931, 4933, 4927, 4932 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4947, 4949, 4943, 4948 ] } ] }, { "id": "vp_stowboard_sw", - "fg": [ 4934, 4936, 4923, 4935 ], + "fg": [ 4950, 4952, 4939, 4951 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4934, 4936, 4923, 4935 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4950, 4952, 4939, 4951 ] } ] }, { "id": "vp_stowboard_vertical_left", - "fg": [ 4937, 4939, 4940, 4938 ], + "fg": [ 4953, 4955, 4956, 4954 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4937, 4939, 4940, 4938 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4953, 4955, 4956, 4954 ] } ] }, { "id": "vp_stowboard_vertical_right", - "fg": [ 4940, 4938, 4937, 4939 ], + "fg": [ 4956, 4954, 4953, 4955 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4940, 4938, 4937, 4939 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4956, 4954, 4953, 4955 ] } ] }, { "id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ], - "fg": 4918, + "fg": 4934, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4918 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4934 } ] }, { "id": "vp_stowboard_horizontal_front", - "fg": [ 4918, 4921, 4920, 4919 ], + "fg": [ 4934, 4937, 4936, 4935 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4918, 4921, 4920, 4919 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4934, 4937, 4936, 4935 ] } ] }, { "id": "vp_stowboard_horizontal_rear", - "fg": [ 4922, 4919, 4918, 4921 ], + "fg": [ 4938, 4935, 4934, 4937 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4922, 4919, 4918, 4921 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4938, 4935, 4934, 4937 ] } ] }, { "id": "vp_stowboard_vertical", - "fg": 4938, + "fg": 4954, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4938 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4954 } ] }, { "id": "vp_hdstowboard_ne", - "fg": [ 4900, 4903, 4902, 4901 ], + "fg": [ 4916, 4919, 4918, 4917 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4900, 4903, 4902, 4901 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4916, 4919, 4918, 4917 ] } ] }, { "id": "vp_hdstowboard_nw", - "fg": [ 4904, 4907, 4906, 4905 ], + "fg": [ 4920, 4923, 4922, 4921 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4904, 4907, 4906, 4905 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4920, 4923, 4922, 4921 ] } ] }, { "id": "vp_hdstowboard_se", - "fg": [ 4908, 4910, 4904, 4909 ], + "fg": [ 4924, 4926, 4920, 4925 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4908, 4910, 4904, 4909 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4924, 4926, 4920, 4925 ] } ] }, { "id": "vp_hdstowboard_sw", - "fg": [ 4911, 4913, 4900, 4912 ], + "fg": [ 4927, 4929, 4916, 4928 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4911, 4913, 4900, 4912 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4927, 4929, 4916, 4928 ] } ] }, { "id": "vp_hdstowboard_vertical_left", - "fg": [ 4914, 4916, 4917, 4915 ], + "fg": [ 4930, 4932, 4933, 4931 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4914, 4916, 4917, 4915 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4930, 4932, 4933, 4931 ] } ] }, { "id": "vp_hdstowboard_vertical_right", - "fg": [ 4917, 4915, 4914, 4916 ], + "fg": [ 4933, 4931, 4930, 4932 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4917, 4915, 4914, 4916 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4933, 4931, 4930, 4932 ] } ] }, { "id": [ "vp_hdstowboard_horizontal", "vp_hdstowboard_horizontal_2" ], - "fg": 4895, + "fg": 4911, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4895 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4911 } ] }, { "id": "vp_hdstowboard_horizontal_front", - "fg": [ 4895, 4898, 4897, 4896 ], + "fg": [ 4911, 4914, 4913, 4912 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4895, 4898, 4897, 4896 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4911, 4914, 4913, 4912 ] } ] }, { "id": "vp_hdstowboard_horizontal_rear", - "fg": [ 4899, 4896, 4895, 4898 ], + "fg": [ 4915, 4912, 4911, 4914 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4899, 4896, 4895, 4898 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4915, 4912, 4911, 4914 ] } ] }, { "id": "vp_hdstowboard_vertical", - "fg": 4915, + "fg": 4931, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4915 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4931 } ] }, { "id": "vp_woodboard_ne", - "fg": [ 4945, 4946, 4951, 4952 ], + "fg": [ 4961, 4962, 4967, 4968 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4945, 4946, 4951, 4952 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4961, 4962, 4967, 4968 ] } ] }, { "id": "vp_woodboard_nw", - "fg": [ 4947, 4948, 4949, 4950 ], + "fg": [ 4963, 4964, 4965, 4966 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4947, 4948, 4949, 4950 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4963, 4964, 4965, 4966 ] } ] }, { "id": "vp_woodboard_se", - "fg": [ 4949, 4950, 4947, 4948 ], + "fg": [ 4965, 4966, 4963, 4964 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4949, 4950, 4947, 4948 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4965, 4966, 4963, 4964 ] } ] }, { "id": "vp_woodboard_sw", - "fg": [ 4951, 4952, 4945, 4946 ], + "fg": [ 4967, 4968, 4961, 4962 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4951, 4952, 4945, 4946 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4967, 4968, 4961, 4962 ] } ] }, { "id": "vp_woodboard_vertical_left", - "fg": [ 4953, 4943, 4954, 4941 ], + "fg": [ 4969, 4959, 4970, 4957 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4953, 4943, 4954, 4941 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4969, 4959, 4970, 4957 ] } ] }, { "id": "vp_woodboard_vertical_right", - "fg": [ 4954, 4941, 4953, 4943 ], + "fg": [ 4970, 4957, 4969, 4959 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4954, 4941, 4953, 4943 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4970, 4957, 4969, 4959 ] } ] }, { "id": [ "vp_woodboard_horizontal", "vp_woodboard_vertical", "vp_woodboard_horizontal_front" ], - "fg": [ 4941, 4942, 4943, 4944 ], + "fg": [ 4957, 4958, 4959, 4960 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4941, 4942, 4943, 4944 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4957, 4958, 4959, 4960 ] } ] }, { "id": "vp_woodboard_horizontal_rear", - "fg": [ 4943, 4944, 4941, 4942 ], + "fg": [ 4959, 4960, 4957, 4958 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4943, 4944, 4941, 4942 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4959, 4960, 4957, 4958 ] } ] }, { "id": [ "vp_woodhalfboard_ne" ], - "fg": 4959, + "fg": 4975, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4959 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4975 } ] }, { "id": "vp_woodhalfboard_nw", - "fg": 4958, + "fg": 4974, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4958 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4974 } ] }, { "id": "vp_woodhalfboard_se", - "fg": 4963, + "fg": 4979, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4963 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4979 } ] }, { "id": "vp_woodhalfboard_sw", - "fg": 4962, + "fg": 4978, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4962 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4978 } ] }, { "id": [ "vp_woodhalfboard_vertical_left", "vp_woodhalfboard_vertical_2_left", "vp_woodhalfboard_vertical_T_left" ], - "fg": 4960, + "fg": 4976, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4960 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4976 } ] }, { "id": [ "vp_woodhalfboard_vertical_right", "vp_woodhalfboard_vertical_2_right", "vp_woodhalfboard_vertical_T_right" ], - "fg": 4964, + "fg": 4980, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4964 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4980 } ] }, { "id": [ @@ -7470,934 +7477,934 @@ "vp_woodhalfboard_horizontal_front", "vp_woodhalfboard_horizontal_2_front" ], - "fg": 4957, + "fg": 4973, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4957 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4973 } ] }, { "id": [ "vp_woodhalfboard_horizontal_rear", "vp_woodhalfboard_horizontal_2_rear" ], - "fg": 4961, + "fg": 4977, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4961 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4977 } ] }, { "id": [ "vp_woodhalfboard", "vp_woodhalfboard_cross", "vp_woodhalfboard_vertical", "vp_woodhalfboard_vertical_2" ], - "fg": 4956, + "fg": 4972, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4956 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4972 } ] }, { "id": [ "vp_woodhalfboard_cover" ], - "fg": 4955, + "fg": 4971, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4955 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4971 } ] }, { "id": [ "vp_basketsm", "vp_basketsm_external" ], - "fg": [ 4976, 4975 ], + "fg": [ 4992, 4991 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4976, 4975 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4992, 4991 ] } ] }, { "id": "vp_basketsm_bike_rear", - "fg": [ 4972, 4974, 4973, 4971 ], + "fg": [ 4988, 4990, 4989, 4987 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4972, 4974, 4973, 4971 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4988, 4990, 4989, 4987 ] } ] }, { "id": [ "vp_basketlg", "vp_basketlg_external" ], - "fg": [ 4970, 4969 ], + "fg": [ 4986, 4985 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4970, 4969 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4986, 4985 ] } ] }, { "id": "vp_basketlg_cart", - "fg": [ 4966, 4968, 4967, 4965 ], + "fg": [ 4982, 4984, 4983, 4981 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4966, 4968, 4967, 4965 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4982, 4984, 4983, 4981 ] } ] }, { "id": "vp_box", - "fg": [ 4977, 4978 ], + "fg": [ 4993, 4994 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4977, 4978 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4993, 4994 ] } ] }, { "id": "vp_wood box", - "fg": [ 4987, 4986 ], + "fg": [ 5003, 5002 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4987, 4986 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5003, 5002 ] } ] }, { "id": "vp_box_wheelbarrow", - "fg": [ 4980, 4982, 4981, 4979 ], + "fg": [ 4996, 4998, 4997, 4995 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 4980, 4982, 4981, 4979 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 4996, 4998, 4997, 4995 ] } ] }, { "id": "vp_trunk", - "fg": 4984, + "fg": 5000, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4984 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5000 } ] }, { "id": "vp_trunk_rear_edge", - "fg": 4985, + "fg": 5001, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4985 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5001 } ] }, { "id": [ "vp_cargo_space", "animal_compartment" ], - "fg": 4983, + "fg": 4999, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 4983 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 4999 } ] }, { "id": "vp_door_internal", - "fg": [ 5012, 5016, 5014, 5010 ], + "fg": [ 5028, 5032, 5030, 5026 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5013, 5017, 5015, 5011 ] }, { "id": "broken", "fg": 4991, "bg": [ 5013, 5017, 5015, 5011 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5029, 5033, 5031, 5027 ] }, { "id": "broken", "fg": 5007, "bg": [ 5029, 5033, 5031, 5027 ] } ] }, { "id": [ "vp_door", "vp_door_sliding" ], - "fg": 5008, + "fg": 5024, "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5009 }, { "id": "broken", "fg": 4991, "bg": 5008 } ] + "additional_tiles": [ { "id": "open", "fg": 5025 }, { "id": "broken", "fg": 5007, "bg": 5024 } ] }, { "id": "vp_door_front", - "fg": [ 5000, 5007, 5006, 5005 ], + "fg": [ 5016, 5023, 5022, 5021 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5002, 5004, 5003, 5001 ] }, { "id": "broken", "fg": 4991, "bg": [ 5002, 5004, 5003, 5001 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5018, 5020, 5019, 5017 ] }, { "id": "broken", "fg": 5007, "bg": [ 5018, 5020, 5019, 5017 ] } ] }, { "id": "vp_door_rear", - "fg": [ 5054, 5061, 5060, 5059 ], + "fg": [ 5070, 5077, 5076, 5075 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5056, 5058, 5057, 5055 ] }, { "id": "broken", "fg": 4991, "bg": [ 5056, 5058, 5057, 5055 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5072, 5074, 5073, 5071 ] }, { "id": "broken", "fg": 5007, "bg": [ 5072, 5074, 5073, 5071 ] } ] }, { "id": [ "vp_door_left", "vp_door_vertical_left" ], - "fg": [ 4992, 4995, 4994, 4993 ], + "fg": [ 5008, 5011, 5010, 5009 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5019, 5021, 5020, 5018 ] }, { "id": "broken", "fg": 4991, "bg": [ 5019, 5021, 5020, 5018 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5035, 5037, 5036, 5034 ] }, { "id": "broken", "fg": 5007, "bg": [ 5035, 5037, 5036, 5034 ] } ] }, { "id": [ "vp_door_nw", "vp_door_front_left" ], - "fg": [ 5026, 5029, 5028, 5027 ], + "fg": [ 5042, 5045, 5044, 5043 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5019, 5021, 5020, 5018 ] }, { "id": "broken", "fg": 4991, "bg": [ 5019, 5021, 5020, 5018 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5035, 5037, 5036, 5034 ] }, { "id": "broken", "fg": 5007, "bg": [ 5035, 5037, 5036, 5034 ] } ] }, { "id": [ "vp_door_sw", "vp_door_rear_left" ], - "fg": [ 5075, 5078, 5077, 5076 ], + "fg": [ 5091, 5094, 5093, 5092 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5019, 5021, 5020, 5018 ] }, { "id": "broken", "fg": 4991, "bg": [ 5019, 5021, 5020, 5018 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5035, 5037, 5036, 5034 ] }, { "id": "broken", "fg": 5007, "bg": [ 5035, 5037, 5036, 5034 ] } ] }, { "id": [ "vp_door_right", "vp_door_vertical_right" ], - "fg": [ 4996, 4999, 4998, 4997 ], + "fg": [ 5012, 5015, 5014, 5013 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5063, 5065, 5064, 5062 ] }, { "id": "broken", "fg": 4991, "bg": [ 5063, 5065, 5064, 5062 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5079, 5081, 5080, 5078 ] }, { "id": "broken", "fg": 5007, "bg": [ 5079, 5081, 5080, 5078 ] } ] }, { "id": [ "vp_door_ne", "vp_door_front_right" ], - "fg": [ 5022, 5025, 5024, 5023 ], + "fg": [ 5038, 5041, 5040, 5039 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5063, 5065, 5064, 5062 ] }, { "id": "broken", "fg": 4991, "bg": [ 5063, 5065, 5064, 5062 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5079, 5081, 5080, 5078 ] }, { "id": "broken", "fg": 5007, "bg": [ 5079, 5081, 5080, 5078 ] } ] }, { "id": [ "vp_door_se", "vp_door_rear_right" ], - "fg": [ 5066, 5069, 5068, 5067 ], + "fg": [ 5082, 5085, 5084, 5083 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5063, 5065, 5064, 5062 ] }, { "id": "broken", "fg": 4991, "bg": [ 5063, 5065, 5064, 5062 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5079, 5081, 5080, 5078 ] }, { "id": "broken", "fg": 5007, "bg": [ 5079, 5081, 5080, 5078 ] } ] }, { "id": "vp_door_shutter", - "fg": [ 5070, 5074, 5073, 5072 ], + "fg": [ 5086, 5090, 5089, 5088 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": 5071 }, { "id": "broken", "fg": 4991, "bg": 5071 } ] + "additional_tiles": [ { "id": "open", "fg": 5087 }, { "id": "broken", "fg": 5007, "bg": 5087 } ] }, { "id": "vp_door_trunk", - "fg": [ 5079, 5086, 5085, 5084 ], + "fg": [ 5095, 5102, 5101, 5100 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5080, 5083, 5082, 5081 ] }, { "id": "broken", "fg": 4991, "bg": [ 5080, 5083, 5082, 5081 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5096, 5099, 5098, 5097 ] }, { "id": "broken", "fg": 5007, "bg": [ 5096, 5099, 5098, 5097 ] } ] }, { "id": [ "vp_hddoor_trunk", "vp_hatch", "vp_hatch_opaque", "vp_hdhatch", "vp_hdhatch_opaque" ], - "fg": [ 5135, 5142, 5141, 5140 ], + "fg": [ 5151, 5158, 5157, 5156 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5136, 5139, 5138, 5137 ] }, { "id": "broken", "fg": 4991, "bg": [ 5136, 5139, 5138, 5137 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5152, 5155, 5154, 5153 ] }, { "id": "broken", "fg": 5007, "bg": [ 5152, 5155, 5154, 5153 ] } ] }, { "id": "vp_hddoor_left", - "fg": [ 5088, 5090, 5089, 5087 ], + "fg": [ 5104, 5106, 5105, 5103 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5100, 5102, 5101, 5099 ] }, { "id": "broken", "fg": 4991, "bg": [ 5100, 5102, 5101, 5099 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5116, 5118, 5117, 5115 ] }, { "id": "broken", "fg": 5007, "bg": [ 5116, 5118, 5117, 5115 ] } ] }, { "id": "vp_hddoor_right", - "fg": [ 5092, 5094, 5093, 5091 ], + "fg": [ 5108, 5110, 5109, 5107 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5132, 5134, 5133, 5131 ] }, { "id": "broken", "fg": 4991, "bg": [ 5132, 5134, 5133, 5131 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5148, 5150, 5149, 5147 ] }, { "id": "broken", "fg": 5007, "bg": [ 5148, 5150, 5149, 5147 ] } ] }, { "id": [ "vp_hddoor", "vp_hddoor_front" ], - "fg": [ 5096, 5098, 5097, 5095 ], + "fg": [ 5112, 5114, 5113, 5111 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5002, 5004, 5003, 5001 ] }, { "id": "broken", "fg": 4991, "bg": [ 5002, 5004, 5003, 5001 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5018, 5020, 5019, 5017 ] }, { "id": "broken", "fg": 5007, "bg": [ 5018, 5020, 5019, 5017 ] } ] }, { "id": "vp_hddoor_rear", - "fg": [ 5128, 5130, 5129, 5127 ], + "fg": [ 5144, 5146, 5145, 5143 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5056, 5058, 5057, 5055 ] }, { "id": "broken", "fg": 4991, "bg": [ 5056, 5058, 5057, 5055 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5072, 5074, 5073, 5071 ] }, { "id": "broken", "fg": 5007, "bg": [ 5072, 5074, 5073, 5071 ] } ] }, { "id": "vp_door_opaque_left", - "fg": [ 5039, 5041, 5040, 5038 ], + "fg": [ 5055, 5057, 5056, 5054 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5035, 5037, 5036, 5034 ] }, { "id": "broken", "fg": 4991, "bg": [ 5035, 5037, 5036, 5034 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5051, 5053, 5052, 5050 ] }, { "id": "broken", "fg": 5007, "bg": [ 5051, 5053, 5052, 5050 ] } ] }, { "id": "vp_door_opaque_right", - "fg": [ 5051, 5053, 5052, 5050 ], + "fg": [ 5067, 5069, 5068, 5066 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5047, 5049, 5048, 5046 ] }, { "id": "broken", "fg": 4991, "bg": [ 5047, 5049, 5048, 5046 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5063, 5065, 5064, 5062 ] }, { "id": "broken", "fg": 5007, "bg": [ 5063, 5065, 5064, 5062 ] } ] }, { "id": [ "vp_door_opaque", "vp_door_opaque_front" ], - "fg": [ 5031, 5033, 5032, 5030 ], + "fg": [ 5047, 5049, 5048, 5046 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5002, 5004, 5003, 5001 ] }, { "id": "broken", "fg": 4991, "bg": [ 5002, 5004, 5003, 5001 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5018, 5020, 5019, 5017 ] }, { "id": "broken", "fg": 5007, "bg": [ 5018, 5020, 5019, 5017 ] } ] }, { "id": "vp_door_opaque_rear", - "fg": [ 5043, 5045, 5044, 5042 ], + "fg": [ 5059, 5061, 5060, 5058 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5056, 5058, 5057, 5055 ] }, { "id": "broken", "fg": 4991, "bg": [ 5056, 5058, 5057, 5055 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5072, 5074, 5073, 5071 ] }, { "id": "broken", "fg": 5007, "bg": [ 5072, 5074, 5073, 5071 ] } ] }, { "id": "vp_hddoor_opaque_left", - "fg": [ 5112, 5114, 5113, 5111 ], + "fg": [ 5128, 5130, 5129, 5127 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5108, 5110, 5109, 5107 ] }, { "id": "broken", "fg": 4991, "bg": [ 5108, 5110, 5109, 5107 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5124, 5126, 5125, 5123 ] }, { "id": "broken", "fg": 5007, "bg": [ 5124, 5126, 5125, 5123 ] } ] }, { "id": "vp_hddoor_opaque_right", - "fg": [ 5124, 5126, 5125, 5123 ], + "fg": [ 5140, 5142, 5141, 5139 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5120, 5122, 5121, 5119 ] }, { "id": "broken", "fg": 4991, "bg": [ 5120, 5122, 5121, 5119 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5136, 5138, 5137, 5135 ] }, { "id": "broken", "fg": 5007, "bg": [ 5136, 5138, 5137, 5135 ] } ] }, { "id": [ "vp_hddoor_opaque", "vp_hddoor_opaque_front" ], - "fg": [ 5104, 5106, 5105, 5103 ], + "fg": [ 5120, 5122, 5121, 5119 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5002, 5004, 5003, 5001 ] }, { "id": "broken", "fg": 4991, "bg": [ 5002, 5004, 5003, 5001 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5018, 5020, 5019, 5017 ] }, { "id": "broken", "fg": 5007, "bg": [ 5018, 5020, 5019, 5017 ] } ] }, { "id": "vp_hddoor_opaque_rear", - "fg": [ 5116, 5118, 5117, 5115 ], + "fg": [ 5132, 5134, 5133, 5131 ], "multitile": true, - "additional_tiles": [ { "id": "open", "fg": [ 5056, 5058, 5057, 5055 ] }, { "id": "broken", "fg": 4991, "bg": [ 5056, 5058, 5057, 5055 ] } ] + "additional_tiles": [ { "id": "open", "fg": [ 5072, 5074, 5073, 5071 ] }, { "id": "broken", "fg": 5007, "bg": [ 5072, 5074, 5073, 5071 ] } ] }, { "id": "vp_frame_cover", - "fg": 5143, + "fg": 5159, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5143 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5159 } ] }, { "id": "vp_frame_cross", - "fg": 5144, + "fg": 5160, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5144 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5160 } ] }, { "id": "vp_frame_cross_unconnected", - "fg": 5145, + "fg": 5161, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5145 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5161 } ] }, { "id": "vp_frame_ne", - "fg": 5158, + "fg": 5174, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5158 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5174 } ] }, { "id": "vp_frame_nw", - "fg": 5159, + "fg": 5175, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5159 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5175 } ] }, { "id": "vp_frame_se", - "fg": 5160, + "fg": 5176, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5160 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5176 } ] }, { "id": "vp_frame_sw", - "fg": 5161, + "fg": 5177, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5161 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5177 } ] }, { "id": "vp_frame_vertical_unconnected", - "fg": 5169, + "fg": 5185, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5169 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5185 } ] }, { "id": "vp_frame_vertical_2_unconnected", - "fg": 5166, + "fg": 5182, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5166 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5182 } ] }, { "id": "vp_frame_vertical_left", - "fg": 5167, + "fg": 5183, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5167 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5183 } ] }, { "id": "vp_frame_vertical_2_left", - "fg": 5164, + "fg": 5180, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5164 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5180 } ] }, { "id": "vp_frame_vertical_right", - "fg": 5168, + "fg": 5184, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5168 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5184 } ] }, { "id": "vp_frame_vertical_2_right", - "fg": 5165, + "fg": 5181, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5165 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5181 } ] }, { "id": "vp_frame_horizontal", - "fg": 5146, + "fg": 5162, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5146 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5162 } ] }, { "id": "vp_frame_horizontal_2", - "fg": 5147, + "fg": 5163, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5147 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5163 } ] }, { "id": "vp_frame_horizontal_unconnected", - "fg": 5157, + "fg": 5173, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5157 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5173 } ] }, { "id": "vp_frame_horizontal_2_unconnected", - "fg": 5150, + "fg": 5166, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5150 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5166 } ] }, { "id": "vp_frame_horizontal_front", - "fg": 5153, + "fg": 5169, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5153 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5169 } ] }, { "id": "vp_frame_horizontal_2_front", - "fg": 5148, + "fg": 5164, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5148 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5164 } ] }, { "id": "vp_frame_horizontal_rear", - "fg": 5155, + "fg": 5171, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5155 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5171 } ] }, { "id": "vp_frame_horizontal_2_rear", - "fg": 5149, + "fg": 5165, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5149 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5165 } ] }, { "id": "vp_frame_horizontal_left", - "fg": 5154, + "fg": 5170, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5154 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5170 } ] }, { "id": "vp_frame_horizontal_2_left", - "fg": 5151, + "fg": 5167, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5151 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5167 } ] }, { "id": "vp_frame_horizontal_right", - "fg": 5156, + "fg": 5172, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5156 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5172 } ] }, { "id": "vp_frame_horizontal_2_right", - "fg": 5152, + "fg": 5168, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5152 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5168 } ] }, { "id": "vp_frame_vertical", - "fg": 5162, + "fg": 5178, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5162 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5178 } ] }, { "id": "vp_frame_vertical_2", - "fg": 5163, + "fg": 5179, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5163 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5179 } ] }, { "id": "vp_hdframe_cover", - "fg": 5170, + "fg": 5186, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5170 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5186 } ] }, { "id": "vp_hdframe_cross", - "fg": 5171, + "fg": 5187, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5171 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5187 } ] }, { "id": "vp_hdframe_cross_unconnected", - "fg": 5172, + "fg": 5188, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5172 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5188 } ] }, { "id": "vp_hdframe_ne", - "fg": 5185, + "fg": 5201, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5185 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5201 } ] }, { "id": "vp_hdframe_nw", - "fg": 5186, + "fg": 5202, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5186 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5202 } ] }, { "id": "vp_hdframe_se", - "fg": 5187, + "fg": 5203, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5187 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5203 } ] }, { "id": "vp_hdframe_sw", - "fg": 5188, + "fg": 5204, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5188 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5204 } ] }, { "id": "vp_hdframe_vertical_unconnected", - "fg": 5196, + "fg": 5212, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5196 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5212 } ] }, { "id": "vp_hdframe_vertical_2_unconnected", - "fg": 5193, + "fg": 5209, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5193 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5209 } ] }, { "id": "vp_hdframe_vertical_left", - "fg": 5194, + "fg": 5210, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5194 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5210 } ] }, { "id": "vp_hdframe_vertical_2_left", - "fg": 5191, + "fg": 5207, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5191 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5207 } ] }, { "id": "vp_hdframe_vertical_right", - "fg": 5195, + "fg": 5211, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5195 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5211 } ] }, { "id": "vp_hdframe_vertical_2_right", - "fg": 5192, + "fg": 5208, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5192 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5208 } ] }, { "id": "vp_hdframe_horizontal", - "fg": 5173, + "fg": 5189, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5173 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5189 } ] }, { "id": "vp_hdframe_horizontal_2", - "fg": 5174, + "fg": 5190, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5174 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5190 } ] }, { "id": "vp_hdframe_horizontal_unconnected", - "fg": 5184, + "fg": 5200, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5184 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5200 } ] }, { "id": "vp_hdframe_horizontal_2_unconnected", - "fg": 5177, + "fg": 5193, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5177 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5193 } ] }, { "id": "vp_hdframe_horizontal_front", - "fg": 5180, + "fg": 5196, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5180 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5196 } ] }, { "id": "vp_hdframe_horizontal_2_front", - "fg": 5175, + "fg": 5191, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5175 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5191 } ] }, { "id": "vp_hdframe_horizontal_rear", - "fg": 5182, + "fg": 5198, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5182 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5198 } ] }, { "id": "vp_hdframe_horizontal_2_rear", - "fg": 5176, + "fg": 5192, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5176 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5192 } ] }, { "id": "vp_hdframe_horizontal_left", - "fg": 5181, + "fg": 5197, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5181 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5197 } ] }, { "id": "vp_hdframe_horizontal_2_left", - "fg": 5178, + "fg": 5194, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5178 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5194 } ] }, { "id": "vp_hdframe_horizontal_right", - "fg": 5183, + "fg": 5199, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5183 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5199 } ] }, { "id": "vp_hdframe_horizontal_2_right", - "fg": 5179, + "fg": 5195, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5179 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5195 } ] }, { "id": "vp_hdframe_vertical", - "fg": 5189, + "fg": 5205, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5189 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5205 } ] }, { "id": "vp_hdframe_vertical_2", - "fg": 5190, + "fg": 5206, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5190 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5206 } ] }, { "id": "vp_xlframe_cover", - "fg": 5197, + "fg": 5213, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5197 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5213 } ] }, { "id": "vp_xlframe_cross", - "fg": 5198, + "fg": 5214, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5198 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5214 } ] }, { "id": "vp_xlframe_cross_unconnected", - "fg": 5199, + "fg": 5215, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5199 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5215 } ] }, { "id": "vp_xlframe_ne", - "fg": 5212, + "fg": 5228, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5212 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5228 } ] }, { "id": "vp_xlframe_nw", - "fg": 5213, + "fg": 5229, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5213 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5229 } ] }, { "id": "vp_xlframe_se", - "fg": 5214, + "fg": 5230, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5214 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5230 } ] }, { "id": "vp_xlframe_sw", - "fg": 5215, + "fg": 5231, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5215 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5231 } ] }, { "id": "vp_xlframe_vertical_unconnected", - "fg": 5223, + "fg": 5239, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5223 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5239 } ] }, { "id": "vp_xlframe_vertical_2_unconnected", - "fg": 5220, + "fg": 5236, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5220 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5236 } ] }, { "id": "vp_xlframe_vertical_left", - "fg": 5221, + "fg": 5237, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5221 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5237 } ] }, { "id": "vp_xlframe_vertical_2_left", - "fg": 5218, + "fg": 5234, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5218 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5234 } ] }, { "id": "vp_xlframe_vertical_right", - "fg": 5222, + "fg": 5238, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5222 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5238 } ] }, { "id": "vp_xlframe_vertical_2_right", - "fg": 5219, + "fg": 5235, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5219 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5235 } ] }, { "id": "vp_xlframe_horizontal", - "fg": 5200, + "fg": 5216, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5200 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5216 } ] }, { "id": "vp_xlframe_horizontal_2", - "fg": 5201, + "fg": 5217, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5201 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5217 } ] }, { "id": "vp_xlframe_horizontal_unconnected", - "fg": 5211, + "fg": 5227, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5211 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5227 } ] }, { "id": "vp_xlframe_horizontal_2_unconnected", - "fg": 5204, + "fg": 5220, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5204 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5220 } ] }, { "id": "vp_xlframe_horizontal_front", - "fg": 5207, + "fg": 5223, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5207 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5223 } ] }, { "id": "vp_xlframe_horizontal_2_front", - "fg": 5202, + "fg": 5218, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5202 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5218 } ] }, { "id": "vp_xlframe_horizontal_rear", - "fg": 5209, + "fg": 5225, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5209 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5225 } ] }, { "id": "vp_xlframe_horizontal_2_rear", - "fg": 5203, + "fg": 5219, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5203 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5219 } ] }, { "id": "vp_xlframe_horizontal_left", - "fg": 5208, + "fg": 5224, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5208 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5224 } ] }, { "id": "vp_xlframe_horizontal_2_left", - "fg": 5205, + "fg": 5221, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5205 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5221 } ] }, { "id": "vp_xlframe_horizontal_right", - "fg": 5210, + "fg": 5226, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5210 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5226 } ] }, { "id": "vp_xlframe_horizontal_2_right", - "fg": 5206, + "fg": 5222, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5206 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5222 } ] }, { "id": "vp_xlframe_vertical", - "fg": 5216, + "fg": 5232, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5216 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5232 } ] }, { "id": "vp_xlframe_vertical_2", - "fg": 5217, + "fg": 5233, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5217 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5233 } ] }, { "id": [ "vp_headlight", "vp_headlight_reinforced", "vp_wide_headlight_reinforced", "vp_wide_headlight" ], - "fg": 5225 + "fg": 5241 }, { "id": [ "vp_headlight_ne", "vp_headlight_reinforced_ne", "vp_wide_headlight_reinforced_ne", "vp_wide_headlight_ne" ], - "fg": 5224 + "fg": 5240 }, { "id": [ "vp_headlight_nw", "vp_headlight_reinforced_nw", "vp_wide_headlight_reinforced_nw", "vp_wide_headlight_nw" ], - "fg": 5225 + "fg": 5241 }, { "id": "vp_light_blue", - "fg": [ 5240, 5241 ], + "fg": [ 5256, 5257 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5240, 5241 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5256, 5257 ] } ] }, { "id": "vp_light_red", - "fg": [ 5242, 5243 ], + "fg": [ 5258, 5259 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5242, 5243 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5258, 5259 ] } ] }, { "id": [ "vp_floodlight", "vp_directed_floodlight" ], - "fg": [ 5234, 5236, 5235, 5233 ], + "fg": [ 5250, 5252, 5251, 5249 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5234, 5236, 5235, 5233 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5250, 5252, 5251, 5249 ] } ] }, { "id": [ "vp_veh_table", "vp_veh_table_wood" ], - "fg": [ 5226, 5226 ], - "bg": [ 5253, 5252 ], + "fg": [ 5242, 5242 ], + "bg": [ 5269, 5268 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5227, "bg": [ 5253, 5252 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5243, "bg": [ 5269, 5268 ] } ] }, { "id": "vp_workbench", - "fg": [ 5254, 5254 ], - "bg": 1975, + "fg": [ 5270, 5270 ], + "bg": 1976, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5254, 5254 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5270, 5270 ] } ] }, { "id": "vp_minifridge", - "fg": [ 5247, 5247 ], + "fg": [ 5263, 5263 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5247, 5247 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5263, 5263 ] } ] }, { "id": "vp_minifreezer", - "fg": [ 5246, 5246 ], + "fg": [ 5262, 5262 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5246, 5246 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5262, 5262 ] } ] }, { "id": "vp_kitchen_unit", - "fg": [ 5239, 5239 ], + "fg": [ 5255, 5255 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5239, 5239 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5255, 5255 ] } ] }, { "id": "vp_welding_rig", - "fg": [ 5251, 5251 ], + "fg": [ 5267, 5267 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5251, 5251 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5267, 5267 ] } ] }, { "id": "vp_craft_rig", - "fg": [ 5232, 5232 ], + "fg": [ 5248, 5248 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5232, 5232 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5248, 5248 ] } ] }, { "id": "vp_washing_machine", - "fg": [ 5250, 5250 ], + "fg": [ 5266, 5266 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5250, 5250 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5266, 5266 ] } ] }, { "id": "vp_bed", - "fg": [ 5230, 5230 ], + "fg": [ 5246, 5246 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5230, 5230 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5246, 5246 ] } ] }, { "id": "vp_veh_forge", - "fg": [ 5237, 5237 ], + "fg": [ 5253, 5253 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5237, 5237 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5253, 5253 ] } ] }, { "id": "vp_veh_kiln", - "fg": [ 5238, 5238 ], + "fg": [ 5254, 5254 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5238, 5238 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5254, 5254 ] } ] }, { "id": "vp_chemlab", - "fg": [ 5231, 5231 ], + "fg": [ 5247, 5247 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5231, 5231 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5247, 5247 ] } ] }, { "id": "vp_aisle_vertical", - "fg": 5229, + "fg": 5245, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5229 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5245 } ] }, { "id": "vp_aisle_horizontal", - "fg": 5228, + "fg": 5244, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5228 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5244 } ] }, - { "id": "vp_trunk_floor", "fg": 5249, "bg": 5229 }, + { "id": "vp_trunk_floor", "fg": 5265, "bg": 5245 }, { "id": "vp_wooden_aisle_vertical", - "fg": [ 5253, 5252 ], + "fg": [ 5269, 5268 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5253, 5252 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5269, 5268 ] } ] }, { "id": "vp_wooden_aisle_horizontal", - "fg": [ 5252, 5253 ], + "fg": [ 5268, 5269 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5252, 5253 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5268, 5269 ] } ] }, { "id": "vp_lit_aisle_vertical", - "fg": 5245, + "fg": 5261, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5245 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5261 } ] }, { "id": "vp_lit_aisle_horizontal", - "fg": 5244, + "fg": 5260, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5244 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5260 } ] }, { "id": "vp_mounted_spare_tire", - "fg": 5248, + "fg": 5264, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5248 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5264 } ] }, { "id": [ "vp_folding_seat", "vp_reclining_seat", "vp_seat", "vp_seat_back" ], - "fg": [ 5268, 5266, 5261, 5267 ], + "fg": [ 5284, 5282, 5277, 5283 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5268, 5266, 5261, 5267 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5284, 5282, 5277, 5283 ] } ] }, { "id": [ "vp_seat_leather", "vp_reclining_seat_leather", "vp_seat_back_leather" ], - "fg": [ 5265, 5263, 5262, 5264 ], + "fg": [ 5281, 5279, 5278, 5280 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5265, 5263, 5262, 5264 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5281, 5279, 5278, 5280 ] } ] }, { "id": [ "vp_seat_wood", "seat_wood_bench" ], - "fg": [ 5271, 5271, 5272, 5272 ], - "bg": [ 5253, 5252 ], + "fg": [ 5287, 5287, 5288, 5288 ], + "bg": [ 5269, 5268 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5271, 5271, 5272, 5272 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5287, 5287, 5288, 5288 ] } ] }, { "id": "vp_seat_wood_flimsy", - "fg": [ 5269, 5269, 5270, 5270 ], - "bg": [ 5253, 5252 ], + "fg": [ 5285, 5285, 5286, 5286 ], + "bg": [ 5269, 5268 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5269, 5269, 5270, 5270 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5285, 5285, 5286, 5286 ] } ] }, { "id": [ "vp_saddle", "vp_saddle_pedal" ], - "fg": [ 5256, 5258, 5257, 5255 ], + "fg": [ 5272, 5274, 5273, 5271 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5256, 5258, 5257, 5255 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5272, 5274, 5273, 5271 ] } ] }, { "id": "vp_solar_panel", - "fg": 5273, + "fg": 5289, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5273 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5289 } ] }, { "id": "vp_reinforced_solar_panel", - "fg": 5462, - "bg": 5273, + "fg": 5478, + "bg": 5289, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5273 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5289 } ] }, { "id": "vp_solar_panel_v2", - "fg": 5273, + "fg": 5289, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5273 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5289 } ] }, { "id": "vp_reinforced_solar_panel_v2", - "fg": 5462, - "bg": 5273, + "fg": 5478, + "bg": 5289, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5273 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5289 } ] }, { "id": "vp_solar_panel_v3", - "fg": 5273, + "fg": 5289, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5273 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5289 } ] }, { "id": [ @@ -8414,151 +8421,151 @@ "vp_mounted_m60_semi" ], "//": "rifles and machineguns", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": [ "vp_mounted_emp_gun", "vp_mounted_plasma_gun", "vp_plasma_gun", "vp_laser_rifle" ], "//": "energy weapons", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": [ "vp_mounted_hk_g80", "vp_mounted_coilgun" ], "//": "railguns", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": [ "vp_mounted_bigun", "vp_mounted_m134" ], "//": "multibarrel weapons", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": [ "vp_watercannon", "vp_flamethrower", "vp_mounted_chemical_thrower" ], "//": "liquid sprayers", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": "vp_tow_launcher", "//": "rocket tubes", - "fg": 5275, - "bg": 5274, + "fg": 5291, + "bg": 5290, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5275 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5291 } ] }, { "id": [ "vp_wheel", "vp_wheel_steerable", "vp_wheel_wide_or_steerable", "vp_wheel_wide" ], - "fg": 5276, + "fg": 5292, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5276 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5292 } ] }, { "id": [ "vp_wheel_bicycle", "vp_wheel_bicycle_steerable", "vp_wheel_bicycle_or", "vp_wheel_bicycle_or_steerable" ], - "fg": [ 5278, 5280, 5279, 5277 ], + "fg": [ 5294, 5296, 5295, 5293 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5278, 5280, 5279, 5277 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5294, 5296, 5295, 5293 ] } ] }, { "id": [ "vp_wheel_bicycle_rear", "vp_wheel_bicycle_or_rear" ], - "fg": [ 5279, 5277, 5278, 5280 ], + "fg": [ 5295, 5293, 5294, 5296 ], "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": [ 5279, 5277, 5278, 5280 ] } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": [ 5295, 5293, 5294, 5296 ] } ] }, { "id": [ "vp_windshield", "vp_windshield_horizontal", "vp_windshield_horizontal_front", "vp_windshield_front_edge" ], - "fg": [ 5281, 5288, 5287, 5286 ], - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": [ 5281, 5288, 5287, 5286 ] } ], + "fg": [ 5297, 5304, 5303, 5302 ], + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": [ 5297, 5304, 5303, 5302 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear", - "fg": [ 5309, 5316, 5315, 5314 ], - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": [ 5309, 5316, 5315, 5314 ] } ], + "fg": [ 5325, 5332, 5331, 5330 ], + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": [ 5325, 5332, 5331, 5330 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_front_edge", - "fg": [ 5283, 5285, 5284, 5282 ], - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": [ 5283, 5285, 5284, 5282 ] } ], + "fg": [ 5299, 5301, 5300, 5298 ], + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": [ 5299, 5301, 5300, 5298 ] } ], "multitile": true }, { "id": "vp_windshield_horizontal_rear_edge", - "fg": [ 5310, 5313, 5312, 5311 ], - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": [ 5310, 5313, 5312, 5311 ] } ], + "fg": [ 5326, 5329, 5328, 5327 ], + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": [ 5326, 5329, 5328, 5327 ] } ], "multitile": true }, { "id": "vp_windshield_nw", - "fg": [ 5301, 5308, 5307, 5306 ], - "additional_tiles": [ { "id": "broken", "fg": 4990, "bg": [ 5301, 5308, 5307, 5306 ] } ], + "fg": [ 5317, 5324, 5323, 5322 ], + "additional_tiles": [ { "id": "broken", "fg": 5006, "bg": [ 5317, 5324, 5323, 5322 ] } ], "multitile": true }, { "id": "vp_windshield_ne", - "fg": [ 5293, 5300, 5299, 5298 ], - "additional_tiles": [ { "id": "broken", "fg": 4989, "bg": [ 5293, 5300, 5299, 5298 ] } ], + "fg": [ 5309, 5316, 5315, 5314 ], + "additional_tiles": [ { "id": "broken", "fg": 5005, "bg": [ 5309, 5316, 5315, 5314 ] } ], "multitile": true }, { "id": "vp_windshield_sw", - "fg": [ 5334, 5336, 5335, 5333 ], - "additional_tiles": [ { "id": "broken", "fg": 4990, "bg": [ 5334, 5336, 5335, 5333 ] } ], + "fg": [ 5350, 5352, 5351, 5349 ], + "additional_tiles": [ { "id": "broken", "fg": 5006, "bg": [ 5350, 5352, 5351, 5349 ] } ], "multitile": true }, { "id": "vp_windshield_se", - "fg": [ 5326, 5328, 5327, 5325 ], - "additional_tiles": [ { "id": "broken", "fg": 4989, "bg": [ 5326, 5328, 5327, 5325 ] } ], + "fg": [ 5342, 5344, 5343, 5341 ], + "additional_tiles": [ { "id": "broken", "fg": 5005, "bg": [ 5342, 5344, 5343, 5341 ] } ], "multitile": true }, { "id": "vp_windshield_nw_edge", - "fg": [ 5303, 5305, 5304, 5302 ], - "additional_tiles": [ { "id": "broken", "fg": 4990, "bg": [ 5303, 5305, 5304, 5302 ] } ], + "fg": [ 5319, 5321, 5320, 5318 ], + "additional_tiles": [ { "id": "broken", "fg": 5006, "bg": [ 5319, 5321, 5320, 5318 ] } ], "multitile": true }, { "id": "vp_windshield_ne_edge", - "fg": [ 5295, 5297, 5296, 5294 ], - "additional_tiles": [ { "id": "broken", "fg": 4989, "bg": [ 5295, 5297, 5296, 5294 ] } ], + "fg": [ 5311, 5313, 5312, 5310 ], + "additional_tiles": [ { "id": "broken", "fg": 5005, "bg": [ 5311, 5313, 5312, 5310 ] } ], "multitile": true }, { "id": "vp_windshield_sw_edge", - "fg": [ 5329, 5332, 5331, 5330 ], - "additional_tiles": [ { "id": "broken", "fg": 4990, "bg": [ 5329, 5332, 5331, 5330 ] } ], + "fg": [ 5345, 5348, 5347, 5346 ], + "additional_tiles": [ { "id": "broken", "fg": 5006, "bg": [ 5345, 5348, 5347, 5346 ] } ], "multitile": true }, { "id": "vp_windshield_se_edge", - "fg": [ 5321, 5324, 5323, 5322 ], - "additional_tiles": [ { "id": "broken", "fg": 4989, "bg": [ 5321, 5324, 5323, 5322 ] } ], + "fg": [ 5337, 5340, 5339, 5338 ], + "additional_tiles": [ { "id": "broken", "fg": 5005, "bg": [ 5337, 5340, 5339, 5338 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_left", "vp_windshield_left" ], - "fg": [ 5289, 5292, 5291, 5290 ], - "additional_tiles": [ { "id": "broken", "fg": 4989, "bg": [ 5289, 5292, 5291, 5290 ] } ], + "fg": [ 5305, 5308, 5307, 5306 ], + "additional_tiles": [ { "id": "broken", "fg": 5005, "bg": [ 5305, 5308, 5307, 5306 ] } ], "multitile": true }, { "id": [ "vp_windshield_vertical_right", "vp_windshield_right" ], - "fg": [ 5317, 5320, 5319, 5318 ], - "additional_tiles": [ { "id": "broken", "fg": 4990, "bg": [ 5317, 5320, 5319, 5318 ] } ], + "fg": [ 5333, 5336, 5335, 5334 ], + "additional_tiles": [ { "id": "broken", "fg": 5006, "bg": [ 5333, 5336, 5335, 5334 ] } ], "multitile": true }, { @@ -8568,738 +8575,738 @@ "vp_reinforced_windshield_horizontal_front", "vp_reinforced_windshield_front_edge" ], - "fg": 5337, + "fg": 5353, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5337 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5353 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear", - "fg": 5338, + "fg": 5354, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5338 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5354 } ] }, { "id": "vp_reinforced_windshield_horizontal_rear_edge", - "fg": 5339, + "fg": 5355, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5339 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5355 } ] }, { "id": "vp_reinforced_windshield_nw", - "fg": 5341, + "fg": 5357, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5341 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5357 } ] }, { "id": "vp_reinforced_windshield_ne", - "fg": 5340, + "fg": 5356, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5340 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5356 } ] }, { "id": "vp_reinforced_windshield_sw", - "fg": 5344, + "fg": 5360, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5344 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5360 } ] }, { "id": "vp_reinforced_windshield_se", - "fg": 5342, + "fg": 5358, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5342 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5358 } ] }, { "id": "vp_reinforced_windshield_sw_edge", - "fg": 5345, + "fg": 5361, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5345 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5361 } ] }, { "id": "vp_reinforced_windshield_se_edge", - "fg": 5343, + "fg": 5359, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5343 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5359 } ] }, { "id": [ "vp_reinforced_windshield_vertical_left", "vp_reinforced_windshield_left" ], - "fg": 5346, + "fg": 5362, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5346 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5362 } ] }, { "id": [ "vp_reinforced_windshield_vertical_right", "vp_reinforced_windshield_right" ], - "fg": 5347, + "fg": 5363, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5347 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5363 } ] }, { "id": "vp_frame_wood_vertical_2", - "fg": 5368, + "fg": 5384, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5368 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5384 } ] }, { "id": "vp_frame_wood_vertical_2_unconnected", - "fg": 5371, + "fg": 5387, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5371 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5387 } ] }, { "id": "vp_frame_wood_vertical_2_right", - "fg": 5370, + "fg": 5386, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5370 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5386 } ] }, { "id": "vp_frame_wood_vertical_2_left", - "fg": 5369, + "fg": 5385, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5369 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5385 } ] }, { "id": "vp_frame_wood_vertical", - "fg": 5367, + "fg": 5383, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5367 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5383 } ] }, { "id": "vp_frame_wood_vertical_unconnected", - "fg": 5374, + "fg": 5390, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5374 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5390 } ] }, { "id": "vp_frame_wood_vertical_right", - "fg": 5373, + "fg": 5389, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5373 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5389 } ] }, { "id": "vp_frame_wood_vertical_left", - "fg": 5372, + "fg": 5388, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5372 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5388 } ] }, { "id": "vp_frame_wood_sw", - "fg": 5366, + "fg": 5382, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5366 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5382 } ] }, { "id": "vp_frame_wood_se", - "fg": 5365, + "fg": 5381, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5365 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5381 } ] }, { "id": "vp_frame_wood_nw", - "fg": 5364, + "fg": 5380, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5364 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5380 } ] }, { "id": "vp_frame_wood_ne", - "fg": 5363, + "fg": 5379, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5363 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5379 } ] }, { "id": "vp_frame_wood_horizontal_2", - "fg": 5352, + "fg": 5368, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5352 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5368 } ] }, { "id": "vp_frame_wood_horizontal_2_unconnected", - "fg": 5357, + "fg": 5373, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5357 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5373 } ] }, { "id": "vp_frame_wood_horizontal_2_right", - "fg": 5356, + "fg": 5372, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5356 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5372 } ] }, { "id": "vp_frame_wood_horizontal_2_rear", - "fg": 5355, + "fg": 5371, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5355 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5371 } ] }, { "id": "vp_frame_wood_horizontal_2_left", - "fg": 5354, + "fg": 5370, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5354 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5370 } ] }, { "id": "vp_frame_wood_horizontal_2_front", - "fg": 5353, + "fg": 5369, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5353 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5369 } ] }, { "id": "vp_frame_wood_horizontal", - "fg": 5351, + "fg": 5367, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5351 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5367 } ] }, { "id": "vp_frame_wood_horizontal_unconnected", - "fg": 5362, + "fg": 5378, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5362 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5378 } ] }, { "id": "vp_frame_wood_horizontal_right", - "fg": 5361, + "fg": 5377, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5361 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5377 } ] }, { "id": "vp_frame_wood_horizontal_rear", - "fg": 5360, + "fg": 5376, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5360 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5376 } ] }, { "id": "vp_frame_wood_horizontal_left", - "fg": 5359, + "fg": 5375, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5359 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5375 } ] }, { "id": "vp_frame_wood_horizontal_front", - "fg": 5358, + "fg": 5374, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5358 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5374 } ] }, { "id": "vp_frame_wood_cross", - "fg": 5349, + "fg": 5365, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5349 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5365 } ] }, { "id": [ "vp_frame_wood_cross_unconnected", "vp_frame_wood", "frame_wood" ], - "fg": 5350, + "fg": 5366, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5350 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5366 } ] }, { "id": "vp_frame_wood_cover", - "fg": 5348, - "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5348 } ] - }, - { "id": "fd_bile", "fg": 4418 }, - { "id": "f_floor_mattress", "fg": 4431 }, - { "id": "f_brazier", "fg": 4434 }, - { "id": "emer_blanket", "fg": 4466 }, - { "id": "emer_blanket_on", "fg": 4467 }, - { "id": "jacket_evac", "fg": 4468 }, - { "id": "t_paper_roof", "fg": 4700 }, - { "id": "seat", "fg": 5259 }, - { "id": "seat_leather", "fg": 5260 } + "fg": 5364, + "multitile": true, + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5364 } ] + }, + { "id": "fd_bile", "fg": 4434 }, + { "id": "f_floor_mattress", "fg": 4447 }, + { "id": "f_brazier", "fg": 4450 }, + { "id": "emer_blanket", "fg": 4482 }, + { "id": "emer_blanket_on", "fg": 4483 }, + { "id": "jacket_evac", "fg": 4484 }, + { "id": "t_paper_roof", "fg": 4716 }, + { "id": "seat", "fg": 5275 }, + { "id": "seat_leather", "fg": 5276 } ] }, { "file": "incomplete_tall.png", - "//": "range 5376 to 5391", + "//": "range 5392 to 5407", "sprite_width": 32, "sprite_height": 64, "sprite_offset_x": 0, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_robofac_prototype", "fg": 5376, "bg": 4164 }, - { "id": "mon_zombie_ears", "fg": 5377, "bg": 4164 }, - { "id": "overlay_female_worn_helmet_riot_raised", "fg": 5378 }, - { "id": "overlay_male_worn_helmet_riot_raised", "fg": 5379 }, - { "id": "f_street_light", "fg": 5380 }, - { "id": "f_traffic_light", "fg": 5381 } + { "id": "mon_robofac_prototype", "fg": 5392, "bg": 4167 }, + { "id": "mon_zombie_ears", "fg": 5393, "bg": 4167 }, + { "id": "overlay_female_worn_helmet_riot_raised", "fg": 5394 }, + { "id": "overlay_male_worn_helmet_riot_raised", "fg": 5395 }, + { "id": "f_street_light", "fg": 5396 }, + { "id": "f_traffic_light", "fg": 5397 } ] }, { "file": "incomplete_large.png", - "//": "range 5392 to 5407", + "//": "range 5408 to 5423", "sprite_width": 64, "sprite_height": 64, "sprite_offset_x": -16, "sprite_offset_y": -32, "tiles": [ - { "id": "mon_alpha_razorclaw", "fg": 5392, "bg": 4295 }, - { "id": "mon_chickenbot", "fg": 5393, "bg": 4295 }, - { "id": "mon_razorclaw", "fg": 5394, "bg": 4295 }, - { "id": "mon_science_bot", "fg": 5395, "bg": 4295 }, - { "id": "mon_worm", "fg": 5396 } + { "id": "mon_alpha_razorclaw", "fg": 5408, "bg": 4311 }, + { "id": "mon_chickenbot", "fg": 5409, "bg": 4311 }, + { "id": "mon_razorclaw", "fg": 5410, "bg": 4311 }, + { "id": "mon_science_bot", "fg": 5411, "bg": 4311 }, + { "id": "mon_worm", "fg": 5412 } ] }, { "file": "fillerhoder.png", - "//": "range 5408 to 5471", + "//": "range 5424 to 5487", "tiles": [ { "id": "f_sandbag_wall", - "fg": 5408, + "fg": 5424, "rotates": true, "multitile": true, "additional_tiles": [ - { "id": "unconnected", "fg": 5408 }, - { "id": "center", "fg": 5409 }, - { "id": "corner", "fg": 5410 }, - { "id": "edge", "fg": 5411 }, - { "id": "end_piece", "fg": 5412 }, - { "id": "t_connection", "fg": 5413 } + { "id": "unconnected", "fg": 5424 }, + { "id": "center", "fg": 5425 }, + { "id": "corner", "fg": 5426 }, + { "id": "edge", "fg": 5427 }, + { "id": "end_piece", "fg": 5428 }, + { "id": "t_connection", "fg": 5429 } ] }, - { "id": "f_slab", "fg": 5414 }, - { "id": "animation_bullet_flame", "fg": 5415, "rotates": false }, - { "id": "animation_bullet_normal", "fg": 5416, "rotates": false }, - { "id": "animation_bullet_shrapnel", "fg": 5417 }, + { "id": "f_slab", "fg": 5430 }, + { "id": "animation_bullet_flame", "fg": 5431, "rotates": false }, + { "id": "animation_bullet_normal", "fg": 5432, "rotates": false }, + { "id": "animation_bullet_shrapnel", "fg": 5433 }, { "id": "explosion", - "fg": 5418, + "fg": 5434, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5418 }, { "id": "edge", "fg": 5419 } ] + "additional_tiles": [ { "id": "corner", "fg": 5434 }, { "id": "edge", "fg": 5435 } ] }, { "id": "explosion_medium", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5418 }, { "id": "edge", "fg": 5419 } ], - "fg": 5418 + "additional_tiles": [ { "id": "corner", "fg": 5434 }, { "id": "edge", "fg": 5435 } ], + "fg": 5434 }, { "id": "explosion_weak", "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "corner", "fg": 5418 }, { "id": "edge", "fg": 5419 } ], - "fg": 5418 + "additional_tiles": [ { "id": "corner", "fg": 5434 }, { "id": "edge", "fg": 5435 } ], + "fg": 5434 }, { "id": "vp_chimes", - "fg": 5420, + "fg": 5436, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5420 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5436 } ] }, { "id": "vp_robot_controls", - "fg": 5421, + "fg": 5437, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5421 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5437 } ] }, - { "id": "t_manhole", "fg": 5422, "bg": 2027, "rotates": false }, - { "id": "t_manhole_cover", "fg": 5423, "bg": 2027 }, - { "id": "manhole_cover", "fg": 5423 }, - { "id": "t_pit_corpsed", "fg": 5424, "bg": 1479 }, - { "id": "t_pit_corpsed_season_winter", "fg": 5424, "bg": 1258 }, + { "id": "t_manhole", "fg": 5438, "bg": 2028, "rotates": false }, + { "id": "t_manhole_cover", "fg": 5439, "bg": 2028 }, + { "id": "manhole_cover", "fg": 5439 }, + { "id": "t_pit_corpsed", "fg": 5440, "bg": 1480 }, + { "id": "t_pit_corpsed_season_winter", "fg": 5440, "bg": 1259 }, { "id": [ "vp_external_tank", "vp_external_tank_small" ], - "fg": 5426, + "fg": 5442, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5426 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5442 } ] }, { "id": "vp_roller_drum", - "fg": 5427, + "fg": 5443, "rotates": true, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 5425, "bg": 5427 } ] + "additional_tiles": [ { "id": "broken", "fg": 5441, "bg": 5443 } ] }, { "id": "vp_battery_motorbike", - "fg": 5442, + "fg": 5458, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5442 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5458 } ] }, { "id": "vp_blade_horizontal", - "fg": 5451, + "fg": 5467, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5451 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5467 } ] }, { "id": "vp_blade_vertical", - "fg": 5452, + "fg": 5468, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5452 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5468 } ] }, { "id": "vp_controls", - "fg": 5446, + "fg": 5462, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5446 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5462 } ] }, { "id": "vp_engine_1cyl", - "fg": 5434, + "fg": 5450, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5434 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5450 } ] }, { "id": "vp_engine_electric", - "fg": 5439, + "fg": 5455, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5439 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5455 } ] }, { "id": "vp_engine_electric_large", - "fg": 5440, + "fg": 5456, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5440 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5456 } ] }, { "id": "vp_engine_inline4", - "fg": 5436, + "fg": 5452, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5436 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5452 } ] }, - { "id": "vp_engine_v12", "fg": 5437, "bg": 5438 }, + { "id": "vp_engine_v12", "fg": 5453, "bg": 5454 }, { "id": "vp_engine_v6", - "fg": 5437, + "fg": 5453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5437 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5453 } ] }, { "id": "vp_engine_v8", - "fg": 5438, + "fg": 5454, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5438 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5454 } ] }, { "id": "vp_engine_vtwin", - "fg": 5435, + "fg": 5451, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5435 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5451 } ] }, { "id": "vp_foot_pedals", - "fg": 5441, + "fg": 5457, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5441 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5457 } ] }, { "id": "vp_fusion_gun", - "fg": 5455, + "fg": 5471, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5455 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5471 } ] }, { "id": "vp_hdroof", - "fg": 5458, + "fg": 5474, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5458 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5474 } ] }, { "id": "vp_hydrogen_tank", - "fg": 5444, + "fg": 5460, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5444 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5460 } ] }, { "id": "vp_minireactor", - "fg": 5443, + "fg": 5459, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5443 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5459 } ] }, { "id": "vp_muffler", - "fg": 5445, + "fg": 5461, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5445 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5461 } ] }, { "id": "vp_omnicam", - "fg": 5457, - "bg": 5458, + "fg": 5473, + "bg": 5474, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4988, "bg": 5457 } ] + "additional_tiles": [ { "id": "broken", "fg": 5004, "bg": 5473 } ] }, { "id": "vp_plating_hard", - "fg": 5450, + "fg": 5466, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5450 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5466 } ] }, { "id": "vp_plating_military", - "fg": 5447, + "fg": 5463, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5447 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5463 } ] }, { "id": "vp_plating_spiked", - "fg": 5449, + "fg": 5465, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5449 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5465 } ] }, { "id": "vp_plating_steel", - "fg": 5447, + "fg": 5463, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5447 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5463 } ] }, { "id": "vp_plating_superalloy", - "fg": 5448, + "fg": 5464, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5448 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5464 } ] }, { "id": "vp_plating_wood", - "fg": 5461, + "fg": 5477, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5461 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5477 } ] }, { "id": "vp_roof", - "fg": 5459, + "fg": 5475, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5459 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5475 } ] }, { "id": "vp_roof_cloth", - "fg": 5460, + "fg": 5476, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5460 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5476 } ] }, { "id": "vp_seatbelt", - "fg": 5433, + "fg": 5449, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5433 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5449 } ] }, { "id": "vp_seatbelt_heavyduty", - "fg": 5433, + "fg": 5449, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5433 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5449 } ] }, { "id": "vp_small_storage_battery", - "fg": 5442, + "fg": 5458, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5442 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5458 } ] }, { "id": "vp_spike", - "fg": 5453, + "fg": 5469, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5453 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5469 } ] }, { "id": "vp_storage_battery", - "fg": 5442, + "fg": 5458, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5442 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5458 } ] }, { "id": "vp_v_curtain", - "fg": 5463, + "fg": 5479, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5463 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5479 } ] }, { "id": "vp_wheel_armor", - "fg": 5429, + "fg": 5445, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5429 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5445 } ] }, { "id": "vp_wheel_armor_steerable", - "fg": 5429, + "fg": 5445, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5429 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5445 } ] }, { "id": "vp_wheel_caster", - "fg": 5456, + "fg": 5472, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5456 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5472 } ] }, { "id": "vp_wheel_small", - "fg": 5432, + "fg": 5448, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5432 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5448 } ] }, { "id": "vp_wheel_small_steerable", - "fg": 5432, + "fg": 5448, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5432 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5448 } ] }, { "id": "vp_wheel_wheelchair", - "fg": 5431, + "fg": 5447, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5431 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5447 } ] }, { "id": "vp_wheel_wide_steerable", - "fg": 5430, + "fg": 5446, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5430 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5446 } ] }, { "id": "vp_wheel_wood", - "fg": 5465, + "fg": 5481, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5465 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5481 } ] }, { "id": [ "wheel_wood", "wheel_wood_b" ], - "fg": 5465, + "fg": 5481, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5465 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5481 } ] }, { "id": "vp_wheel_wood_b", - "fg": 5465, + "fg": 5481, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5465 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5481 } ] }, { "id": "alloy_plate", - "fg": 5448, + "fg": 5464, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5448 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5464 } ] }, { "id": "foot_crank", - "fg": 5441, + "fg": 5457, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5441 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5457 } ] }, { "id": "frame", - "fg": 5464, + "fg": 5480, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5464 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5480 } ] }, { "id": "glass_sheet", - "fg": 5428, + "fg": 5444, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5428 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5444 } ] }, { "id": "hard_plate", - "fg": 5450, + "fg": 5466, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5450 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5466 } ] }, { "id": "kitchen_unit", - "fg": 5454, + "fg": 5470, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5454 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5470 } ] }, { "id": "motor", - "fg": 5439, + "fg": 5455, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5439 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5455 } ] }, { "id": "motor_large", - "fg": 5440, + "fg": 5456, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5440 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5456 } ] }, { "id": "muffler", - "fg": 5445, + "fg": 5461, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5445 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5461 } ] }, { "id": "spiked_plate", - "fg": 5449, + "fg": 5465, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5449 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5465 } ] }, { "id": "steel_plate", - "fg": 5447, + "fg": 5463, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5447 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5463 } ] }, { "id": "storage_battery", - "fg": 5442, + "fg": 5458, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5442 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5458 } ] }, { "id": "vehicle_controls", - "fg": 5446, + "fg": 5462, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5446 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5462 } ] }, { "id": "1cyl_combustion", - "fg": 5434, + "fg": 5450, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5434 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5450 } ] }, { "id": "i4_combustion", - "fg": 5436, + "fg": 5452, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5436 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5452 } ] }, { "id": "v2_combustion", - "fg": 5435, + "fg": 5451, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5435 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5451 } ] }, { "id": "v6_combustion", - "fg": 5437, + "fg": 5453, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5437 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5453 } ] }, { "id": "v8_combustion", - "fg": 5438, + "fg": 5454, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5438 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5454 } ] }, { "id": "wheel", - "fg": 5429, + "fg": 5445, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5429 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5445 } ] }, { "id": "wheel_bicycle", - "fg": 5431, + "fg": 5447, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5431 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5447 } ] }, { "id": "wheel_small", - "fg": 5432, + "fg": 5448, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5432 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5448 } ] }, { "id": "wheel_wide", - "fg": 5430, + "fg": 5446, "multitile": true, - "additional_tiles": [ { "id": "broken", "fg": 4991, "bg": 5430 } ] + "additional_tiles": [ { "id": "broken", "fg": 5007, "bg": 5446 } ] } ] }, { "file": "fillergiant.png", - "//": "range 5472 to 5487", + "//": "range 5488 to 5503", "sprite_width": 96, "sprite_height": 96, "sprite_offset_x": -32, @@ -9312,18 +9319,18 @@ "t_tree_pear_season_spring", "t_tree_plum_season_spring" ], - "fg": 4345, - "bg": 4338 + "fg": 4361, + "bg": 4354 }, - { "id": "t_tree_apricot_season_summer", "fg": 5472, "bg": 4339 }, - { "id": "t_tree_mulberry_season_summer", "fg": 5473, "bg": 4339 }, - { "id": "t_tree_elderberry_season_summer", "fg": 5473, "bg": 4339 }, - { "id": "t_tree_pear_season_autumn", "fg": 5474, "bg": 4339 }, - { "id": "t_tree_plum_season_summer", "fg": 5475, "bg": 4339 }, + { "id": "t_tree_apricot_season_summer", "fg": 5488, "bg": 4355 }, + { "id": "t_tree_mulberry_season_summer", "fg": 5489, "bg": 4355 }, + { "id": "t_tree_elderberry_season_summer", "fg": 5489, "bg": 4355 }, + { "id": "t_tree_pear_season_autumn", "fg": 5490, "bg": 4355 }, + { "id": "t_tree_plum_season_summer", "fg": 5491, "bg": 4355 }, { "id": [ "t_tree_apricot_harvested", "t_tree_mulberry_harvested", "t_tree_plum_harvested", "t_tree_pear_season_summer" ], - "fg": 4340, - "bg": 4339 + "fg": 4356, + "bg": 4355 }, { "id": [ @@ -9333,12 +9340,12 @@ "t_tree_pear_harvested" ], "fg": [ - { "weight": 100, "sprite": 4341 }, - { "weight": 100, "sprite": 4342 }, - { "weight": 100, "sprite": 4343 }, - { "weight": 100, "sprite": 4344 } + { "weight": 100, "sprite": 4357 }, + { "weight": 100, "sprite": 4358 }, + { "weight": 100, "sprite": 4359 }, + { "weight": 100, "sprite": 4360 } ], - "bg": 4337 + "bg": 4353 }, { "id": [ @@ -9347,29 +9354,29 @@ "t_tree_pear_season_winter", "t_tree_plum_season_winter" ], - "fg": 4362, - "bg": 4336 - }, - { "id": "t_tree_chestnut", "fg": 5477, "bg": 4338 }, - { "id": "t_tree_chestnut_season_summer", "fg": 5476, "bg": 4339 }, - { "id": "t_tree_chestnut_season_autumn", "fg": 5476, "bg": 4337 }, - { "id": "t_tree_chestnut_season_winter", "fg": 5476, "bg": 4336 }, - { "id": "t_tree_pine", "fg": 5481, "bg": 4338 }, - { "id": "t_tree_pine_season_summer", "fg": 5481, "bg": 4339 }, - { "id": "t_tree_pine_season_autumn", "fg": 5481, "bg": 4337 }, - { "id": "t_tree_pine_season_winter", "fg": 5481, "bg": 4336 }, - { "id": "t_tree_deadpine", "fg": 5478, "bg": 4338 }, - { "id": "t_tree_deadpine_season_summer", "fg": 5478, "bg": 4339 }, - { "id": "t_tree_deadpine_season_autumn", "fg": 5478, "bg": 4337 }, - { "id": "t_tree_deadpine_season_winter", "fg": 5478, "bg": 4336 }, - { "id": "t_tree_hickory", "fg": 5480, "bg": 4338 }, - { "id": "t_tree_hickory_season_summer", "fg": 5480, "bg": 4339 }, - { "id": "t_tree_hickory_season_autumn", "fg": 5480, "bg": 4337 }, - { "id": "t_tree_hickory_season_winter", "fg": 5479, "bg": 4336 }, - { "id": "t_tree_hickory_dead", "fg": 5479, "bg": 4338 }, - { "id": "t_tree_hickory_dead_season_summer", "fg": 5479, "bg": 4339 }, - { "id": "t_tree_hickory_dead_season_autumn", "fg": 5479, "bg": 4337 }, - { "id": "t_tree_hickory_dead_season_winter", "fg": 5479, "bg": 4336 } + "fg": 4378, + "bg": 4352 + }, + { "id": "t_tree_chestnut", "fg": 5493, "bg": 4354 }, + { "id": "t_tree_chestnut_season_summer", "fg": 5492, "bg": 4355 }, + { "id": "t_tree_chestnut_season_autumn", "fg": 5492, "bg": 4353 }, + { "id": "t_tree_chestnut_season_winter", "fg": 5492, "bg": 4352 }, + { "id": "t_tree_pine", "fg": 5497, "bg": 4354 }, + { "id": "t_tree_pine_season_summer", "fg": 5497, "bg": 4355 }, + { "id": "t_tree_pine_season_autumn", "fg": 5497, "bg": 4353 }, + { "id": "t_tree_pine_season_winter", "fg": 5497, "bg": 4352 }, + { "id": "t_tree_deadpine", "fg": 5494, "bg": 4354 }, + { "id": "t_tree_deadpine_season_summer", "fg": 5494, "bg": 4355 }, + { "id": "t_tree_deadpine_season_autumn", "fg": 5494, "bg": 4353 }, + { "id": "t_tree_deadpine_season_winter", "fg": 5494, "bg": 4352 }, + { "id": "t_tree_hickory", "fg": 5496, "bg": 4354 }, + { "id": "t_tree_hickory_season_summer", "fg": 5496, "bg": 4355 }, + { "id": "t_tree_hickory_season_autumn", "fg": 5496, "bg": 4353 }, + { "id": "t_tree_hickory_season_winter", "fg": 5495, "bg": 4352 }, + { "id": "t_tree_hickory_dead", "fg": 5495, "bg": 4354 }, + { "id": "t_tree_hickory_dead_season_summer", "fg": 5495, "bg": 4355 }, + { "id": "t_tree_hickory_dead_season_autumn", "fg": 5495, "bg": 4353 }, + { "id": "t_tree_hickory_dead_season_winter", "fg": 5495, "bg": 4352 } ] }, { diff --git a/lang/po/de.po b/lang/po/de.po index bb5231e0f260d..76b9e7d4118a6 100644 --- a/lang/po/de.po +++ b/lang/po/de.po @@ -1540,6 +1540,11 @@ msgid "" " than before, being the key component in the preparation of several " "military-grade explosives." msgstr "" +"Eine Handvoll wachsiger Hexamintabletten. Mit diesem allgegenwärtigen " +"Brennstoff wurde bis zum Kataklysmus fast jeder Gartengrill in Gang gesetzt," +" und kein \"richtiger\" Campingausflug kam ohne ihn aus. Heute ist es noch " +"wertvoller als früher, denn es ist die Schlüsselkomponente bei der " +"Herstellung einiger militärischer Sprengstoffe." #: lang/json/AMMO_from_json.py msgid "hydrogen peroxide (concentrated)" @@ -1728,6 +1733,11 @@ msgid "" " a common industrial explosive due to its stability and low price. Burns " "fast, but needs an explosive primer to detonate." msgstr "" +"Mehrere bräunliche Pellets, die hergestellt wurden, indem man Ammoniumnitrat" +" einen organischen Brennstoff absorbieren ließ. Dieses Ammoniumnitrat" +"/Heizöl-Gemisch, oder ANFO, ist aufgrund seiner Stabilität und seines " +"niedrigen Preises ein gängiger Industriesprengstoff. Brennt schnell, " +"benötigt aber einen Sprengstoffzünder, um zu detonieren." #: lang/json/AMMO_from_json.py msgid "black gunpowder" @@ -1743,6 +1753,10 @@ msgid "" "burns will quickly clog any firearm, but it could be used to make some " "vicious bombs." msgstr "" +"Eine Handvoll schwarzes Schießpulver, eine Mischung aus Salpeter, Holzkohle " +"und Schwefel. Ziemlich nutzlos für die Herstellung moderner Patronen, da der" +" Ruß, der bei der Verbrennung entsteht, jede Feuerwaffe schnell verstopft, " +"aber es könnte verwendet werden, um einige heimtückische Bomben zu fertigen." #: lang/json/AMMO_from_json.py msgid "match head powder" @@ -1757,6 +1771,10 @@ msgid "" "bit weaker. It can be used in crafting explosives and fuses when other, " "more suitable candidates are less available." msgstr "" +"Etwas Streichholzkopfpulver aus Streichholzköpfen, ähnlich dem " +"Schwarzpulver, aber etwas schwächer. Es kann bei der Herstellung von " +"Sprengstoffen und Zündschnüren verwendet werden, wenn andere, besser " +"geeignete Kandidaten nicht zur Verfügung stehen." #: lang/json/AMMO_from_json.py msgid "RDX" @@ -232227,12 +232245,12 @@ msgstr "" #: lang/json/terrain_from_json.py msgid "water dispenser" -msgstr "" +msgstr "Wasserspender" #. ~ Description for water dispenser #: lang/json/terrain_from_json.py msgid "A machine with several taps that dispenses clean water." -msgstr "" +msgstr "Eine Maschine mit mehreren Wasserhähnen, die sauberes Wasser spendet." #: lang/json/terrain_from_json.py msgid "telecom cabinet" @@ -232244,6 +232262,9 @@ msgid "" "A cabinet full of telecoms equipment. With the lines down, you might be " "able to take it apart for its useful electronics." msgstr "" +"Ein Schrank voll mit Telekommunikationsgeräten. Wenn die Stromzufuhr " +"unterbrochen ist, kannst du den Schrank vielleicht für seine nützliche " +"Elektronik auseinandernehmen." #: lang/json/terrain_from_json.py msgid "damaged telecom cabinet" @@ -232255,6 +232276,8 @@ msgid "" "A damaged telecoms cabinet. Might still be able to salvage some useful " "electronics scrap from it." msgstr "" +"Ein beschädigter Telekommunikationsschrank. Vielleicht kann man noch etwas " +"nützlichen Elektronikschrott daraus bergen." #: lang/json/terrain_from_json.py msgid "HV oil circuit breaker" diff --git a/lang/po/es_AR.po b/lang/po/es_AR.po index aa7a3a2bbefbe..4450bba1ae8b6 100644 --- a/lang/po/es_AR.po +++ b/lang/po/es_AR.po @@ -90088,8 +90088,8 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "thorny moose shambler" msgid_plural "thorny moose shamblers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "desorden alce espinoso" +msgstr[1] "desórdenes alces espinosos" #. ~ Description for thorny moose shambler #: lang/json/MONSTER_from_json.py @@ -118248,8 +118248,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "suspending for butchering" msgid_plural "suspending for butcherings" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "colgado para carnear" +msgstr[1] "colgado para carnear" #: lang/json/TOOL_from_json.py msgid "Type II. landfall survival kit" diff --git a/lang/po/es_ES.po b/lang/po/es_ES.po index f711900c83cde..0ecb8effdc0be 100644 --- a/lang/po/es_ES.po +++ b/lang/po/es_ES.po @@ -90106,8 +90106,8 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "thorny moose shambler" msgid_plural "thorny moose shamblers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "alce desastre espinoso" +msgstr[1] "alces desastre espinosos" #. ~ Description for thorny moose shambler #: lang/json/MONSTER_from_json.py @@ -118315,8 +118315,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "suspending for butchering" msgid_plural "suspending for butcherings" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Suspensión por descuartizado" +msgstr[1] "Suspensión por descuartizados" #: lang/json/TOOL_from_json.py msgid "Type II. landfall survival kit" @@ -280523,7 +280523,7 @@ msgstr "¡Algo se derrama del %s!" #: src/game.cpp #, c-format msgid "You let go of the %1$s as it falls down the %2$s." -msgstr "Sueltas el %1$s y se cae el %2$s." +msgstr "Sueltas %1$s y se cae %2$s." #: src/game.cpp #, c-format @@ -282042,7 +282042,7 @@ msgstr "%s choca con %s." #: src/grab.cpp #, c-format msgid "You let go of the %1$s as it starts to fall." -msgstr "Sueltas el %1$s y se empieza a caer." +msgstr "Sueltas %1$s y se empieza a caer." #: src/handle_action.cpp msgid "Accept your fate" @@ -291818,8 +291818,8 @@ msgid "" "Batteries low, entering standby mode. With a low buzzing sound the multi-" "cooker shuts down." msgstr "" -"Baterías bajas, entrando en modo de espera. Con un zumbido bajo, la " -"multicocina se apaga." +"Baterías bajas, entrando en modo espera. Con un zumbido bajo, la multicocina" +" se apaga." #: src/iuse.cpp msgid "The multi-cooker should be finishing shortly…" diff --git a/lang/po/fr.po b/lang/po/fr.po index 6b23bf8358bca..623d1ad536753 100644 --- a/lang/po/fr.po +++ b/lang/po/fr.po @@ -19219,6 +19219,8 @@ msgstr[1] "" msgid "" "A pair of covered pouches laid across the back of a horse behind the saddle." msgstr "" +"Une paire de poches couvertes posées sur le dos d'un cheval, derrière la " +"selle." #: lang/json/ARMOR_from_json.py msgid "salvaged power armor" @@ -22631,8 +22633,8 @@ msgstr "" #: lang/json/ARMOR_from_json.py msgid "patchwork quilt" msgid_plural "patchwork quilts" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "édredon en patchwork" +msgstr[1] "édredons en patchwork" #. ~ Description for patchwork quilt #: lang/json/ARMOR_from_json.py @@ -33929,7 +33931,7 @@ msgstr[1] "" #. ~ Description for Bag of Cats #: lang/json/BOOK_from_json.py lang/json/SPELL_from_json.py msgid "Are you the crazy cat lady?" -msgstr "" +msgstr "Êtes-vous la folle aux chats ?" #: lang/json/BOOK_from_json.py msgid "Scroll of Summon Wolf" @@ -43445,6 +43447,8 @@ msgid "" "A powdered form of chemical antiseptic, this bismuth formic iodide cleans " "wounds quickly and painlessly." msgstr "" +"Une poudre chimique d'antiseptique. Ce iodure de bismuth formique nettoie " +"les plaies rapidement sans douleur." #: lang/json/COMESTIBLE_from_json.py msgid "caffeinated chewing gum" @@ -43505,6 +43509,9 @@ msgid "" " textiles. Foams a little when in contact with organic matter, but " "otherwise harmless." msgstr "" +"Eau oxygénée diluée, à utiliser comme antiseptique et pour blanchir les " +"cheveux ou les textiles. Mousse un petit peu en contact avec de la matière " +"organique, mais sans aucun danger." #: lang/json/COMESTIBLE_from_json.py lang/json/GENERIC_from_json.py msgid "cigarette" @@ -43688,6 +43695,7 @@ msgstr[1] "" #: lang/json/COMESTIBLE_from_json.py msgid "A powerful antiseptic commonly used for contaminated wounds." msgstr "" +"Un antiseptique puissant couramment utilisé pour les plaies infectées." #: lang/json/COMESTIBLE_from_json.py msgid "makeshift antiseptic" @@ -43700,6 +43708,8 @@ msgstr[1] "" msgid "" "Makeshift antiseptic made from ethanol. Can be used to disinfect a wound." msgstr "" +"Antiseptique de fortune fabriqué à partir d'éthanol. Peut être utilisé pour " +"désinfecter une plaie." #: lang/json/COMESTIBLE_from_json.py msgid "prescription sedative" @@ -44392,6 +44402,8 @@ msgid "" "Some essential oil made from thyme, which can act as a mildly irritating " "antiseptic." msgstr "" +"Une huile essentielle faite à partir de thym, qui peut servir d'antiseptique" +" tout en étant légèrement irritant." #: lang/json/COMESTIBLE_from_json.py msgid "rolling tobacco" @@ -44683,6 +44695,8 @@ msgid "" "A rag soaked in antiseptic. Useful for light wounds, probably won't help " "with deep bites." msgstr "" +"Un chiffon qui a été trempé dans de l'antiseptique. Utile pour les blessures" +" légères, mais ne va probablement pas soigner les morsures profondes." #: lang/json/COMESTIBLE_from_json.py msgid "antiseptic soaked cotton balls" @@ -44765,6 +44779,8 @@ msgid "" "Clear jelly harvested from cattail, has antiseptic properties and works as a" " painkiller." msgstr "" +"La pulpe claire, récoltée à partir de la quenouille, a des propriétés " +"antiseptiques et fonctionne comme un analgésique." #: lang/json/COMESTIBLE_from_json.py msgid "broad-spectrum antibiotics" @@ -49541,6 +49557,11 @@ msgid "" "intended for use decorating soft surfaces of sweets. Like sugar, they are " "bad for your teeth and surprisingly not very tasty on their own." msgstr "" +"Connus sous le nom de nonpareils, de paillettes, de jimmies, de brins de " +"sucre ou de \"centaines et milliers\", ces boules, tiges ou flocons de sucre" +" et d'amidon colorés sont destinés à décorer les surfaces molles des " +"bonbons. Comme le sucre, ils sont mauvais pour les dents et, étonnamment, " +"ils ne sont pas très savoureux en eux-mêmes." #: lang/json/COMESTIBLE_from_json.py msgid "wild herbs" @@ -49594,6 +49615,8 @@ msgid "" "Sweet, sweet sugar? No, it is bitter-sweet artificial sweetener. No " "calories, no worries." msgstr "" +"Du sucre doux et sucré ? Non, c'est un édulcorant artificiel au goût doux-" +"amer. Pas de calories, pas d'inquiétudes." #: lang/json/COMESTIBLE_from_json.py msgid "cooked cattail stalk" @@ -49662,6 +49685,8 @@ msgstr[1] "" msgid "" "Wild dandelion flowers that have been pan fried. Very tasty and nutritious." msgstr "" +"Des fleurs de pissenlit sauvage qui ont été frites à la poêle. Très " +"savoureux et nutritif." #: lang/json/COMESTIBLE_from_json.py msgid "cooked burdock greens" @@ -53512,7 +53537,7 @@ msgstr[1] "" #. ~ Description for 30 gallon barrel #: lang/json/GENERIC_from_json.py msgid "A huge plastic barrel with a watertight lid." -msgstr "" +msgstr "Un énorme baril en plastique avec un couvercle étanche." #: lang/json/GENERIC_from_json.py lang/json/vehicle_part_from_json.py msgid "steel drum (100L)" @@ -53523,7 +53548,7 @@ msgstr[1] "" #. ~ Description for steel drum (100L) #: lang/json/GENERIC_from_json.py msgid "A huge steel barrel with a watertight lid." -msgstr "" +msgstr "Un énorme tonneau en acier avec un couvercle étanche." #: lang/json/GENERIC_from_json.py lang/json/vehicle_part_from_json.py msgid "steel drum (200L)" @@ -53534,7 +53559,7 @@ msgstr[1] "" #. ~ Description for steel drum (200L) #: lang/json/GENERIC_from_json.py msgid "A massive steel barrel with a watertight lid." -msgstr "" +msgstr "Un tonneau massif en acier avec un couvercle étanche." #: lang/json/GENERIC_from_json.py msgid "canvas sack" @@ -53629,7 +53654,7 @@ msgstr[1] "" #. ~ Description for glass bottle #: lang/json/GENERIC_from_json.py msgid "A watertight glass bottle, holds 750 ml of liquid." -msgstr "" +msgstr "Une bouteille en verre étanche, contenant 750 ml de liquide." #: lang/json/GENERIC_from_json.py msgid "plastic bottle" @@ -53643,6 +53668,9 @@ msgid "" "A watertight plastic bottle, holds 500 ml of liquid. Some may be factory " "sealed to preserve content from rot until opened." msgstr "" +"Une bouteille en plastique étanche, contenant 500 ml de liquide. Certaines " +"peuvent être scellées en usine pour préserver leur contenu de la pourriture " +"jusqu'à leur ouverture." #: lang/json/GENERIC_from_json.py msgid "condiment bottle" @@ -53666,7 +53694,7 @@ msgstr[1] "" #. ~ Description for small plastic bottle #: lang/json/GENERIC_from_json.py msgid "A watertight plastic bottle, holds 250 ml of liquid." -msgstr "" +msgstr "Une bouteille en plastique étanche, contenant 250 ml de liquide." #: lang/json/GENERIC_from_json.py msgid "large plastic bottle" @@ -54420,6 +54448,7 @@ msgstr[1] "" #: lang/json/GENERIC_from_json.py msgid "A transparent, watertight plastic bag meant for holding drinks." msgstr "" +"Un sac en plastique transparent et étanche destiné à contenir des boissons." #: lang/json/GENERIC_from_json.py msgid "microwave generator" @@ -55099,6 +55128,8 @@ msgid "" "Ten stout branches securely tied together for easier transport. Disassemble" " to untie them." msgstr "" +"Dix branches robustes solidement attachées ensemble pour faciliter le " +"transport. Démontez-les pour les détacher." #: lang/json/GENERIC_from_json.py msgid "bundle of long stout branches" @@ -55112,6 +55143,8 @@ msgid "" "Five long stout branches securely tied together for easier transport. " "Disassemble to untie them." msgstr "" +"Cinq longues branches robustes solidement attachées ensemble pour faciliter " +"le transport. Démontez-les pour les détacher." #: lang/json/GENERIC_from_json.py msgid "t-substrate sample" @@ -61092,6 +61125,8 @@ msgid "" "A dull knife, absolutely worthless in combat. Excellent for spreading soft " "things on bread." msgstr "" +"Un couteau émoussé, absolument sans aucun effet au combat. Excellent pour " +"étaler des choses molles sur du pain." #: lang/json/GENERIC_from_json.py msgid "plastic knife" @@ -61105,6 +61140,8 @@ msgid "" "A plastic butter knife. It's actually a bit sharper than its metal " "counterpart, but that doesn't make it any more effective as a weapon." msgstr "" +"Un couteau à beurre en plastique. Il est en fait un peu plus tranchant que " +"son homologue en métal, mais cela ne le rend pas plus efficace comme arme." #: lang/json/GENERIC_from_json.py msgid "plastic straw" @@ -61409,6 +61446,12 @@ msgid "" " couple of jars at a time, you'd fill it up with rocks or something to " "displace the water above the lids." msgstr "" +"Une très grande marmite de 25 litres, principalement destinée à la mise en " +"conserve des aliments dans des bocaux en verre par la méthode du bain-marie." +" Mais elle peut tout aussi bien cuire des aliments normalement. La mise en " +"conserve des aliments nécessite beaucoup d'eau. Si vous ne mettez en " +"conserve que quelques bocaux, vous la remplirez de pierres ou de quelque " +"chose pour compléter l'eau jusqu'au couvercle." #: lang/json/GENERIC_from_json.py msgid "cast-iron frying pan" @@ -61484,7 +61527,7 @@ msgstr[1] "" #. ~ Description for kettle #: lang/json/GENERIC_from_json.py msgid "A stovetop kettle for boiling water." -msgstr "" +msgstr "Une bouilloire pour faire bouillir l'eau." #: lang/json/GENERIC_from_json.py msgid "mesh colander" @@ -61498,6 +61541,8 @@ msgid "" "A stainless steel mesh colander, for washing rice, vegetables or straining " "liquid off from noodles or other foods." msgstr "" +"Une passoire à mailles en acier inoxydable, pour laver le riz, les légumes " +"ou égoutter des nouilles ou autres aliments." #: lang/json/GENERIC_from_json.py msgid "splatter guard" @@ -61524,6 +61569,8 @@ msgid "" "A large flat piece of wood for chopping vegetables on without ruining your " "knife or your countertop." msgstr "" +"Un grand morceau de bois plat pour couper les légumes sans abîmer votre " +"couteau ou votre plan de travail." #: lang/json/GENERIC_from_json.py msgid "meal tray" @@ -61943,6 +61990,8 @@ msgid "" "A sturdy 6-foot (or about 180 cm) long vine. Wear it over a shoulder and " "tie items to it as a temporary carrying solution." msgstr "" +"Une liane robuste de 6 pieds (ou environ 180 cm) de long. Portez-la sur une " +"épaule et attachez-y des objets comme solution de transport provisoire." #: lang/json/GENERIC_from_json.py msgid "long vine" @@ -61957,6 +62006,10 @@ msgid "" " Strong enough to suspend a large corpse for butchering. Wear it over a " "shoulder and tie items to it as a temporary carrying solution." msgstr "" +"Une liane robuste de 30 pieds (ou environ 9 m) de long. Peut facilement être" +" utilisée comme une corde. Assez solide pour suspendre un grand cadavre pour" +" le dépeçage. Portez-la sur une épaule et attachez-y des objets comme " +"solution de transport provisoire." #: lang/json/GENERIC_from_json.py msgid "short cordage rope" @@ -61997,7 +62050,7 @@ msgstr[1] "" #. ~ Description for badminton shuttlecock #: lang/json/GENERIC_from_json.py msgid "A high-drag projectile used in the sport of badminton." -msgstr "" +msgstr "Un projectile très dynamique utilisé au badminton." #: lang/json/GENERIC_from_json.py msgid "golf tee" @@ -62214,6 +62267,9 @@ msgid "" "A baseball bat made out of foam rubber with a plastic handle. Light, well-" "balanced, and easy to wield, but almost completely ineffective." msgstr "" +"Une batte de baseball fabriquée en caoutchouc mousse avec une poignée en " +"plastique. Légère, bien équilibrée et facile à manier, mais totalement " +"inefficace." #: lang/json/GENERIC_from_json.py msgid "expandable baton" @@ -62614,6 +62670,9 @@ msgid "" "short and flat bludgeoning weapon consisting of a weight embedded between " "two patches of leather." msgstr "" +"Il s'agit d'une sap improvisée, également connue sous le nom de cosh, " +"slapjack et slapper. Il s'agit d'une arme de matraquage courte et plate " +"constituée d'un poids inséré entre deux pièces de cuir.." #: lang/json/GENERIC_from_json.py msgid "Mjölnir" @@ -62723,7 +62782,7 @@ msgstr "Rétracter" #. ~ Use action msg for PR-24 baton (extended). #: lang/json/GENERIC_from_json.py msgid "You collapse your PR-24 baton." -msgstr "" +msgstr "Vous pliez votre matraque PR-24." #. ~ Description for PR-24 baton (extended) #: lang/json/GENERIC_from_json.py @@ -62732,6 +62791,10 @@ msgid "" "used by law enforcement all over the world. The PR designation is rumored " "to mean Public Relations. Activate to retract." msgstr "" +"La matraque Monadnock PR-24 est une matraque déployable, légère, à poignée " +"latérale, utilisée par les forces de l'ordre dans le monde entier. La " +"désignation PR signifie, selon la rumeur, relations publiques. Activez pour " +"déployer." #: lang/json/GENERIC_from_json.py msgid "PR-24 baton (retracted)" @@ -62747,7 +62810,7 @@ msgstr "Étendre" #. ~ Use action msg for PR-24 baton (retracted). #: lang/json/GENERIC_from_json.py msgid "You snap open your PR-24 baton." -msgstr "" +msgstr "Vous déployez votre matraque PR-24." #. ~ Description for PR-24 baton (retracted) #: lang/json/GENERIC_from_json.py @@ -62756,6 +62819,10 @@ msgid "" "used by law enforcement all over the world. The PR designation is rumored " "to mean Public Relations. Activate to extend." msgstr "" +"La matraque Monadnock PR-24 est une matraque déployable, légère, à poignée " +"latérale, utilisée par les forces de l'ordre dans le monde entier. La " +"désignation PR signifie, selon la rumeur, relations publiques. Activez pour " +"rétracter." #: lang/json/GENERIC_from_json.py msgid "quarterstaff" @@ -63401,6 +63468,8 @@ msgid "" "This is a dull, cheaply-made replica of a long Japanese knife, typically " "used as a samurai's backup weapon." msgstr "" +"Il s'agit d'une réplique de piètre qualité d'un long couteau japonais, " +"généralement utilisé comme arme de secours par les samouraïs." #. ~ Description for tanto #: lang/json/GENERIC_from_json.py @@ -64476,6 +64545,8 @@ msgid "" "A respectable length of tree branch, just big enough to wrap your hand " "around. Makes a decent melee weapon." msgstr "" +"Une longueur respectable de branche d'arbre, juste assez grande pour être " +"entourée d'une main. Ça fait une bonne arme de mêlée." #: lang/json/GENERIC_from_json.py msgid "long stout branch" @@ -64490,6 +64561,9 @@ msgid "" "couple of inches in diameter. Makes a decent melee weapon, and can be " "broken into shorter pieces for crafting." msgstr "" +"Une section droite de bois provenant d'une branche d'arbre, d'environ huit " +"pieds de long et de quelques pouces de diamètre. Fait une arme de mêlée " +"décente, et peut être cassé en morceaux plus courts pour la fabrication." #: lang/json/GENERIC_from_json.py msgid "long pole" @@ -65322,6 +65396,8 @@ msgid "" "This is a large blade attached to a stout section of tree branch. It could " "do a considerable amount of damage." msgstr "" +"Il s'agit d'une grande lame attachée à une section robuste d'une branche " +"d'arbre. Elle peut faire des dégâts considérables." #: lang/json/GENERIC_from_json.py msgid "mind splicer kit" @@ -92061,6 +92137,10 @@ msgid "" "that can plug into a UPS. Any device modified with this can be used without" " a battery as long as you have a charged UPS with you." msgstr "" +"Ce dispositif remplace les connexions conventionnelles de la batterie par un" +" port de connexion qui peut se brancher sur un UPS. Tout appareil modifié à " +"l'aide de ce dispositif peut être utilisé sans batterie tant que vous " +"disposez d'un chargeur UPS." #: lang/json/TOOLMOD_from_json.py msgid "battery compartment mod" @@ -92074,6 +92154,9 @@ msgid "" "A battery compartment mod that allows using vehicle batteries and small " "storage batteries in regular tools." msgstr "" +"Une modification du compartiment à piles qui permet d'utiliser des batteries" +" de véhicules et de petites batteries de stockage dans des outils " +"ordinaires." #: lang/json/TOOLMOD_from_json.py msgid "light battery mod" @@ -92141,6 +92224,9 @@ msgid "" "A flat case with neck strap used to carry items such as currency, " "identification documents, laminated cards, and other small items." msgstr "" +"Une petite sacoche plate avec une sangle de cou utilisée pour transporter " +"des articles tels que des billets de banque, des documents d'identité, des " +"cartes plastifiées et d'autres petits objets." #: lang/json/TOOL_ARMOR_from_json.py msgid "quantum solar backpack (folded)" @@ -92524,6 +92610,11 @@ msgid "" "the distance around you that is mapped during your travels. You could also " "use them to focus the sunlight." msgstr "" +"Une paire de jumelles avec une courroie de cou attachée. Utile pour voir sur" +" de longues distances. En portant cet objet ou en le gardant dans votre " +"inventaire, vous doublerez la distance autour de vous qui est cartographiée " +"pendant vos déplacements. Vous pouvez également les utiliser pour focaliser " +"la lumière du soleil." #: lang/json/TOOL_ARMOR_from_json.py msgid "headlamp" @@ -92534,12 +92625,12 @@ msgstr[1] "" #. ~ Use action msg for headlamp. #: lang/json/TOOL_ARMOR_from_json.py msgid "You turn the headlamp on." -msgstr "" +msgstr "Vous allumez la lampe frontale." #. ~ Use action need_charges_msg for headlamp. #: lang/json/TOOL_ARMOR_from_json.py msgid "The headlamp batteries are dead." -msgstr "" +msgstr "Les piles de la lampe frontale sont mortes." #. ~ Description for headlamp #: lang/json/TOOL_ARMOR_from_json.py @@ -92547,6 +92638,9 @@ msgid "" "This is an LED headlamp with an adjustable strap so as to be comfortably " "worn on your head or attached to your helmet. Use it to turn it on." msgstr "" +"Il s'agit d'une lampe frontale à LED dotée d'une sangle réglable afin d'être" +" confortablement portée sur votre tête ou fixée à votre casque. Utilisez-le " +"pour l'allumer." #: lang/json/TOOL_ARMOR_from_json.py msgid "headlamp (on)" @@ -92561,6 +92655,9 @@ msgid "" "worn on your head or attached to your helmet. It is turned on, and " "continually draining batteries. Use it to turn it off." msgstr "" +"Il s'agit d'une lampe frontale LED dotée d'une sangle réglable afin d'être " +"confortablement portée sur la tête ou fixée au casque. Elle est allumée et " +"vide continuellement ses piles. Utilisez-le pour l'éteindre." #: lang/json/TOOL_ARMOR_from_json.py msgid "survivor headlamp" @@ -93652,6 +93749,9 @@ msgid "" "equipped with internal battery-powered heating elements. Use it to turn it " "on." msgstr "" +"Cette combinaison de sous-vêtements thermiques fins vous couvre de la tête " +"aux pieds et est équipée d'éléments chauffants internes alimentés par des " +"piles. Utilisez-la pour l'allumer." #: lang/json/TOOL_ARMOR_from_json.py msgid "thermal electric outfit (on)" @@ -93774,13 +93874,13 @@ msgstr[1] "" #. ~ Use action noise_message for whistle multitool. #: lang/json/TOOL_ARMOR_from_json.py lang/json/TOOL_from_json.py msgid "FWEEEET!" -msgstr "" +msgstr "FWEEEET!" #. ~ Use action use_message for whistle. #. ~ Use action use_message for whistle multitool. #: lang/json/TOOL_ARMOR_from_json.py lang/json/TOOL_from_json.py msgid "You blow the whistle." -msgstr "" +msgstr "Vous soufflez dans le sifflet." #. ~ Description for whistle #: lang/json/TOOL_ARMOR_from_json.py @@ -93925,6 +94025,10 @@ msgid "" "compressed mixture of oxygen and nitrogen. It is equipped with an on-demand" " regulator and a mouthpiece designed mostly for underwater use." msgstr "" +"C'est une bouteille de plongée haute pression de 232 bars qui peut contenir " +"jusqu'à 12L de mélange comprimé d'oxygène et d'azote. Elle est équipée d'un " +"détendeur à la demande et d'un embout conçu principalement pour une " +"utilisation sous-marine." #: lang/json/TOOL_ARMOR_from_json.py msgid "scuba tank (on)" @@ -97775,6 +97879,9 @@ msgid "" "This is a short-bladed knife with a sharp blade, made for fine controlled " "cuts to vegetables without using a cutting board." msgstr "" +"Il s'agit d'un couteau à lame courte et tranchante, conçu pour effectuer des" +" coupes fines et maîtrisées dans les légumes sans utiliser de planche à " +"découper." #: lang/json/TOOL_from_json.py msgid "chef knife" @@ -97790,6 +97897,11 @@ msgid "" "for a fast rocking action for chopping vegetables. It makes a good melee " "weapon, but the wide blade is unwieldy for butchering." msgstr "" +"Il s'agit d'un couteau de cuisine à longue lame. La lame est plus large que " +"le manche, ce qui laisse de la place pour les articulations de la personne " +"qui la manie, et elle présente une courbe caractéristique qui permet un " +"mouvement de va-et-vient rapide pour couper les légumes. C'est une bonne " +"arme de mêlée, mais la lame large est peu maniable pour le dépeçage." #: lang/json/TOOL_from_json.py msgid "carving knife" @@ -97804,6 +97916,10 @@ msgid "" "deftly slicing meat either in flat sheets or around the bone. It would be a" " decent melee weapon, and excellent for butchery." msgstr "" +"Il s'agit d'un couteau de cuisine à lame longue, fine et légèrement " +"incurvée, permettant de trancher adroitement la viande, soit en plaques, " +"soit autour de l'os. Ce serait une arme de mêlée décente, et excellente pour" +" la boucherie." #: lang/json/TOOL_from_json.py msgid "bread knife" @@ -97818,6 +97934,9 @@ msgid "" "It's not that sharp, but its length and heft mean it could do a bit of " "damage and cause some nasty tearing." msgstr "" +"Ce couteau a une lame assez longue avec un tranchant dentelé pour couper le " +"pain. Elle n'est pas très tranchante, mais sa longueur et son poids lui " +"permettent de faire quelques dégâts et de provoquer de vilaines déchirures." #: lang/json/TOOL_from_json.py msgid "vegetable cleaver" @@ -97832,6 +97951,10 @@ msgid "" "for fast vegetable chopping. Its heft and sharpness would make it a decent " "weapon as well, although not as good as a meat cleaver." msgstr "" +"Il s'agit d'un couteau à l'allure menaçante avec une large lame de forme " +"carrée, courbée pour couper rapidement les légumes. Son poids et son " +"tranchant en font également une arme décente, même si elle n'est pas aussi " +"efficace qu'un hachoir à viande." #: lang/json/TOOL_from_json.py msgid "meat cleaver" @@ -97934,6 +98057,10 @@ msgid "" " take a bit more time to carefully split the shaft and attach the knife " "blade more permanently." msgstr "" +"Une perche fragile en bois avec un couteau attaché à l'extrémité. Il est " +"assez long pour couper à distance, mais le couteau n'est pas très bien fixé." +" Vous pourriez prendre un peu plus de temps pour fendre soigneusement le " +"manche et fixer la lame du couteau de façon plus durable." #: lang/json/TOOL_from_json.py msgid "knife spear" @@ -97974,6 +98101,8 @@ msgid "" "This is a long, thin knife with a spring-loaded blade that rests inside the " "handle while not in use." msgstr "" +"Il s'agit d'un couteau long et fin avec une lame à ressort qui se plie à " +"l'intérieur du manche lorsqu'elle n'est pas utilisé." #: lang/json/TOOL_from_json.py msgid "folding knife" @@ -97987,6 +98116,9 @@ msgid "" "This is a small folding knife, with a locking blade and a pocket clip. Not " "as good a weapon as a solid fixed-blade knife, but better than a penknife." msgstr "" +"Il s'agit d'un petit couteau pliant, avec une lame verrouillable et un clip " +"de poche. Ce n'est pas une aussi bonne arme qu'un solide couteau à lame " +"fixe, mais c'est mieux qu'un canif." #: lang/json/TOOL_from_json.py msgid "combat knife" @@ -111700,7 +111832,7 @@ msgstr "bras gauche" #: lang/json/bodypart_from_json.py msgid "arms" -msgstr "" +msgstr "bras" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" @@ -111710,7 +111842,7 @@ msgstr "bras gauche" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" msgid "arms" -msgstr "" +msgstr "bras" #: lang/json/bodypart_from_json.py msgid "Melee and ranged combat is hampered." @@ -111756,7 +111888,7 @@ msgstr "main gauche" #: lang/json/bodypart_from_json.py msgid "hands" -msgstr "" +msgstr "mains" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" @@ -111766,7 +111898,7 @@ msgstr "main gauche" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" msgid "hands" -msgstr "" +msgstr "mains" #: lang/json/bodypart_from_json.py msgid "Manual tasks are slowed." @@ -111804,7 +111936,7 @@ msgstr "jambe gauche" #: lang/json/bodypart_from_json.py msgid "legs" -msgstr "" +msgstr "jambes" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" @@ -111814,7 +111946,7 @@ msgstr "jambe gauche" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" msgid "legs" -msgstr "" +msgstr "jambes" #: lang/json/bodypart_from_json.py msgid "Running and swimming are slowed." @@ -111860,7 +111992,7 @@ msgstr "pied gauche" #: lang/json/bodypart_from_json.py msgid "feet" -msgstr "" +msgstr "pieds" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" @@ -111870,7 +112002,7 @@ msgstr "pied gauche" #: lang/json/bodypart_from_json.py msgctxt "bodypart_accusative" msgid "feet" -msgstr "" +msgstr "pieds" #: lang/json/bodypart_from_json.py msgid "L. Foot" @@ -115477,14 +115609,14 @@ msgstr "A contracté une infection." #: lang/json/effects_from_json.py msgctxt "memorial_male" msgid "Recovered from an infection… this time." -msgstr "" +msgstr "S'est remise d'une infection... pour cette fois." #. ~ Female memorial remove log for effect(s) 'Infected, Badly Infected, Pus #. Filled'. #: lang/json/effects_from_json.py msgctxt "memorial_female" msgid "Recovered from an infection… this time." -msgstr "" +msgstr "S'est remise d'une infection... pour cette fois." #: lang/json/effects_from_json.py msgid "Recovering From Infection" @@ -115798,7 +115930,7 @@ msgstr "Votre %s transpire abondamment dû à la chaleur." #: lang/json/effects_from_json.py msgid "Slowdown" -msgstr "" +msgstr "Ralentissement" #. ~ Description of effect 'Slowdown'. #: lang/json/effects_from_json.py @@ -115826,7 +115958,7 @@ msgstr "" #. ~ Speed name of effect(s) 'Slowdown, Hampered, Crushed'. #: lang/json/effects_from_json.py msgid "Heat slowdown" -msgstr "" +msgstr "Ralentissement dû à la chaleur" #: lang/json/effects_from_json.py msgid "Frostnip" @@ -142837,7 +142969,7 @@ msgstr "" #: lang/json/mission_def_from_json.py msgid "I don't think so…" -msgstr "" +msgstr "Je ne crois pas non..." #: lang/json/mission_def_from_json.py msgid "Quitting already?" @@ -142849,7 +142981,7 @@ msgstr "Tuer 100 zombies" #: lang/json/mission_def_from_json.py msgid "You seem to know this new world better than most…" -msgstr "" +msgstr "Vous semblez connaitre ce monde mieux que quiconque..." #: lang/json/mission_def_from_json.py msgid "" @@ -142860,6 +142992,12 @@ msgid "" " to the best of my ability but you really showed promise taking out that " "other beast. You, I, and a 100 zombies laid to rest, what do you say?" msgstr "" +"Vous êtes mieux vêtu que la plupart... ça vous intéresserez de rendre le " +"monde un peu meilleur pour nous autres? Les villes ont suffisamment de " +"fournitures pour nous, mais nous n'avons pas les compétences pour venir à " +"bout des masses de zombies. Je vous aiderais du mieux que je peux mais vous " +"avez vraiment fait vos preuves avec cette autre bête. Vous, moi, et 100 " +"zombies à abattre, qu'en dites vous?" #: lang/json/mission_def_from_json.py msgid "" @@ -142875,6 +143013,8 @@ msgid "" "most of us survivors won't make it unless someone decides to take the " "initiative." msgstr "" +"Hé, je ne me serais pas porté volontaire non plus... mais la plupart des " +"autres survivants ne pourront y arriver si personne ne prend l'initiative." #: lang/json/mission_def_from_json.py msgid "I'd secure an ammo cache and try to sweep a town in multiple passes." @@ -142891,6 +143031,9 @@ msgid "" "Man… you're a goddamn machine. It was a pleasure working with you. You " "know, you may just change our little neck of the world if you keep this up." msgstr "" +"Vous êtes une putain de machine... c'était un plaisir de travailler avec " +"vous. Vous savez, vous pourriez changer notre monde en ruine si vous " +"continuez comme ça." #: lang/json/mission_def_from_json.py msgid "I don't think that was quite a hundred dead zeds." @@ -142903,6 +143046,8 @@ msgstr "Tuer le maître zombie" #: lang/json/mission_def_from_json.py msgid "I've heard some bad rumors so I hope you are up for another challenge…" msgstr "" +"J'ai entendu de drôles de rumeurs alors j'espère que vous êtes prêt pour un " +"autre challenge..." #: lang/json/mission_def_from_json.py msgid "" @@ -142955,6 +143100,8 @@ msgid "" "The eater of the dead… something was ripping zombies to shreds and only " "leaving a few scattered limbs…" msgstr "" +"Le mangeur de morts... quelque chose a mis les zombies en morceaux, ne " +"laissant que des membres éparpillés..." #: lang/json/mission_def_from_json.py msgid "" @@ -142965,6 +143112,13 @@ msgid "" "meet-up back here. My buddy never showed up and I don't have the means to " "kill whatever it was. Can you lend a hand?" msgstr "" +"Il a de ça quelques jours un autre survivant et moi même avons essayé de " +"rester dans la forêt loin des villes le jour et de chercher du matos la " +"nuit. Ça marchait bien avec les zombies normaux, mais une nuit quelque-chose" +" a suivit notre trace et nous a pourchassé pendant dix minutes, on a alors " +"décidé de se séparer pour se retrouver ensuite. Mon camarade n'est jamais " +"revenu et je n'avais pas les moyens de tuer cette chose. Vous pourriez me " +"donner un coup de main?" #: lang/json/mission_def_from_json.py msgid "Thanks, make sure you're ready for whatever the beast is." @@ -142998,6 +143152,8 @@ msgid "" "I'm glad you came back alive… I wasn't sure if I had sent you to your " "death." msgstr "" +"Content que vous soyez revenu en un seul morceau... je me demandais si je ne" +" vous avais pas envoyé à la mort." #: lang/json/mission_def_from_json.py msgid "Kill Zombie Mom" @@ -143012,18 +143168,21 @@ msgid "" "My mom… she's… she was killed, but then she just got back up… she's one of " "those things now. Can you put her out of her misery for me?" msgstr "" +"Ma maman... Elle est... Elle a été tuée, mais elle s'est relevée. C'est une " +"de ces choses maintenant... Pouvez-vous mettre une fin à sa souffrance pour " +"moi?" #: lang/json/mission_def_from_json.py msgid "Thank you… she would've wanted it this way." -msgstr "" +msgstr "Merci. Elle l'aurait voulu ainsi." #: lang/json/mission_def_from_json.py msgid "Please reconsider, I know she's suffering…" -msgstr "" +msgstr "Pensez-y... Je sais qu'elle souffre." #: lang/json/mission_def_from_json.py msgid "Find a gun if you can, make it quick…" -msgstr "" +msgstr "Prends une arme à feu si tu peux, fais ça vite..." #: lang/json/mission_def_from_json.py msgid "Well…? Did you… finish things for my mom?" @@ -143047,7 +143206,7 @@ msgstr "Atteindre la ferme" #: lang/json/mission_def_from_json.py msgid "I just need a place to start over…" -msgstr "" +msgstr "Il me faut juste un endroit pour tout recommencer..." #: lang/json/mission_def_from_json.py msgid "" @@ -143056,6 +143215,10 @@ msgid "" " the first to go. I'd like to start over, just rebuild at one of the farms " "in the countryside. Can you help me secure one?" msgstr "" +"J'ai accepté que tout ceux que j'ai connu sont morts... d'une manière ou " +"d'une autre. J'espérais vraiment pouvoir sauver mon frère. J'aimerais tout " +"recommencer, reconstruire ma vie dans une ferme loin des villes. Vous " +"m'aideriez?" #: lang/json/mission_def_from_json.py msgid "" @@ -143098,7 +143261,7 @@ msgstr "Atteindre le camp de la FEMA" #: lang/json/mission_def_from_json.py msgid "Maybe they escaped to one of the camps…" -msgstr "" +msgstr "Peut-être se sont-ils réfugiés dans un des camps..." #: lang/json/mission_def_from_json.py msgid "" @@ -143114,7 +143277,7 @@ msgstr "" #: lang/json/mission_def_from_json.py msgid "Thank you, just bring me to the camp… I just want to see." -msgstr "" +msgstr "Merci, conduisez moi juste au camp... je veux vérifier." #: lang/json/mission_def_from_json.py msgid "Please, I don't know what else to do." @@ -143262,7 +143425,7 @@ msgstr "Merci mille fois de l'avoir ramené" #: lang/json/mission_def_from_json.py msgid "Oh no! My poor puppy…" -msgstr "" +msgstr "Oh non! Mon pauvre chien!" #: lang/json/mission_def_from_json.py msgid "Break into armory to retrieve family photo" @@ -143443,6 +143606,11 @@ msgid "" "collect 80 cattail stalks, and bring them back here. In exchange, I'll show" " you how to harvest the jelly." msgstr "" +"Saviez-vous que les quenouilles contiennent une gelée qui fonctionne comme " +"un antiseptique et un analgésique ? Ce produit pourrait être très utile ici." +" Je veux que vous preniez ce sac, que vous alliez dans le marais le plus " +"proche, que vous ramassiez 80 tiges de quenouilles et que vous les rameniez " +"ici. En échange, je vais vous montrer comment récolter la gelée." #: lang/json/mission_def_from_json.py msgid "" @@ -143544,12 +143712,12 @@ msgstr "" #: lang/json/mission_def_from_json.py msgid "Lighthouse" -msgstr "" +msgstr "Phare" #. ~ Description for mission '{'str': 'Lighthouse'}' #: lang/json/mission_def_from_json.py msgid "Lead Mikhail to lighthouse." -msgstr "" +msgstr "Conduisez Mikhail au phare." #: lang/json/mission_def_from_json.py msgid "" @@ -164761,7 +164929,7 @@ msgstr "" #: lang/json/professions_from_json.py msgctxt "profession_female" msgid "Crazy Cat Lady" -msgstr "" +msgstr "La folle du chat" #. ~ Profession (Crazy Cat Lady) description #: lang/json/professions_from_json.py @@ -178393,6 +178561,8 @@ msgstr "" #: lang/json/snippet_from_json.py msgid "Wounds heal over time. Bandages and antiseptic speeds that up." msgstr "" +"Les plaies guérissent avec le temps. Les bandages et l'antiseptique " +"accélèrent ce processus." #: lang/json/snippet_from_json.py msgid "Don't get grabbed by zombies. Their bites can be infectious." @@ -179237,6 +179407,9 @@ msgid "" "If you have extra antiseptic, use it to disinfect your wounds, even if they " "aren't infected. They will recover faster that way." msgstr "" +"Si vous avez un surplus d'antiseptique, utilisez-le pour désinfecter vos " +"plaies, même si elles ne sont pas infectées. Elles se rétabliront plus " +"rapidement de cette façon." #: lang/json/snippet_from_json.py msgid "" @@ -199665,6 +199838,9 @@ msgid "" "Hey, I'm a doctor! I know how to treat trauma. You give me some bandages " "or a bottle of antiseptic, I'm get you fixed when I see you hurting." msgstr "" +"Hé, je suis médecin ! Je sais comment traiter les traumatismes. Vous me " +"donnez des bandages ou une bouteille d'antiseptique, et je vous soigne quand" +" je vois que vous vous sentez mal." #: lang/json/talk_topic_from_json.py msgid "" @@ -202028,7 +202204,7 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Have anything to trade?" -msgstr "" +msgstr "Vous avez quelque chose à échanger ?" #: lang/json/talk_topic_from_json.py msgid "" @@ -227230,7 +227406,7 @@ msgstr "Vlannn!" #. ~ Trap-vehicle collision message for trap 'booby trap' #: lang/json/trap_from_json.py msgid "Boom!" -msgstr "" +msgstr "Boom!" #: lang/json/trap_from_json.py msgid "buried land mine" @@ -227256,11 +227432,11 @@ msgstr "doline" #: lang/json/trap_from_json.py msgid "shimmering portal" -msgstr "" +msgstr "portail lumineux" #: lang/json/trap_from_json.py msgid "ledge" -msgstr "" +msgstr "rebord" #: lang/json/trap_from_json.py msgid "downspout funnel" @@ -227268,15 +227444,15 @@ msgstr "entonnoir de descente de gouttière" #: lang/json/trap_from_json.py msgid "firewood source" -msgstr "" +msgstr "approvisionnement en bois de chauffage" #: lang/json/trap_from_json.py msgid "practice target" -msgstr "" +msgstr "cible d'entraînement" #: lang/json/trap_from_json.py msgid "unfinished construction" -msgstr "" +msgstr "construction inachevée" #: lang/json/trap_from_json.py msgid "raincatcher" @@ -227304,7 +227480,7 @@ msgstr "Vélo" #: lang/json/vehicle_from_json.py msgid "Mountain bike" -msgstr "" +msgstr "Vélo tout-terrain" #: lang/json/vehicle_from_json.py msgid "Electric Bicycle" @@ -227344,15 +227520,15 @@ msgstr "Scooter Électrique" #: lang/json/vehicle_from_json.py msgid "Superbike" -msgstr "" +msgstr "Superbike" #: lang/json/vehicle_from_json.py msgid "Tandem" -msgstr "" +msgstr "Tandem" #: lang/json/vehicle_from_json.py msgid "Children's Tricycle" -msgstr "" +msgstr "Tricycle pour enfants" #: lang/json/vehicle_from_json.py msgid "Unicycle" @@ -227360,35 +227536,35 @@ msgstr "Monocycle" #: lang/json/vehicle_from_json.py msgid "canoe" -msgstr "" +msgstr "canoe" #: lang/json/vehicle_from_json.py msgid "Amphibious Truck" -msgstr "" +msgstr "Camion amphibie" #: lang/json/vehicle_from_json.py msgid "kayak" -msgstr "" +msgstr "kayak" #: lang/json/vehicle_from_json.py msgid "racing kayak" -msgstr "" +msgstr "kayak de course" #: lang/json/vehicle_from_json.py msgid "raft" -msgstr "" +msgstr "radeau" #: lang/json/vehicle_from_json.py msgid "motor boat" -msgstr "" +msgstr "bateau à moteur" #: lang/json/vehicle_from_json.py msgid "wooden rowboat" -msgstr "" +msgstr "chaloupe en bois" #: lang/json/vehicle_from_json.py msgid "4x4 Car" -msgstr "" +msgstr "Voiture 4x4" #: lang/json/vehicle_from_json.py msgid "Beetle" @@ -227404,11 +227580,11 @@ msgstr "Voiture" #: lang/json/vehicle_from_json.py msgid "Car with Bike Rack" -msgstr "" +msgstr "Voiture avec porte-vélos" #: lang/json/vehicle_from_json.py msgid "Luxury Car" -msgstr "" +msgstr "Voiture de luxe" #: lang/json/vehicle_from_json.py msgid "Car Chassis" @@ -227416,15 +227592,15 @@ msgstr "Chassis de Voiture" #: lang/json/vehicle_from_json.py msgid "Hybrid Car with Bike Rack" -msgstr "" +msgstr "Voiture hybride avec porte-vélos" #: lang/json/vehicle_from_json.py msgid "Hybrid Car" -msgstr "" +msgstr "Voiture hybride" #: lang/json/vehicle_from_json.py msgid "City Car" -msgstr "" +msgstr "Voiture de ville" #: lang/json/vehicle_from_json.py msgid "Hatchback" @@ -227440,7 +227616,7 @@ msgstr "Voiture de Sport" #: lang/json/vehicle_from_json.py msgid "Atomic Sports Car" -msgstr "" +msgstr "Voiture de sport atomique" #: lang/json/vehicle_from_json.py msgid "Electric Sports Car" @@ -227448,7 +227624,7 @@ msgstr "Voiture de sport électrique" #: lang/json/vehicle_from_json.py msgid "Electric Racing Car" -msgstr "" +msgstr "Voiture de course électrique" #: lang/json/vehicle_from_json.py msgid "Electric Car" @@ -227468,15 +227644,15 @@ msgstr "SUV électrique" #: lang/json/vehicle_from_json.py msgid "Electric SUV with Bike Rack" -msgstr "" +msgstr "SUV électrique avec porte-vélos" #: lang/json/vehicle_from_json.py msgid "Survivor Car" -msgstr "" +msgstr "Voiture de survivant" #: lang/json/vehicle_from_json.py msgid "Engine Crane" -msgstr "" +msgstr "Grue à moteur" #: lang/json/vehicle_from_json.py msgid "Food Vendor Cart" @@ -227504,7 +227680,7 @@ msgstr "Chariot de supermarché" #: lang/json/vehicle_from_json.py msgid "Grocery Cart" -msgstr "" +msgstr "Chariot d'épicerie" #: lang/json/vehicle_from_json.py msgid "Swivel Chair" @@ -227528,11 +227704,11 @@ msgstr "Fauteuil roulant pliable" #: lang/json/vehicle_from_json.py msgid "hospital bed" -msgstr "" +msgstr "lit d'hôpital" #: lang/json/vehicle_from_json.py msgid "Laundry Cart" -msgstr "" +msgstr "Chariot à linge" #: lang/json/vehicle_from_json.py msgid "Hearse" @@ -227540,7 +227716,7 @@ msgstr "Corbillard" #: lang/json/vehicle_from_json.py msgid "Technical" -msgstr "" +msgstr "Technique" #: lang/json/vehicle_from_json.py msgid "Ambulance" @@ -227564,11 +227740,11 @@ msgstr "Voiture de police" #: lang/json/vehicle_from_json.py msgid "Police K9 Unit" -msgstr "" +msgstr "Unité de police K9" #: lang/json/vehicle_from_json.py msgid "Police SUV" -msgstr "" +msgstr "SUV de la police" #: lang/json/vehicle_from_json.py msgid "Police K9 Transport" @@ -227580,11 +227756,11 @@ msgstr "Fourgon SWAT" #: lang/json/vehicle_from_json.py msgid "Primitive Tractor" -msgstr "" +msgstr "Tracteur ancien" #: lang/json/vehicle_from_json.py msgid "Automatic Tractor" -msgstr "" +msgstr "Tracteur automatique" #: lang/json/vehicle_from_json.py msgid "Plow Tractor" @@ -228114,6 +228290,8 @@ msgid "" "A battery for storing electrical power, and discharging it to power " "electrical devices built into the vehicle." msgstr "" +"Une batterie permettant de stocker de l'énergie électrique et de la " +"restituer pour alimenter des appareils électriques intégrés au véhicule." #: lang/json/vehicle_part_from_json.py msgid "motorbike battery, small" @@ -228121,7 +228299,7 @@ msgstr "petite batterie de moto" #: lang/json/vehicle_part_from_json.py msgid "swappable large storage battery" -msgstr "" +msgstr "grande batterie interchangeable" #. ~ Description for swappable large storage battery #. ~ Description for swappable storage battery @@ -228132,6 +228310,11 @@ msgid "" "release framework to allow it to be easily swapped, though it still weighs " "so much that a lifting tool of some kind is necessary for most people." msgstr "" +"Batterie permettant de stocker l'énergie électrique et de la restituer pour " +"alimenter les appareils électriques installés dans le véhicule. Celle-ci est" +" montée sur un cadre à fixation rapide qui permet de la changer facilement, " +"mais son poids est tel qu'un outil de levage est nécessaire pour la plupart " +"des gens." #: lang/json/vehicle_part_from_json.py msgid "swappable storage battery" @@ -228147,6 +228330,8 @@ msgid "" "A metal wall. Keeps zombies outside the vehicle and prevents people from " "seeing through it." msgstr "" +"Une paroi métallique. Elle maintient les zombies à l'extérieur du véhicule " +"et empêche les autres de voir à travers." #: lang/json/vehicle_part_from_json.py msgid "quarterpanel" @@ -228158,10 +228343,12 @@ msgid "" "A half-height metal wall. Keeps zombies outside the vehicle but allows " "people to see over it." msgstr "" +"Un mur métallique à mi-hauteur. Elle maintient les zombies à l'extérieur du " +"véhicule mais permet aux autres de voir par-dessus." #: lang/json/vehicle_part_from_json.py msgid "cloth board" -msgstr "" +msgstr "panneau en tissus" #. ~ Description for cloth board #: lang/json/vehicle_part_from_json.py @@ -228169,6 +228356,8 @@ msgid "" "A cloth wall. Keeps zombies outside the vehicle and prevents people from " "seeing through it." msgstr "" +"Un mur de tissu. Il maintient les zombies à l'extérieur du véhicule et " +"empêche les autres de voir à travers." #: lang/json/vehicle_part_from_json.py msgid "cloth quarterpanel" @@ -228183,7 +228372,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "stow board" -msgstr "" +msgstr "panneau avec stockage" #. ~ Description for stow board #: lang/json/vehicle_part_from_json.py @@ -228194,7 +228383,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "heavy duty stow board" -msgstr "" +msgstr "panneau de stockage renforcé" #. ~ Description for heavy duty board #: lang/json/vehicle_part_from_json.py @@ -228261,7 +228450,7 @@ msgstr "panier de chariot" #: lang/json/vehicle_part_from_json.py msgid "external shopping cart basket" -msgstr "" +msgstr "panier de chariot externe" #. ~ Description for external shopping cart basket #. ~ Description for external wire bike basket @@ -228271,6 +228460,8 @@ msgid "" "Storage space, mounted outside your vehicle's armor and vulnerable to " "damage." msgstr "" +"Espace de stockage, monté à l'extérieur du blindage de votre véhicule et " +"vulnérable aux dommages." #: lang/json/vehicle_part_from_json.py msgid "folding shopping cart basket" @@ -228282,7 +228473,7 @@ msgstr "panier de vélo" #: lang/json/vehicle_part_from_json.py msgid "external wire bike basket" -msgstr "" +msgstr "panier de vélo externe" #: lang/json/vehicle_part_from_json.py msgid "box" @@ -228290,7 +228481,7 @@ msgstr "boîte" #: lang/json/vehicle_part_from_json.py msgid "external cargo rack" -msgstr "" +msgstr "porte-bagages externe" #. ~ Description for bike rack #: lang/json/vehicle_part_from_json.py @@ -228305,27 +228496,36 @@ msgstr "" #. ~ Description for mounted spare tire #: lang/json/vehicle_part_from_json.py msgid "Spare tire stored on an external carrier rig." -msgstr "" +msgstr "Le pneu de secours est stocké sur un support externe." #: lang/json/vehicle_part_from_json.py msgid "A combustion engine. Burns fuel from a tank in the vehicle." msgstr "" +"Un moteur à combustion. Brûle le carburant d'un réservoir situé dans le " +"véhicule." #: lang/json/vehicle_part_from_json.py msgid "" "A combustion engine for use on aircraft. Burns gasoline or avgas fuel from " "a tank in the vehicle." msgstr "" +"Un moteur à combustion utilisé sur les avions. Brûle de l'essence ou du gaz " +"naturel provenant d'un réservoir situé dans le véhicule." #: lang/json/vehicle_part_from_json.py msgid "" "A combustion engine. Burns diesel fuel from a tank in the vehicle. Can " "also burn biodiesel or lamp oil, though somewhat less efficiently." msgstr "" +"Un moteur à combustion. Brûle du carburant diesel provenant d'un réservoir " +"situé dans le véhicule. Peut également brûler du biodiesel ou du pétrole " +"pour lampe à huile, mais de façon un peu moins efficace." #: lang/json/vehicle_part_from_json.py msgid "A combustion engine. Burns gasoline fuel from a tank in the vehicle." msgstr "" +"Un moteur à combustion. Brûle de l'essence provenant d'un réservoir situé " +"dans le véhicule." #: lang/json/vehicle_part_from_json.py msgid "" @@ -228334,12 +228534,20 @@ msgid "" "efficiently. Better power-to-weight ratio than a traditional engine, but " "consumes more fuel." msgstr "" +"Un moteur à combustion avancé. Il brûle de l'essence, du diesel ou du " +"carburant d'aviation provenant d'un réservoir situé dans le véhicule. Peut " +"également brûler du pétrole de lampe, mais de façon un peu moins efficace. " +"Meilleur rapport poids/puissance qu'un moteur traditionnel, mais consomme " +"plus de carburant." #: lang/json/vehicle_part_from_json.py msgid "" "A closed cycle, external combustion steam engine. Burns coal or charcoal " "from a bunker in the vehicle to produce steam." msgstr "" +"Un moteur à vapeur à cycle fermé et à combustion externe. Il brûle du " +"charbon ou du charbon de bois provenant d'une soute située dans le véhicule " +"pour produire de la vapeur." #: lang/json/vehicle_part_from_json.py msgid "opaque door" @@ -228351,10 +228559,12 @@ msgstr "porte opaque" msgid "" "A door. Solid construction means you can't see through it when closed." msgstr "" +"Une porte. Une construction solide qui signifie que vous ne pouvez pas voir " +"à travers lorsqu'elle est fermée." #: lang/json/vehicle_part_from_json.py msgid "heavy duty door" -msgstr "" +msgstr "porte renforcée" #. ~ Description for heavy duty door #: lang/json/vehicle_part_from_json.py @@ -228364,7 +228574,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "heavy duty opaque door" -msgstr "" +msgstr "porte opaque renforcée" #. ~ Description for heavy duty opaque door #. ~ Description for opaque hatch @@ -228397,7 +228607,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "opaque hatch" -msgstr "" +msgstr "trappe opaque" #: lang/json/vehicle_part_from_json.py msgid "heavy duty hatch" @@ -228410,7 +228620,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "opaque heavy duty hatch" -msgstr "" +msgstr "trappe opaque renforcée" #. ~ Description for opaque heavy duty hatch #: lang/json/vehicle_part_from_json.py @@ -228421,7 +228631,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "boom crane" -msgstr "" +msgstr "grue à bras" #. ~ Description for boom crane #: lang/json/vehicle_part_from_json.py @@ -228433,14 +228643,20 @@ msgid "" " have line of sight to where it is going and it must be within four tiles of" " it." msgstr "" +"Une grue à bras rigide en acier. Si elle se trouve dans votre champ de " +"vision et à moins de deux carreaux d'un autre véhicule, vous l'utiliserez " +"automatiquement pour soulever le véhicule et changer ses roues. Vous pouvez " +"aussi l'utiliser pour changer un élément lourd, comme un moteur que vous " +"installez ou retirez. La grue doit avoir une portée visuelle sur l'endroit " +"où elle va et se trouver à moins de quatre carreaux de celui-ci." #: lang/json/vehicle_part_from_json.py msgid "internal boom crane" -msgstr "" +msgstr "grue à bras interne" #: lang/json/vehicle_part_from_json.py msgid "telescopic crane" -msgstr "" +msgstr "grue télescopique" #. ~ Description for telescopic crane #: lang/json/vehicle_part_from_json.py @@ -228465,7 +228681,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "forklift arm" -msgstr "" +msgstr "fourche de chariot élévateur" #. ~ Description for forklift arm #: lang/json/vehicle_part_from_json.py @@ -228489,7 +228705,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "air jack system" -msgstr "" +msgstr "système de vérins pneumatiques" #: lang/json/vehicle_part_from_json.py msgid "foldable light frame" @@ -228504,6 +228720,10 @@ msgid "" "the vehicle can be folding into a small package and picked up as a normal " "item." msgstr "" +"Une cadre en métal léger, conçu pour se plier. D'autres composants de " +"véhicule peuvent être montés dessus. Si tous les cadres et composants du " +"véhicule sont pliables, le véhicule peut être plié dans un petit paquet et " +"ramassé comme un article normal." #. ~ Description for foldable wooden frame #: lang/json/vehicle_part_from_json.py @@ -228513,6 +228733,10 @@ msgid "" " the vehicle can be folding into a small package and picked up as a normal " "item." msgstr "" +"Un cadre en bois léger, conçu pour être plié. D'autres composants du " +"véhicule peuvent être montés dessus. Si tous les cadres et composants du " +"véhicule sont pliables, le véhicule peut être plié dans un petit paquet et " +"ramassé comme un article normal." #: lang/json/vehicle_part_from_json.py msgid "frame" @@ -228593,7 +228817,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "atomic nightlight" -msgstr "" +msgstr "veilleuse atomique" #. ~ Description for atomic nightlight #: lang/json/vehicle_part_from_json.py @@ -228689,6 +228913,9 @@ msgid "" "A set of bicycle style foot pedals. If mounted on the same tile as seat, " "they allow you to move the vehicle at the cost of your stamina." msgstr "" +"Un jeu de pédales à vélo. Si elles sont montées sur la même case que le " +"siège, elles vous permettent de déplacer le véhicule au moyen de votre " +"endurance." #: lang/json/vehicle_part_from_json.py msgid "hand rims" @@ -228738,7 +228965,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "mounted Cerberus laser cannon" -msgstr "" +msgstr "canon laser Cerberus monté" #: lang/json/vehicle_part_from_json.py msgid "" @@ -228777,17 +229004,17 @@ msgstr "bélier en chitine" #: lang/json/vehicle_part_from_json.py msgid "biosilicified chitin ram" -msgstr "" +msgstr "bélier de chitine biosilicifié" #: lang/json/vehicle_part_from_json.py msgid "tied mattress" -msgstr "" +msgstr "matelas ficelé" #. ~ Description for tied mattress #: lang/json/vehicle_part_from_json.py msgid "" "A mattress, strapped onto the vehicle. It could serve to blunt any impact." -msgstr "" +msgstr "Un matelas, attaché au véhicule. Il sert à amortir les impacts." #. ~ Description for shredder #: lang/json/vehicle_part_from_json.py @@ -228814,15 +229041,15 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "small helicopter rotors" -msgstr "" +msgstr "rotors de petits hélicoptères" #: lang/json/vehicle_part_from_json.py msgid "heavy-duty military Blackhawk rotors" -msgstr "" +msgstr "rotors militaires Blackhawk renforcés" #: lang/json/vehicle_part_from_json.py msgid "heavy-duty military Osprey rotors" -msgstr "" +msgstr "rotors militaires Osprey renforcés" #. ~ Description for heavy-duty military Osprey rotors #: lang/json/vehicle_part_from_json.py @@ -228848,11 +229075,11 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "reclining leather seat" -msgstr "" +msgstr "siège en cuir inclinable" #: lang/json/vehicle_part_from_json.py msgid "back seat" -msgstr "" +msgstr "siège arrière" #. ~ Description for back seat #: lang/json/vehicle_part_from_json.py @@ -228860,10 +229087,12 @@ msgid "" "A benchlike seat. Mostly found in the second row, also known as the back or" " rear seat." msgstr "" +"Un siège ressemblant à une banquette. On le trouve le plus souvent à la " +"deuxième rangée, également appelée siège arrière ou banquette arrière." #: lang/json/vehicle_part_from_json.py msgid "leather back seat" -msgstr "" +msgstr "siège arrière en cuir" #. ~ Description for saddle #: lang/json/vehicle_part_from_json.py @@ -228895,6 +229124,12 @@ msgid "" "from a water faucet, if one is installed in the vehicle. You can also use a" " rubber hose to siphon liquids out of a tank." msgstr "" +"Un réservoir destiné à contenir des liquides. S'il est rempli du carburant " +"approprié pour le moteur du véhicule, celui-ci prélèvera automatiquement le " +"carburant du réservoir lorsque le moteur sera en marche. S'il est rempli " +"d'eau, vous pouvez accéder à l'eau à partir d'un robinet, s'il y en a un " +"dans le véhicule. Vous pouvez également utiliser un tuyau en caoutchouc pour" +" siphonner les liquides d'un réservoir." #: lang/json/vehicle_part_from_json.py msgid "vehicle tank (10L)" @@ -228910,7 +229145,7 @@ msgstr "réservoir du véhicule (60L)" #: lang/json/vehicle_part_from_json.py msgid "refrigerated tank (60L)" -msgstr "" +msgstr "réservoir réfrigéré (60L)" #. ~ Description for refrigerated tank (60L) #: lang/json/vehicle_part_from_json.py @@ -228936,7 +229171,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "roof-mounted external tank (100L)" -msgstr "" +msgstr "réservoir externe sur toit (100L)" #: lang/json/vehicle_part_from_json.py msgid "external tank (200L)" @@ -228944,11 +229179,11 @@ msgstr "réservoir externe (200L)" #: lang/json/vehicle_part_from_json.py msgid "roof-mounted external tank (200L)" -msgstr "" +msgstr "réservoir externe sur toit (200L)" #: lang/json/vehicle_part_from_json.py msgid "wooden barrel (100L)" -msgstr "" +msgstr "tonneaux en bois (100L)" #. ~ Description for wooden barrel (100L) #. ~ Description for steel drum (100L) @@ -229000,7 +229235,7 @@ msgstr "M249 installé" #: lang/json/vehicle_part_from_json.py msgid "mounted M249S" -msgstr "" +msgstr "M249S installé" #: lang/json/vehicle_part_from_json.py msgid "mounted gatling shotgun" @@ -229020,7 +229255,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "mounted M240" -msgstr "" +msgstr "M240 installé" #: lang/json/vehicle_part_from_json.py msgid "mounted M60" @@ -229056,7 +229291,7 @@ msgstr "fusil monté" #: lang/json/vehicle_part_from_json.py msgid "plugged 3-inch ordnance rifle" -msgstr "" +msgstr "fusil d'artillerie de 3 pouces obturé" #. ~ Description for plugged 3-inch ordnance rifle #: lang/json/vehicle_part_from_json.py @@ -229064,6 +229299,9 @@ msgid "" "Unfortunately, some responsible killjoy poured concrete in the barrel of " "this historic cannon to make it safe for display." msgstr "" +"Malheureusement, un rabat-joie trop conscient de ses responsabilités a coulé" +" du béton dans le fût de ce canon historique afin de l'exposer en toute " +"sécurité." #: lang/json/vehicle_part_from_json.py msgid "kitchen unit" @@ -229074,6 +229312,8 @@ msgstr "cuisine" msgid "" "A small but complete kitchen unit, powered from the vehicle's batteries." msgstr "" +"Une unité de cuisine petite mais complète, alimentée par les batteries du " +"véhicule." #: lang/json/vehicle_part_from_json.py msgid "welding rig" @@ -229125,7 +229365,7 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "mounted electric kiln" -msgstr "" +msgstr "four électrique installé" #. ~ Description for mounted electric kiln #: lang/json/vehicle_part_from_json.py @@ -229138,22 +229378,26 @@ msgstr "" #: lang/json/vehicle_part_from_json.py msgid "null part" -msgstr "" +msgstr "aucune pièce" #. ~ Description for yoke and harness #: lang/json/vehicle_part_from_json.py msgid "" "Attach this part to a beast of burden to allow it to pull your vehicle." msgstr "" +"Attachez cette pièce à une bête de somme pour lui permettre de tirer votre " +"véhicule." #: lang/json/vehicle_part_from_json.py msgid "cart handle" -msgstr "" +msgstr "poignée de chariot" #. ~ Description for cart handle #: lang/json/vehicle_part_from_json.py msgid "A metal handle, a creature with hands could use it to push a vehicle." msgstr "" +"Une poignée en métal, une créature avec des mains pourrait l'utiliser pour " +"pousser le véhicule." #: lang/json/vehicle_part_from_json.py msgid "tracking device" @@ -229196,7 +229440,7 @@ msgstr "couloir" #. ~ Description for wooden aisle #: lang/json/vehicle_part_from_json.py msgid "An aisle." -msgstr "" +msgstr "Un couloir." #: lang/json/vehicle_part_from_json.py msgid "wooden aisle" @@ -229223,7 +229467,7 @@ msgstr "toit" #. ~ Description for roof #: lang/json/vehicle_part_from_json.py msgid "A metal roof." -msgstr "" +msgstr "Un toit en métal." #: lang/json/vehicle_part_from_json.py msgid "heavy duty roof" @@ -229232,7 +229476,7 @@ msgstr "toit renforcé" #. ~ Description for heavy duty roof #: lang/json/vehicle_part_from_json.py msgid "A thick metal roof." -msgstr "" +msgstr "Un toit métallique épais." #. ~ Description for blade #: lang/json/vehicle_part_from_json.py @@ -229318,7 +229562,7 @@ msgstr "travois" #: lang/json/vehicle_part_from_json.py msgid "wood box" -msgstr "" +msgstr "boîte en bois" #: lang/json/vehicle_part_from_json.py msgid "folding wood box" @@ -240541,7 +240785,7 @@ msgstr "" #: src/debug_menu.cpp msgid "Hunger" -msgstr "" +msgstr "Faim" #: src/debug_menu.cpp msgid "Stored kCal" @@ -248372,6 +248616,7 @@ msgstr "" #: src/iexamine.cpp msgid "The batch in this kiln is too small to yield any charcoal." msgstr "" +"Le chargement dans ce four est trop petit pour produire du charbon de bois." #: src/iexamine.cpp msgid "This kiln is ready to be fired, but you have no fire source." @@ -248382,7 +248627,7 @@ msgstr "" #: src/iexamine.cpp #, c-format msgid "This kiln contains %s %s of material, and is ready to be fired." -msgstr "" +msgstr "Ce four contient %s %s , et est prêt à être cuit." #: src/iexamine.cpp msgid "Fire the kiln?" @@ -248394,7 +248639,7 @@ msgstr "Vous allumez le four à charbon." #: src/iexamine.cpp msgid "This kiln is empty…" -msgstr "" +msgstr "Ce four est vide..." #: src/iexamine.cpp msgid "There's a charcoal kiln there." @@ -248409,7 +248654,7 @@ msgstr[1] "" #: src/iexamine.cpp msgid "It will finish burning in less than an hour." -msgstr "" +msgstr "Il aura fini de brûler en moins d'une heure." #: src/iexamine.cpp #, c-format @@ -248534,37 +248779,37 @@ msgstr "Prendre des objets" #: src/iexamine.cpp msgid "Start a fire" -msgstr "" +msgstr "Allumer un feu" #: src/iexamine.cpp msgid "Start a fire… you'll need a fire source." -msgstr "" +msgstr "Allumez un feu... vous aurez besoin de sources de feu." #: src/iexamine.cpp msgid "Use a CBM to start a fire" -msgstr "" +msgstr "Utiliser la CBM pour allumer un feu" #: src/iexamine.cpp msgid "Extinguish fire" -msgstr "" +msgstr "Éteindre le feu" #: src/iexamine.cpp msgid "Extinguish fire (bashing item required)" -msgstr "" +msgstr "Éteindre le feu (besoin d'un objet de frappe)" #: src/iexamine.cpp #, c-format msgid "Take down the %s" -msgstr "" +msgstr "Démonter %s" #: src/iexamine.cpp #, c-format msgid "You attempt to start a fire with your %s…" -msgstr "" +msgstr "Vous tentez d'allumer un feu avec votre %s..." #: src/iexamine.cpp msgid "You weren't able to start a fire." -msgstr "" +msgstr "Vous n'avez pas pu allumer un feu." #: src/iexamine.cpp msgid "You can't light a fire there." @@ -248573,16 +248818,17 @@ msgstr "Vous ne pouvez pas allumer de feu ici." #: src/iexamine.cpp #, c-format msgid "Really take down the %s while it's on fire?" -msgstr "" +msgstr "Vous voulez vraiment démolir le %s alors qu'il est en feu ?" #: src/iexamine.cpp #, c-format msgid "With a few determined moves you put out the fire in the %s." msgstr "" +"Avec quelques mouvements décisifs, vous avez éteint le feu dans le %s." #: src/iexamine.cpp msgid "This keg is empty." -msgstr "" +msgstr "Ce tonneau est vide." #: src/iexamine.cpp msgid "You have no brew to ferment." @@ -248685,17 +248931,17 @@ msgstr "" #: src/iexamine.cpp #, c-format msgid "Fill the %1$s with %2$s?" -msgstr "" +msgstr "Remplir le %1$s avec %2$s ?" #: src/iexamine.cpp #, c-format msgid "You completely fill the %1$s with %2$s." -msgstr "" +msgstr "Vous remplissez complètement le %1$s avec %2$s ." #: src/iexamine.cpp #, c-format msgid "You fill the %1$s with %2$s." -msgstr "" +msgstr "Vous remplissez le %1$s avec %2$s. " #: src/iexamine.cpp #, c-format @@ -248713,7 +248959,7 @@ msgstr "Remplir" #: src/iexamine.cpp #, c-format msgid "You squeeze the last drops of %1$s from the %2$s." -msgstr "" +msgstr "Vous pressez les dernières gouttes de %1$s du %2$s ." #: src/iexamine.cpp #, c-format @@ -248723,7 +248969,7 @@ msgstr "Le/la %s est complètement plein(e)." #: src/iexamine.cpp #, c-format msgid "You don't have any %1$s to fill the %2$s with." -msgstr "" +msgstr "Vous n'avez pas de %1$s pour remplir le %2$s avec." #: src/iexamine.cpp #, c-format @@ -248735,6 +248981,7 @@ msgstr "" msgid "" "The %s already contains some %s, you can't add a different liquid to it." msgstr "" +"Le %s contient déjà du %s vous ne pouvez pas y ajouter un autre liquide." #: src/iexamine.cpp #, c-format @@ -248743,12 +248990,12 @@ msgstr "Le %s est plein." #: src/iexamine.cpp msgid "You have no tool to dig with…" -msgstr "" +msgstr "Vous n'avez pas d'outils pour creuser..." #: src/iexamine.cpp #, c-format msgid "Dig up %s? This kills the tree!" -msgstr "" +msgstr "Creusez %s? Cela tue l'arbre!" #: src/iexamine.cpp msgid "Use which container to collect sap?" @@ -277942,27 +278189,33 @@ msgstr "" #: src/vehicle_use.cpp msgid "The autoclave is empty; there's no point in starting it." -msgstr "" +msgstr "L'autoclave est vide, il est inutile de le démarrer." #: src/vehicle_use.cpp #, c-format msgid "" "You need 8 charges of water in the tanks of the %s for the autoclave to run." msgstr "" +"Vous avez besoins de 8 doses d'eau dans les réservoirs de %s pour que " +"l'autoclave tourne." #: src/vehicle_use.cpp msgid "" "You need to remove all filthy items from the autoclave to start the " "sterilizing cycle." msgstr "" +"Vous devez retirer tous les articles sales de l'autoclave pour lancer le " +"cycle de stérilisation." #: src/vehicle_use.cpp msgid "Only CBMs can be sterilized in an autoclave." -msgstr "" +msgstr "Seules les CBM peuvent être stérilisées dans un autoclave." #: src/vehicle_use.cpp msgid "You should put your CBMs in autoclave pouches to keep them sterile." msgstr "" +"Vous devez mettre vos CBM dans des sachets autoclaves pour les garder " +"stériles." #: src/vehicle_use.cpp msgid "You turn the autoclave on and it starts its cycle." @@ -277978,7 +278231,7 @@ msgstr "" #: src/vehicle_use.cpp msgid "The washing machine is empty; there's no point in starting it." -msgstr "" +msgstr "La machine à laver est vide, il n'y a aucune raison de la démarrer." #: src/vehicle_use.cpp #, c-format @@ -277986,6 +278239,8 @@ msgid "" "You need 24 charges of water in the tanks of the %s to fill the washing " "machine." msgstr "" +"Vous avez besoin de 24 doses d'eau dans les réservoirs du %s pour remplir la" +" machine a laver." #: src/vehicle_use.cpp msgid "You need 5 charges of a detergent for the washing machine." @@ -278002,6 +278257,8 @@ msgstr "" #: src/vehicle_use.cpp msgid "CBMs can't be cleaned in a washing machine. You need to remove them." msgstr "" +"Les CBM ne peuvent pas être lavés dans un lave-vaisselle. Vous devez les " +"enlever." #: src/vehicle_use.cpp msgid "Use what detergent?" @@ -278013,12 +278270,17 @@ msgid "" " on. The washing machine is being filled with water from your vehicle's " "tanks." msgstr "" +"Vous mettez de la lessive dans la machine a laver, fermez son capot et la " +"mettez en marche. La machine a laver se remplis d'eau des réservoir du " +"véhicule." #: src/vehicle_use.cpp msgid "" "Soft items can't be cleaned in a dishwasher; you should use a washing " "machine for that. You need to remove them:" msgstr "" +"Les objets mous ne peuvent pas être lavé dans un lave-vaisselle, vous " +"devriez utilisé une machine à laver pour cela. Vous devez les enlever : " #: src/vehicle_use.cpp msgid "" @@ -278037,10 +278299,12 @@ msgstr "Le lave-vaisselle est vide, il n'y a aucune raison de le démarrer." msgid "" "You need 24 charges of water in the tanks of the %s to fill the dishwasher." msgstr "" +"Vous avez besoin de 24 doses d'eau dans les réservoirs de %s pour remplir le" +" lave-vaisselle." #: src/vehicle_use.cpp msgid "You need 5 charges of a detergent for the dishwasher." -msgstr "" +msgstr "Vous avez besoin de 5 doses de détergent pour le lave-vaisselle." #: src/vehicle_use.cpp msgid "" @@ -278055,6 +278319,9 @@ msgid "" "You pour some detergent into the dishwasher, close its lid, and turn it on." " The dishwasher is being filled with water from your vehicle's tanks." msgstr "" +"Vous versez du détergent dans le lave-vaisselle, fermez son couvercle, et " +"l'allumez. Le lave-vaisselle se remplit avec l'eau des réservoirs des " +"véhicules." #: src/vehicle_use.cpp msgid "The harness is blocked." diff --git a/lang/po/it_IT.po b/lang/po/it_IT.po index bac0153c13a99..4248d95478cf4 100644 --- a/lang/po/it_IT.po +++ b/lang/po/it_IT.po @@ -43,9 +43,9 @@ msgid "" "energy based weapons. The result was the standard fusion pack, capable of " "delivering bolts of superheated gas at near light speed with no recoil." msgstr "" -"A metà del XXI sec. le potenze militari iniziarono a ricercare armi " -"funzionanti tramite energia. Il risultato fu la carica a fusione standard, " -"capace di sparare colpi di gas super riscaldati alla quasi velocità della " +"A metà del 21esimo secolo le potenze militari iniziarono a fare ricerche su " +"armi funzionanti ad energia. Il risultato fu la carica a fusione standard, " +"capace di sparare colpi di gas super riscaldato alla quasi velocità della " "luce, senza rinculo." #: lang/json/AMMO_from_json.py @@ -180,8 +180,8 @@ msgid "" "A thin foil made of aluminum. Sometimes called 'tin foil' due to being made" " of tin in the past." msgstr "" -"Un sottile foglio di carta argentata. Chiamato a volte \"stagnola\" perchè " -"in passato veniva prodotto utilizzando stagno." +"Un sottile foglio di carta argentata. Chiamato comunemente \"stagnola\" " +"perché in passato veniva prodotto utilizzando stagno." #: lang/json/AMMO_from_json.py msgid "cent" @@ -962,7 +962,9 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'nitrox'} #: lang/json/AMMO_from_json.py msgid "Mixture of oxygen and nitrogen in proportions suitable for diving." -msgstr "Miscela di ossigeno e nitrogeno in proporzioni adatte all'immersione." +msgstr "" +"Una miscela di ossigeno e azoto in proporzioni adatte all'immersioni " +"subacquee." #: lang/json/AMMO_from_json.py lang/json/ammunition_type_from_json.py msgid "extinguishing agent" @@ -990,8 +992,8 @@ msgstr "" #: lang/json/AMMO_from_json.py msgid "RPG die" msgid_plural "RPG dice" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Dado da GDR" +msgstr[1] "Dadi da GDR" #. ~ Description for RPG die #: lang/json/AMMO_from_json.py @@ -1001,25 +1003,25 @@ msgstr "Un dado utilizzato per giocare a vari giochi di ruolo." #: lang/json/AMMO_from_json.py msgid "metal RPG die" msgid_plural "metal RPG dice" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Dado metallico da GDR" +msgstr[1] "Dadi metallici da GDR" #. ~ Description for metal RPG die #: lang/json/AMMO_from_json.py msgid "A metal die used to play various role-playing games" -msgstr " Un dado metallico usato per giocare a vari giochi di ruolo." +msgstr "Un dado metallico usato per giocare a vari giochi di ruolo." #: lang/json/AMMO_from_json.py msgid "bronze" msgid_plural "bronze" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "bronzo" +msgstr[1] "bronzo" #. ~ Description for {'str_sp': 'bronze'} #: lang/json/AMMO_from_json.py msgid "Decent-sized chunks of bronze, for fashioning some old-school items." msgstr "" -"Pezzi di bronzo di discrete dimensioni, per fabbricare oggetti di vecchia " +"Pezzi di bronzo di discrete dimensioni, per fabbricare oggetti vecchia " "scuola." #: lang/json/AMMO_from_json.py lang/json/ammunition_type_from_json.py @@ -1166,8 +1168,8 @@ msgstr "" #: lang/json/AMMO_from_json.py msgid "limestone" msgid_plural "limestone" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "calcare" +msgstr[1] "calcare" #. ~ Description for {'str_sp': 'limestone'} #: lang/json/AMMO_from_json.py @@ -1183,8 +1185,8 @@ msgstr "" #: lang/json/AMMO_from_json.py msgid "quicklime" msgid_plural "quicklime" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "calce viva" +msgstr[1] "calce viva" #. ~ Description for {'str_sp': 'quicklime'} #: lang/json/AMMO_from_json.py @@ -1194,10 +1196,11 @@ msgid "" "severe burns to any tissue it comes in contact with. This property could " "probably be exploited." msgstr "" -"Il prodotto di calcare bruciato, questa polvere bianca é un ingrediente " -"cruciale per creare il cemento. Detto ciò, é inoltre estremamente caustico, " -"e causerà bruciature severe a qualunque tessuto vi entri in contatto. Questa" -" proprietà potrebbe probabilmente essere sfruttata." +"Ottenuta come residuo della calcinazione ad alta temperatura del calcare, " +"questa polvere bianca è un ingrediente cruciale nella produzione del " +"cemento. Detto ciò, è estremamente caustica e causa bruciature severe a " +"qualunque tessuto organico vi entri in contatto. Questa sua proprietà " +"potrebbe essere sfruttata in qualche modo." #: lang/json/AMMO_from_json.py lang/json/terrain_from_json.py #: lang/json/terrain_from_json.py @@ -1212,8 +1215,8 @@ msgid "" "A handful of New England sand. If you had a stoked furnace, you could turn " "it into glass. Otherwise, it's only good for making cement." msgstr "" -"Un mucchio di sabbia del New England. Se hai una fornace, puoi trasformarla " -"in vetro. Altrimenti, è solo buona a fare il cemento." +"Una manciata di sabbia del New England. Se hai una fornace, puoi " +"trasformarla in vetro. Altrimenti è solo buona per fare il cemento." #: lang/json/AMMO_from_json.py msgid "soil" @@ -1678,7 +1681,7 @@ msgid "" msgstr "" "Una manciata di polvere nera, una miscela di salnitro, carbone e zolfo. " "Abbastanza inutile per costruire cartucce moderne, poiché i residui che " -"rilascia quando brucia tendono a ostruire velocemente qualsiasi arma da " +"rilascia quando brucia tendono a otturare velocemente qualsiasi arma da " "fuoco, tuttavia potrebbe trovare impiego nella fabbricazione di ordigni " "esplosivi." @@ -1710,9 +1713,9 @@ msgid "" " to pepper the blast area with high-velocity shrapnel." msgstr "" "Diversi cristalli bianchi di RDX, noto anche come ciclonite: è un esplosivo " -"per uso militare altamente stabile e molto potente. Può essere raggruppato " -"in cariche esplosive o mischiato con dei rottami per generare diverse " -"schegge nell'area di detonazione." +"per uso militare altamente stabile e molto potente. Può essere modellato e " +"raggruppato in cariche esplosive o mischiato con dei rottami per generare " +"diverse schegge nell'area di detonazione." #: lang/json/AMMO_from_json.py msgid "composition b" @@ -1744,7 +1747,7 @@ msgid "" "explosive, used to initiate detonation of more stable explosives, such as " "RDX. Relatively stable, but best not store it for too long." msgstr "" -"Perossido di esamina: questa polvere fine e giallastra è un potente " +"Perossido di esammina: questa polvere fine e giallastra è un potente " "esplosivo primario, usato per innescare la detonazione di esplosivi più " "stabili, come l'RDX. Relativamente stabile, ma è meglio non conservarlo " "troppo a lungo." @@ -1915,8 +1918,8 @@ msgid "" "alcohol-burning stoves." msgstr "" "Alcol estremamente puro, adatto all'utilizzo come componente nelle reazioni " -"chimiche. Potresti anche annacquarlo e berlo, o usarlo come carburante nelle" -" stufe a bioetanolo." +"chimiche. Potresti anche diluirlo e berlo, o usarlo come carburante nelle " +"stufe a bioetanolo." #: lang/json/AMMO_from_json.py msgid "denatured alcohol" @@ -1948,8 +1951,8 @@ msgid "" "High purity methanol suitable for use in chemical reactions. Could be used " "in alcohol-burning stoves. Very toxic." msgstr "" -"Metanolo ad alta purezza, adatto ad essere usato in reazioni chimiche. " -"Potrebbe essere usato con dei fornelli brucianti alcool. Molto tossico." +"Metanolo molto puro, adatto all'uso in reazioni chimiche. Può essere usato " +"nelle stufe a bioetanolo. Molto tossico." #: lang/json/AMMO_from_json.py lang/json/ammunition_type_from_json.py #: src/iexamine.cpp @@ -1962,7 +1965,9 @@ msgstr[1] "diesel" #: lang/json/AMMO_from_json.py msgid "" "Petroleum-based fuel made from a byproduct of the gasoline making process." -msgstr "Carburante a base di petrolio creato da un sottoprodotto del gasolio." +msgstr "" +"Carburante derivato dal petrolio, ottenuto come sottoprodotto del processo " +"produttivo della benzina." #: lang/json/AMMO_from_json.py msgid "JP8 fuel" @@ -2075,8 +2080,8 @@ msgid "" "flamethrower." msgstr "" "Un composto infiammabile prodotto dalla gelificazione della benzina e da una" -" certa quantità di polistirene disciolto. Simile al Napalm-B. Utilizzato " -"come miscela per il lanciafiamme." +" certa quantità di polistirene disciolto, ha delle proprietà vagamente " +"simili al Napalm-B. Da utilizzarsi con un lanciafiamme." #: lang/json/AMMO_from_json.py msgid "flamethrower fuel" @@ -2192,8 +2197,9 @@ msgid "" "A 40mm grenade with a flashbang load. It will detonate with a blast of " "light and sound, designed to blind, deafen, and disorient anyone nearby." msgstr "" -"Una granata accecante da 40mm. Esploderà con una luce accecante ed un suono," -" ideata per accecare, assordare e disorientare chiunque nelle vicinanze." +"Una granata flashbang da 40mm. Esploderà emettendo un grosso lampo di luce e" +" un forte rumore per accecare, assordare e disorientare chiunque nelle " +"vicinanze." #: lang/json/AMMO_from_json.py msgid "40mm incendiary" @@ -2208,7 +2214,7 @@ msgid "" "flame." msgstr "" "Una granata da 40mm con una piccola carica al napalm, ideata per creare una " -"esplosione di fiamme." +"esplosione incendiaria." #: lang/json/AMMO_from_json.py msgid "40mm smoke cover" @@ -2219,7 +2225,7 @@ msgstr[1] "" #. ~ Description for 40mm smoke cover #: lang/json/AMMO_from_json.py msgid "A 40mm grenade designed to provide smoke cover." -msgstr "Una granata da 40mm progettata per fornire copertura fumogena." +msgstr "Una granata da 40mm progettata per creare una cortina fumogena." #: lang/json/AMMO_from_json.py msgid "40mm slug" @@ -2233,8 +2239,8 @@ msgid "" "A 40mm shell loaded with a massive bullet. Say goodbye to your shoulder, I " "guess." msgstr "" -"Un guscio da 40mm caricato con un proiettile enorme. Dì addio alla tua " -"spalla, mi sa." +"Una cartuccia da 40mm caricata con un proiettile enorme. Immagino tu possa " +"dire addio alla tua spalla." #: lang/json/AMMO_from_json.py lang/json/ammunition_type_from_json.py msgid "modified mininuke" @@ -2547,10 +2553,9 @@ msgid "" "using a primer instead of gunpowder. The end result is a subsonic round " "that is so weak as to be nearly useless given your predicament." msgstr "" -"Conical Ball .22 è una varietà delle munizioni .22 che spinge il proiettile " -"usando un iniettore invece della polvere da sparo. Il risultato è un colpo " -"subsonico che è talmente debole da essere quasi inutile data la situazione " -"difficile in cui ti trovi." +"Il .22 Conical Ball è una variante del proiettile .22 che spinge l'ogiva con" +" un'innesco quasi privo di polvere da sparo. Il risultato è un colpo " +"subsonico talmente debole da essere quasi inutile nella situazione attuale." #: lang/json/AMMO_from_json.py msgid ".22 FMJ" @@ -2565,10 +2570,10 @@ msgid "" "extremely weak with very low stopping power, short range, and negligible " "recoil. It is most useful for rifle training, and hunting small animals." msgstr "" -"Munizioni .22 Long Rifle con proiettili 30gr FMJ. Il proiettile .22LR è " -"estremamente debole, con potere d'arresto molto debole, corto raggio e " -"rinculo trascurabile. La sua maggiore utilità è nell'allenamento ai fucili, " -"e nella caccia di piccoli animali. " +"Munizioni .22 Long Rifle con proiettile da 30gr Full Metal Jacket. Il " +"proiettile .22LR è estremamente debole con un potere d'arresto molto basso, " +"una portata corta e un rinculo trascurabile. Trova più utilizzo " +"nell'allenamento di tiro con fucile o per cacciare piccoli animali." #: lang/json/AMMO_from_json.py msgid ".22 LR" @@ -2583,10 +2588,10 @@ msgid "" "extremely weak with very low stopping power, short range, and negligible " "recoil. It is most useful for rifle training, and hunting small animals." msgstr "" -"Munizioni .22 Long Rifle con un proiettile da 40gr senza rivestimento. Il " -"proiettile .22LR è estremamente debole con una potenza di arresto molto " -"bassa, una portata corta e un rinculo trascurabile. E' più utile per " -"addestramento o per cacciare piccoli animali." +"Munizioni .22 Long Rifle con proiettile da 40gr non incamiciato. Il " +"proiettile .22LR è estremamente debole con un potere d'arresto molto basso, " +"una portata corta e un rinculo trascurabile. Trova più utilizzo " +"nell'allenamento di tiro con fucile o per cacciare piccoli animali." #: lang/json/AMMO_from_json.py msgid ".22 rat-shot" @@ -2601,10 +2606,9 @@ msgid "" "within a fragmenting plastic capsule. It has an extremely short range and " "penetration ability, but it can hit targets with greater ease." msgstr "" -"Una cartuccia calibro .22 con pezzetti molto piccoli di pallettoni contenuti" -" dentro una capsula di plastica a frammentazione. Ha una portata " -"estremamente corta e debole abilità di penetrazione, ma può colpire i " -"bersagli con maggiore facilità." +"Una cartuccia calibro .22 con pallettoni molto piccoli contenuti dentro una " +"capsula di plastica a frammentazione. Ha una portata estremamente corta e " +"una debole penetrazione, ma può colpire i bersagli con maggiore facilità." #: lang/json/AMMO_from_json.py msgid ".22 LR FMJ, black powder" @@ -8058,7 +8062,7 @@ msgstr[1] "" #: lang/json/ARMOR_from_json.py lang/json/GENERIC_from_json.py #, no-python-format msgid "You sheath your %s" -msgstr "Hai riposto il tuo %s" +msgstr "Hai rinfoderato %s" #. ~ Use action holster_prompt for survivor utility belt. #. ~ Use action holster_prompt for hiking backpack. @@ -8320,7 +8324,7 @@ msgstr[1] "" #: lang/json/ARMOR_from_json.py msgid "A tool to help set bones and hold them in place." msgstr "" -"Uno strumento che aiuta a impostare le ossa e a mantenerle nel loro posto." +"Uno strumento che aiuta a impostare le ossa e a mantenerle in posizione." #: lang/json/ARMOR_from_json.py msgid "arm splint XL" @@ -8990,8 +8994,8 @@ msgid "" "A pair of arm guards hammered out from metal. Perfect for the Post-" "Apocalyptic Warrior look." msgstr "" -"Un paio di avambracci martellati dal metallo. Perfetti per quel look da " -"Guerriero Post-Apocalittico." +"Un paio di avambracci creati martellando dei pezzi di metallo. Perfetti per " +"quel look da Guerriero Post-Apocalittico." #: lang/json/ARMOR_from_json.py msgid "pair of XL metal arm guards" @@ -9032,9 +9036,9 @@ msgid "" "the loose collection of plates provides decent but not the most convenient " "protection." msgstr "" -"Un paio di avambracci fatti con rottami di metallo messi in sicurezza da " -"semplici corde; l'insieme sciolto di piastre provvede protezione decente, ma" -" non è quella più conveniente." +"Un paio di avambracci realizzati con rottami di metallo legati con delle " +"corde; questo insieme di piastre allentate fornisce una protezione decente, " +"ma non è tra le opzioni più comode." #: lang/json/ARMOR_from_json.py msgid "pair of XL scrap arm guards" @@ -10119,8 +10123,8 @@ msgid "" "Felt patches tied around your feet. Not much of an improvement over being " "barefoot, still better than nothing." msgstr "" -"Toppe di feltro legati attorno al piede. Non è un grande miglioramento " -"rispetto all'essere a piedi nudi, ma sempre meglio di nulla." +"Toppe di feltro legate attorno al piede. Non è un grande miglioramento " +"rispetto ad essere scalzi, ma sempre meglio di nulla." #: lang/json/ARMOR_from_json.py msgid "pair of geta" @@ -12989,8 +12993,8 @@ msgstr "" #: lang/json/ARMOR_from_json.py msgid "sombrero" msgid_plural "sombreros" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "sombrero" +msgstr[1] "sombreri" #. ~ Description for sombrero #: lang/json/ARMOR_from_json.py @@ -12999,9 +13003,9 @@ msgid "" "The wide brim keeps the sun out of your eyes, and a thin strap hooks around " "your chin." msgstr "" -"Un sombrero arancione in feltro, con della cucitura tradizionale fatta a " -"mano. La larga tesa tiene il sole fuori dai tuoi occhi, ed una piccola corda" -" si aggancia al tuo mento." +"Un sombrero arancione in feltro con cuciture tradizionali gialle e bianche. " +"La larga tesa tiene il sole fuori dai tuoi occhi, mentre una piccola corda " +"ti permette di agganciarlo al mento." #: lang/json/ARMOR_from_json.py msgid "kippah" @@ -19914,7 +19918,7 @@ msgid "" "between storage space and encumbrance." msgstr "" "Il Modular Lightweight Load-carrying Equipment è uno zaino militare " -"avanzato. Coperto da tasche e cinghie, è un ottimo compromesso tra spazio e " +"avanzato. Dotato di tasche e cinghie, è un ottimo compromesso tra spazio e " "ingombro." #: lang/json/ARMOR_from_json.py @@ -19978,8 +19982,8 @@ msgid "" "A makeshift bag, cobbled together from rags. Really gets in the way, but " "provides a decent amount of storage." msgstr "" -"Una borsa improvvisata, messa insieme da stracci. Ti ostacola molto, ma " -"offre una quantità discreta di spazio." +"Una borsa improvvisata, messa insieme con degli stracci. Ti ostacola molto, " +"ma offre una quantità discreta di spazio." #: lang/json/ARMOR_from_json.py msgid "military rucksack" @@ -20094,7 +20098,7 @@ msgid "" "A custom-built heavy backpack. Durable and carefully crafted to hold as " "much stuff as possible." msgstr "" -"Uno zaino pesante modificato. Durevole e creato accuratamente per contenere " +"Un grosso zaino modificato. Durevole e creato accuratamente per contenere " "più oggetti possibile. " #: lang/json/ARMOR_from_json.py @@ -20302,7 +20306,7 @@ msgid "" " encumbering and has little storage but is very warm." msgstr "" "Un vestito che ricopre tutto il corpo e che ha la forma di un dinosauro " -"antropomorfo. È piuttosto ingombrante e ha poca capacità, ma è molto calda." +"antropomorfo. È piuttosto ingombrante e ha poca capacità, ma è molto caldo." #: lang/json/ARMOR_from_json.py msgid "jumpsuit" @@ -20387,7 +20391,7 @@ msgid "" msgstr "" "Un vestito di pelliccia che ricopre tutto il corpo e che ha la forma di un " "lupo antropomorfo. È piuttosto ingombrante e ha poca capacità ma è molto " -"calda. " +"caldo. " #: lang/json/ARMOR_from_json.py msgid "thick wool onesie" @@ -20430,9 +20434,9 @@ msgid "" " body armor, it provides excellent protection against both physical harm and" " ambient radiation." msgstr "" -"Una tuta corazzata per protezione ambientale. Costruita su misura da una " -"tuta protettiva e dell'armatura corporea, provvede eccellente protezione " -"contro sia danni fisici che radiazione ambientale." +"Una tuta corazzata per protezione ambientale. Costruita su misura con una " +"tuta protettiva e pezzi di armatura corporea, fornisce eccellente " +"protezione sia contro danni fisici che radiazioni ambientali." #: lang/json/ARMOR_from_json.py msgid "ANBC suit" @@ -25961,6 +25965,9 @@ msgid "" " sunlight, they will automatically deploy and slowly recharge your power " "level." msgstr "" +"Sulla tua schiena sono installati un gruppo di pannelli solari retraibili. " +"Quando ti trovi a contatto con la luce solare, i pannelli ricaricheranno " +"lentamente il livello della tua energia." #: lang/json/BIONIC_ITEM_from_json.py msgid "Wind Turbine CBM" @@ -26242,6 +26249,9 @@ msgid "" "This hefty paperback book contains all the information needed for novice " "archers to get started hunting with a variety of bows and crossbows." msgstr "" +"Questo libro corposo contiene una varietà di informazioni necessarie " +"all'arciere in erba per istruirlo sulla caccia con diverse tipologie di armi" +" ad arco e balestre." #: lang/json/BOOK_from_json.py msgid "Zen and the Art of Archery" @@ -26255,6 +26265,8 @@ msgid "" "This massive book contains a wealth of vital information for the novice " "archer." msgstr "" +"Questo libro voluminoso contiene una marea di informazioni vitali per " +"l'arciere novizio." #: lang/json/BOOK_from_json.py msgid "Archery for Kids" @@ -26269,6 +26281,9 @@ msgid "" " easy, but once you know how it's done, you will have a lot of fun with " "archery." msgstr "" +"Sarai in grado di centrare il bersaglio con la freccia? Non è facile, ma una" +" volta che avrai appreso come fare ti divertirai un sacco con il tiro con " +"l'arco." #: lang/json/BOOK_from_json.py msgid "car buyer's guide" @@ -26303,7 +26318,7 @@ msgstr[1] "" #. ~ Description for Advanced Economics #: lang/json/BOOK_from_json.py msgid "A college textbook on economics." -msgstr "" +msgstr "Un libro universitario di economia." #: lang/json/BOOK_from_json.py msgid "Batter Up!" @@ -26346,6 +26361,9 @@ msgid "" " all its branches: thermochemistry, electrochemistry, solid-state chemistry," " photochemistry, quantum chemistry et cetera." msgstr "" +"Un libro universitario sui principi avanzati di chimica fisica e tutti i " +"suoi settori: termochimica, elettrochimica, chimica dei solidi, fotochimica," +" chimica quantistica, et cetera." #: lang/json/BOOK_from_json.py msgid "The Modern Tanner" @@ -26359,6 +26377,8 @@ msgid "" "An in-depth and easy to read guide that details a very modern take on the " "ancient art of leather tanning." msgstr "" +"Una dettagliata guida facile da leggere che illustra un approccio moderno " +"all'antica arte della conciatura della pelle." #: lang/json/BOOK_from_json.py msgid "PE050 \"Alpha\": Preliminary Report" @@ -26556,6 +26576,10 @@ msgid "" "the centuries. The photographs the author chose make it a difficult read at" " times, though the information is top-notch." msgstr "" +"Questo manuale tecnico e approfondito mostra il design, lo sviluppo, l'uso e" +" la difesa contro svariate armi chimiche nel corso dei secoli. Le fotografie" +" scelte dall'autore a volte rendono difficile la lettura, ma le informazioni" +" contenute sono di elevata qualità." #: lang/json/BOOK_from_json.py msgid "Chemistry for Kids: Awesome Science Experiments that Really Work" @@ -26582,7 +26606,7 @@ msgstr[1] "" #. ~ Description for Biodiesel: Renewable Fuel Resource #: lang/json/BOOK_from_json.py msgid "A large textbook for college students about biodiesel." -msgstr "" +msgstr "Un libro universitario sui benefici del biodiesel." #: lang/json/BOOK_from_json.py msgid "SICP" @@ -26617,7 +26641,7 @@ msgstr[1] "" #. ~ Description for How to Browse the Web #: lang/json/BOOK_from_json.py msgid "Very beginner-level information about computers." -msgstr "" +msgstr "Informazioni di base sull'utilizzo del computer." #: lang/json/BOOK_from_json.py msgid "Computer World" @@ -26656,6 +26680,8 @@ msgid "" "A heavy textbook dedicated to advanced-level software design, written for " "several different programming languages." msgstr "" +"Un corposo libro dedicato al software design di alto livello, scritto per " +"diversi linguaggi di programmazione." #: lang/json/BOOK_from_json.py msgid "The Homebrewer's Bible" @@ -26669,6 +26695,9 @@ msgid "" "A book full of easy-to-follow recipes and useful advice on homebrewing, " "malting, and fermenting. It even smells faintly of booze." msgstr "" +"Un libro pieno di ricette facili da seguire e consigli utili sulla " +"fermentazione casalinga, sul maltaggio e sulla distillazione. Persino il " +"libro stesso odora leggermente di alcol." #: lang/json/BOOK_from_json.py msgid "Cooking on a Budget" @@ -26681,6 +26710,8 @@ msgstr[1] "" msgid "" "A nice cook book that goes beyond recipes and into the chemistry of food." msgstr "" +"Un buon libro che va oltre le ricette e approfondisce di più la chimica tra " +"gli ingredienti." #: lang/json/BOOK_from_json.py msgid "To Serve Man" @@ -26691,7 +26722,7 @@ msgstr[1] "" #. ~ Description for To Serve Man #: lang/json/BOOK_from_json.py msgid "It's… it's a cookbook!" -msgstr "" +msgstr "È... è un libro di cucina!" #: lang/json/BOOK_from_json.py msgid "Cucina Italiana" @@ -26705,6 +26736,8 @@ msgid "" "This cookbook is written in Italian, but handily illustrated with step by " "step photo instructions." msgstr "" +"Questo ricettario è scritto in Italiano, ma è ampiamente illustrato e " +"possiede istruzioni fotografiche passo per passo." #: lang/json/BOOK_from_json.py msgid "Sushi Made Easy" @@ -26719,6 +26752,9 @@ msgid "" "filled with lots of helpful illustrations for everything from basic rice " "preparation to setting a proper Japanese table." msgstr "" +"Un libro semplice per tutti gli amanti del sushi, questa guida facile da " +"leggere è piena di illustrazioni utili a tutto, dalla preparazione di base " +"del riso fino all'apparecchiare un tavolo alla giapponese." #: lang/json/BOOK_from_json.py msgid "family cookbook" @@ -26734,6 +26770,10 @@ msgid "" "You could probably learn a lot about cooking from studying this domestic " "artifact." msgstr "" +"Un grosso raccoglitore pieno di ricette di famiglia, appartenuto a qualcuno." +" Le pagine spiegazzate e gli angoli consumati la dicono lunga sulla " +"conoscenza culinaria contenuta in questo libro. Probabilmente potresti " +"apprendere un sacco di nozioni di cucina da questa reliquia domestica." #: lang/json/BOOK_from_json.py msgid "Bon Appetit" @@ -26746,6 +26786,8 @@ msgstr[1] "" msgid "" "Exciting recipes and restaurant reviews. Full of handy tips about cooking." msgstr "" +"Ricette entusiasmanti e recensioni di ristoranti. Pieno di ottimi consigli " +"per la cucina." #: lang/json/BOOK_from_json.py msgid "Glamopolitan" @@ -26760,6 +26802,9 @@ msgid "" "recipes and some simple cooking tips somewhere in between the fashion photos" " and the sex advice columns." msgstr "" +"Questa è una rivista patinata per donne. Ci sono alcune banali ricette di " +"cucina e alcuni semplici trucchi culinari posti tra le foto di moda e le " +"colonne sui consigli erotici." #. ~ That would translate out to The Scottish Book of Cookery, or The Scottish #. Cookbook. @@ -26777,6 +26822,12 @@ msgid "" " people stabbing each other mixed with rants about 'True Scotsman', it " "provides insights into medieval Scottish cuisine and culture." msgstr "" +"Un libro di cucina scritto in Gaelico parzialmente tradotto, risalente alla " +"Scozia del 16esimo secolo. Anche se è piuttosto ostico da leggere, grazie " +"all'inquietante numero di illustrazioni presenti che raffigurano persone che" +" si accoltellano e lamentele circa il \"Vero Scozzese\", questo libro " +"fornisce un ottimo resoconto della cucina medievale scozzese e della cultura" +" locale." #: lang/json/BOOK_from_json.py msgid "The Vinegar Maker's Handbook" @@ -26791,6 +26842,9 @@ msgid "" "would have thought that there wasn't much to making vinegar, but the girth " "of this book tells you otherwise." msgstr "" +"Questo libro descrive in dettaglio i numerosi modi di produrre aceto. Si " +"potrebbe pensare che non ci sia molto da dire sul processo produttivo " +"dell'aceto, ma la dimensioni di questo tomo fanno pensare altrimenti." #: lang/json/BOOK_from_json.py msgid "Drink the Harvest" @@ -26804,6 +26858,9 @@ msgid "" "Canning foods doesn't have to stop with jam and pickles. This book provides" " a plethora of juices that can be preserved." msgstr "" +"Le conserve non devono per forza fermarsi alla marmellata e ai cetriolini " +"sott'olio. Questo libro illustra una grande quantità di succhi che possono " +"essere conservati." #: lang/json/BOOK_from_json.py msgid "Offal Holiday Cooking" @@ -26843,6 +26900,9 @@ msgid "" "you'll find a great deal of anecdotes about the near-certain ruination of " "children who refuse to eat their liver." msgstr "" +"Questo ricettario è scritto dall'amante del fegato Tasmyn Beckerkeg. " +"Contiene una pletora di anedotti sulla quasi-certa disgrazia che affligge i " +"bambini che si rifiutano di mangiare la loro porzione di fegato." #: lang/json/BOOK_from_json.py msgid "Dainty Dishes Fit for a King" @@ -26857,6 +26917,10 @@ msgid "" "the trouble to actually prepare. Lovely pen and ink illustrations of " "overweight knights and gluttonous monks line the pages." msgstr "" +"Questo ricettario contiene molte ricette graziose. Per alcune di esse vale " +"persino la pena di prepararle. Delle splendide miniature ad inchiostro " +"adornano le pagine di questo volume, raffigurando cavalieri sovrappeso e " +"monaci golosi." #: lang/json/BOOK_from_json.py msgid "Eat Your Way to a Fit Physique" @@ -27020,6 +27084,8 @@ msgid "" "An interesting magazine that contains information about swords and sword " "fighting techniques from all across the world." msgstr "" +"Una rivista interessante che contiene informazioni su spade e tecniche di " +"combattimento con armi analoghe provenienti da tutto il mondo." #: lang/json/BOOK_from_json.py msgid "knife fighter's notes" @@ -27142,6 +27208,10 @@ msgid "" "conceals a wealth of ways to help stick it to The Man, along with plenty of " "advice for avoiding police." msgstr "" +"Una guida per turisti ai vari punti d'interesse di tutta la nazione. Questa " +"copia in particolare è in realtà l'Annuale dell'Anonimo Anarchico: la " +"copertina nasconde una grande quantità di informazioni utili a combattere il" +" sistema, insieme a diversi consigli per evitare la polizia." #: lang/json/BOOK_from_json.py msgid "Advanced Electronics" @@ -27152,7 +27222,7 @@ msgstr[1] "" #. ~ Description for Advanced Electronics #: lang/json/BOOK_from_json.py msgid "A college textbook on circuit design." -msgstr "" +msgstr "Un libro universitario sulla teoria dei circuiti." #: lang/json/BOOK_from_json.py msgid "Ham Radio Illustrated" @@ -27272,6 +27342,8 @@ msgstr[1] "" msgid "" "An advanced college textbook on circuit theory, design, and organization." msgstr "" +"Un libro universitario di elettronica avanzata contenente teoria dei " +"circuiti, design e organizzazione dei componenti." #: lang/json/BOOK_from_json.py msgid "Robots for Fun & Profit" @@ -27694,6 +27766,11 @@ msgid "" "details some of the equipment used by other cultures that came into conflict" " with the empire over various dynasties." msgstr "" +"Questo libro analizza in dettaglio la storia militare della Cina antica, con" +" particolare attenzione verso le armi e le armature storiche del periodo. " +"Inoltre contiene informazioni anche sull'equipaggiamento utilizzato dalle " +"civiltà che entrarono in conflitto con l'impero cinese nel corso delle varie" +" dinastie." #: lang/json/BOOK_from_json.py msgid "Studies in Historic Armorsmithing" @@ -27790,6 +27867,8 @@ msgid "" "A paperback book detailing 101 home repair projects for the novice " "carpenter." msgstr "" +"Un manuale adatto ad un carpentiere novizio contenente 101 progetti per " +"ristrutturare casa." #: lang/json/BOOK_from_json.py msgid "The Complete Home Repair Guide" @@ -27929,6 +28008,8 @@ msgid "" "A hardbound book detailing advanced first aid techniques and field-expedient" " medical care." msgstr "" +"Un libro rigido che illustra tecniche avanzate di primo soccorso e cure " +"d'emergenza in campo aperto." #: lang/json/BOOK_from_json.py msgid "First Aid Kit Instruction Booklet" @@ -28001,6 +28082,7 @@ msgstr[1] "" #: lang/json/BOOK_from_json.py msgid "Reviews of firearms, and various useful tips about their use." msgstr "" +"Una rivista sulle armi da fuoco contenente alcuni consigli sul loro uso." #: lang/json/BOOK_from_json.py msgid "The Gun Owner's Handbook" @@ -28094,7 +28176,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'The Spirit of Aikido'} #: lang/json/BOOK_from_json.py msgid "A complete guide to Aikido." -msgstr "" +msgstr "Una guida completa all'Aikido." #: lang/json/BOOK_from_json.py msgid "Practical Pugilism" @@ -28249,7 +28331,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'Essence of Ninjutsu'} #: lang/json/BOOK_from_json.py msgid "A complete guide to Ninjutsu." -msgstr "" +msgstr "Una guida completa sul Ninjutsu." #: lang/json/BOOK_from_json.py msgid "The Book of Five Rings" @@ -28473,7 +28555,7 @@ msgstr[1] "" #. ~ Description for Under the Hood #: lang/json/BOOK_from_json.py msgid "An advanced mechanics manual, covering all sorts of topics." -msgstr "" +msgstr "Un avanzato manuale di meccanica, che copre ogni tipo di argomento." #: lang/json/BOOK_from_json.py msgid "lab journal-Curie" @@ -28554,6 +28636,9 @@ msgid "" "While this seems like it would be very useful in this situation, the sheer " "amount of misinformation present makes it practically useless." msgstr "" +"Anche se all'apparenza questa guida potrebbe tornare utile in questa " +"situazione, l'enorme quantità di informazioni errate la rendono praticamente" +" inutile." #: lang/json/BOOK_from_json.py msgid "black box transcript" @@ -28611,7 +28696,7 @@ msgstr[1] "" msgid "" "Inscribed on the cover in large, friendly letters, is the message \"Don't " "Panic\"." -msgstr "" +msgstr "Sulla copertina c'è scritto a caratteri cubitali \"Niente Panico\"." #: lang/json/BOOK_from_json.py msgid "comic book" @@ -28622,7 +28707,7 @@ msgstr[1] "" #. ~ Description for comic book #: lang/json/BOOK_from_json.py msgid "A super-hero comic." -msgstr "" +msgstr "Un fumetto di supereroi." #: lang/json/BOOK_from_json.py msgid "Computer Gaming" @@ -28669,7 +28754,7 @@ msgstr[1] "" #. ~ Description for Playboy #: lang/json/BOOK_from_json.py msgid "You can read it for the articles. Or not." -msgstr "" +msgstr "Potresti leggerlo per gli articoli. Oppure no." #: lang/json/BOOK_from_json.py msgid "frequency list" @@ -28708,6 +28793,8 @@ msgid "" "The stirring tale of a race against time, in search of a lost city located " "in the heart of the African continent." msgstr "" +"Il racconto entusiasmante di una corsa contro il tempo, alla ricerca di una " +"città perduta situata nel cuore oscuro del continente Africano." #: lang/json/BOOK_from_json.py msgid "buddy novel" @@ -28734,6 +28821,8 @@ msgid "" "After their diamond heist goes wrong, the surviving criminals begin to " "suspect that one of them is a police informant." msgstr "" +"Dopo una rapina finita male ad una gioielleria, i criminali sopravvissuti " +"iniziano a sospettare che tra di loro ci sia un poliziotto infiltrato." #. ~ Description for crime novel #: lang/json/BOOK_from_json.py @@ -28742,6 +28831,10 @@ msgid "" "an upper-class man, and a psychopath, eventually banding together to pull-" "off the biggest heist in the city's history" msgstr "" +"Una storia con protagonisti 3 uomini nella fittizia città di Los Santos: un " +"gangster, un uomo dell'alta borghesia e uno psicopatico che alla fine " +"uniscono le forze per mettere a segno la più grande rapina nella storia " +"della città." #: lang/json/BOOK_from_json.py msgid "Murdered by the Grapevine" @@ -28817,7 +28910,7 @@ msgstr[1] "" #. ~ Description for fantasy novel #: lang/json/BOOK_from_json.py msgid "Basic sword & sorcery." -msgstr "" +msgstr "Cavalieri & Stregoneria." #: lang/json/BOOK_from_json.py msgid "horror novel" @@ -28828,7 +28921,7 @@ msgstr[1] "" #. ~ Description for horror novel #: lang/json/BOOK_from_json.py msgid "Maybe not the best reading material considering the situation." -msgstr "" +msgstr "Forse non è il materiale migliore da leggere in questa situazione." #: lang/json/BOOK_from_json.py msgid "mystery novel" @@ -28853,6 +28946,8 @@ msgid "" "A tale about a group of friends who wander the USA in the 1960s against a " "backdrop of jazz, poetry and drug use." msgstr "" +"La storia di un gruppo di amici che girovaga per gli Stati Uniti del 1960, " +"condita da jazz, poesia e abuso di droghe." #: lang/json/BOOK_from_json.py msgid "romance novel" @@ -29068,6 +29163,9 @@ msgid "" "Mikhail Bulgakov explores philosophical issues on the nature of good and " "evil." msgstr "" +"Con un cast che include Satana, Ponzio Pilato, Gesù Cristo, vampiri, un " +"gatto parlante e l'élite letteraria di Mosca, questo romanzo di Mikhail " +"Bulgakov esplora la natura filosofica del bene e del male." #: lang/json/BOOK_from_json.py msgid "A Handful of Dust" @@ -31571,6 +31669,8 @@ msgid "" "An English translation of the Christian Bible, distributed free of charge by" " Gideons International." msgstr "" +"Una traduzione della Bibbia Cristiana, distribuita gratuitamente da Gideons " +"International." #: lang/json/BOOK_from_json.py msgid "The Guru Granth Sahib" @@ -31742,7 +31842,7 @@ msgstr[1] "" #: lang/json/BOOK_from_json.py msgid "" "A single-volume book containing the complete canon of the Jewish Bible." -msgstr "" +msgstr "Un volume singolo contenente il canone completo della Bibbia Ebraica." #: lang/json/BOOK_from_json.py msgid "The Tripitaka" @@ -31831,6 +31931,8 @@ msgstr[1] "" #: lang/json/BOOK_from_json.py msgid "A classic Soviet text on the art of attacking with a blade." msgstr "" +"Un classico libro risalente all'Unione Sovietica che descrive l'arte e la " +"tecnica del combattimento con la lama." #: lang/json/BOOK_from_json.py msgid "Survival Under Atomic Attack" @@ -32113,6 +32215,8 @@ msgid "" "A massive, hardbound book full of a wealth of information for the " "professional clothing designer." msgstr "" +"Un corposo volume contenente un sacco di informazioni vitali per il " +"disegnatore di capi professionista." #: lang/json/BOOK_from_json.py msgid "Ye Scots Beuk o Tailorin'" @@ -36927,6 +37031,11 @@ msgid "" " isn't even worth thinking about, but disposing of it might be a concern as " "it could attract vermin." msgstr "" +"Eugh. Qui c'è una massa di terra, secrezioni, tessuto connettivo e resti di " +"materia organica come peli e artigli, rimasta dopo il processo di " +"macellazione. Non vale nemmeno la pena pensare di mangiarla, ma " +"sbarazzarsene potrebbe essere una questione importante, in quanto potrebbe " +"attirare qualche carogna." #: lang/json/COMESTIBLE_from_json.py msgid "cooked meat" @@ -37166,6 +37275,8 @@ msgid "" "Tasty meat that has been heavily smoked for preservation. It could be " "further smoked to dehydrate it completely." msgstr "" +"Carne gustosa che è stato affumicata per una conservazione a lungo termine. " +"Può essere disidratata ulteriormente con un'altra affumicatura." #: lang/json/COMESTIBLE_from_json.py msgid "smoked fish" @@ -37179,6 +37290,8 @@ msgid "" "Tasty fish that has been heavily smoked for long term preservation. It " "could be further smoked to dehydrate it completely." msgstr "" +"Pesce gustoso che è stato affumicato per una conservazione a lungo termine. " +"Può essere disidratato ulteriormente con un'altra affumicatura." #: lang/json/COMESTIBLE_from_json.py msgid "piece of raw lung" @@ -37193,6 +37306,10 @@ msgid "" "quickly. It can be a delicacy if properly prepared - but if improperly " "prepared, it's a chewy lump of flavorless connective tissue." msgstr "" +"Un pezzo di polmone di origine animale. Ha una consistenza spugnosa e rosa, " +"e marcisce velocemente. È una delizia se viene cucinato opportunamente - " +"tuttavia, se viene cucinato in modo errato è solo una massa gommosa di " +"tessuto connettivo." #: lang/json/COMESTIBLE_from_json.py msgid "cooked piece of lung" @@ -37232,6 +37349,9 @@ msgid "" "the more vitamin rich parts of the animal. It is very good in sausages, but" " maybe a little less appetizing when cooked on its own." msgstr "" +"Il fegato di un animale. Anche se a molti non piace la sua consistenza, il " +"fegato è una delle parti più ricche di vitamine di un animale. È ottimo per " +"preparare insaccati, ma forse da sé solo è un po' meno invitante." #: lang/json/COMESTIBLE_from_json.py msgid "cooked liver" @@ -37246,6 +37366,9 @@ msgid "" " you feel about the texture, but this is probably the least fancy way to do " "it." msgstr "" +"Pieno di vitamina B! Il fegato cotto non è malaccio, dipende dal tuo gusto " +"in fatto di consistenza, ma sicuramente questo è il modo meno elaborato di " +"cucinarlo." #: lang/json/COMESTIBLE_from_json.py msgid "raw brains" @@ -37256,7 +37379,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'raw brains'} #: lang/json/COMESTIBLE_from_json.py msgid "The brain from an animal. You wouldn't want to eat this raw…" -msgstr "" +msgstr "Il cervello di un animale. Mica vorrai mangiarlo crudo..." #: lang/json/COMESTIBLE_from_json.py msgid "cooked brains" @@ -37270,6 +37393,8 @@ msgid "" "Now you can emulate those zombies you love so much! Preparing brain for " "eating is challenging, and this doesn't seem to be the best way to do it." msgstr "" +"Ora puoi imitare quegli zombi che ami tanto! Preparare un cervello da " +"mangiare è una sfida, e questa non sembra la strada adatta a vincerla." #: lang/json/COMESTIBLE_from_json.py msgid "raw kidney" @@ -37283,6 +37408,8 @@ msgid "" "The kidney from an animal. Preparing it for cooking is a challenge unless " "you want the kitchen to smell strongly of urine." msgstr "" +"Il rene di un animale. Prepararlo alla cottura è una grossa sfida, se vuoi " +"evitare che la cucina puzzi di urina." #: lang/json/COMESTIBLE_from_json.py msgid "cooked kidney" @@ -41865,6 +41992,9 @@ msgid "" "food. Composed of meat, tallow, and edible plants, it provides excellent " "nutrition in an easy to carry form." msgstr "" +"Un mix concentrato di grassi e proteine impiegato come cibo nutriente ad " +"alto rendimento. Fatto con carne, grasso e piante commestibili, fornisce " +"un'ottimo nutrimento in una forma facile da trasportare." #: lang/json/COMESTIBLE_from_json.py msgid "hamburger helper" @@ -46582,6 +46712,8 @@ msgstr[1] "" #: lang/json/COMESTIBLE_from_json.py msgid "Elderberries, toxic when eaten raw but great when cooked." msgstr "" +"Delle bacche di sambuco, tossiche se mangiate crude ma ottime quando vengono" +" cotte." #: lang/json/COMESTIBLE_from_json.py msgid "rose hips" @@ -46663,7 +46795,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'grapes'} #: lang/json/COMESTIBLE_from_json.py msgid "A cluster of juicy grapes." -msgstr "" +msgstr "Un grappolo di uva succosa." #: lang/json/COMESTIBLE_from_json.py msgid "pineapple" @@ -46804,6 +46936,10 @@ msgid "" "Edible bud of a cholla cactus, with spines removed; the candy of the Mojave " "indigenous peoples. Tastes similar to asparagus." msgstr "" +"Un germoglio edibile di un cactus appartenente alla famiglia " +"\"Cylindropuntia\", comunemente chiamato cholla. Una volta rimosse le spine," +" è considerato una prelibatezza presso le popolazioni indigene della regione" +" del Mojave. Ha un gusto vagamente simile all'asparago." #: lang/json/COMESTIBLE_from_json.py msgid "cactus pad" @@ -46828,6 +46964,9 @@ msgid "" "Grainy cereal used for malting. A staple of brewing everywhere. It can " "also be ground into flour." msgstr "" +"Un cereale principalmente impiegato per la maltatura. Una presenza costante " +"nel mondo della fermentazione. Può essere anche macinato per ricavarne una " +"farina." #: lang/json/COMESTIBLE_from_json.py msgid "bee balm" @@ -46840,6 +46979,8 @@ msgstr[1] "" msgid "" "A snow-white flower also known as wild bergamot. Smells faintly of mint." msgstr "" +"Un fiore bianco come la neve, conosciuto anche come bergamotto selvatico. Ha" +" un odore vagamente simile alla menta." #: lang/json/COMESTIBLE_from_json.py msgid "broccoli" @@ -46911,6 +47052,9 @@ msgid "" "very starchy and fibrous, but you really ought to cook it before you attempt" " to eat it." msgstr "" +"Un grosso rizoma preso da una pianta di tifa. La sua polpa bianca e " +"croccante è piena di amido e fibre, ma necessita davvero di essere cotta " +"prima di poter essere mangiata." #: lang/json/COMESTIBLE_from_json.py msgid "cattail stalk" @@ -47402,6 +47546,8 @@ msgid "" "A delicious grilled cheese sandwich, because everything is better with " "melted cheese." msgstr "" +"Un delizioso sandwich con formaggio grigliato. Con del formaggio fuso " +"qualsiasi cosa diventa più buona." #: lang/json/COMESTIBLE_from_json.py msgid "deluxe sandwich" @@ -47423,6 +47569,8 @@ msgid "" "A sandwich of meat, vegetables, and cheese with condiments. Tasty and " "nutritious!" msgstr "" +"Un sandwich fatto con carne, verdure, formaggio e condimenti. Gustoso e " +"nutriente!" #: lang/json/COMESTIBLE_from_json.py msgid "cucumber sandwich" @@ -47491,7 +47639,7 @@ msgstr[1] "" #. ~ Description for honey sandwich #: lang/json/COMESTIBLE_from_json.py msgid "A delicious honey sandwich." -msgstr "" +msgstr "Un delizioso sandwich al miele." #: lang/json/COMESTIBLE_from_json.py msgid "boring sandwich" @@ -47504,6 +47652,8 @@ msgstr[1] "" msgid "" "A simple sauce sandwich. Not very filling but beats eating just the bread." msgstr "" +"Un sandwich semplice con salsa. Non è molto saziante, ma è sempre meglio di " +"mangiare soltanto il pane." #: lang/json/COMESTIBLE_from_json.py msgid "vegetable sandwich" @@ -47566,6 +47716,8 @@ msgid "" "Some peanut butter smothered between two pieces of bread. Not very filling " "and will stick to the roof of your mouth like glue." msgstr "" +"Un po' di burro d'arachidi spalmato in mezzo a due fette di pane. Non è " +"molto saziante e si appiccicherà al tuo palato come colla." #: lang/json/COMESTIBLE_from_json.py msgid "PB&J sandwich" @@ -48131,6 +48283,8 @@ msgstr[1] "" #: lang/json/COMESTIBLE_from_json.py msgid "A raw potato, cut into pieces, separating each bud for planting." msgstr "" +"Una patata cruda tagliata in pezzi, con ciascun germoglio separato per la " +"semina." #: lang/json/COMESTIBLE_from_json.py msgid "potatoes" @@ -48233,6 +48387,7 @@ msgstr[1] "" #: lang/json/COMESTIBLE_from_json.py msgid "Some canola seeds. You could press them into oil." msgstr "" +"Alcuni semi di canola. Possono essere schiacciati per ricavarne dell'olio." #: lang/json/COMESTIBLE_from_json.py msgid "pumpkin seeds" @@ -48784,6 +48939,8 @@ msgid "" "Chilly P, Yo! Not edible on its own, but it could be used to make " "seasoning." msgstr "" +"Yo! Chilly P! Non è commestibile così com'è, ma può essere usata per " +"speziare il cibo." #: lang/json/COMESTIBLE_from_json.py msgid "hot sauce" @@ -48797,6 +48954,8 @@ msgid "" "Flamin' hot sauce. Bad idea to eat on its own. You should probably wash " "your hands after handling." msgstr "" +"Salsa piccante. Non è una buona idea mangiarla da sola. Dovresti lavarti le " +"mani dopo averla maneggiata." #: lang/json/COMESTIBLE_from_json.py msgid "cinnamon" @@ -48913,6 +49072,8 @@ msgid "" "A tasty collection of wild herbs including violet, sassafras, mint, clover, " "purslane, and fireweed." msgstr "" +"Una gustosa raccolta di erbe selvatiche tra cui viola, sassofrasso, menta, " +"trifoglio, portulaca, e bardana." #: lang/json/COMESTIBLE_from_json.py msgid "soy sauce" @@ -49169,7 +49330,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'cooked rice'} #: lang/json/COMESTIBLE_from_json.py msgid "A hearty serving of cooked long-grain white rice." -msgstr "" +msgstr "Una corposa porzione di riso bianco cotto." #: lang/json/COMESTIBLE_from_json.py msgid "fried rice" @@ -49241,7 +49402,7 @@ msgstr[1] "" #. ~ Description for baked potato #: lang/json/COMESTIBLE_from_json.py msgid "A delicious baked potato. Got any sour cream?" -msgstr "" +msgstr "Una deliziosa patata arrosto. Hai della panna acida?" #: lang/json/COMESTIBLE_from_json.py msgid "roasted carrot" @@ -49252,7 +49413,7 @@ msgstr[1] "" #. ~ Description for roasted carrot #: lang/json/COMESTIBLE_from_json.py msgid "A simple, tasty roasted carrot." -msgstr "" +msgstr "Una semplice carota arrostita. Gustosa." #: lang/json/COMESTIBLE_from_json.py msgid "mashed pumpkin" @@ -49265,6 +49426,8 @@ msgstr[1] "" msgid "" "This is a simple dish made by cooking the pumpkin pulp and then mashing." msgstr "" +"Questo è un piatto semplice realizzato cuocendo la polpa di una zucca per " +"poi schiacciarla finemente." #: lang/json/COMESTIBLE_from_json.py msgid "vegetable pie" @@ -49336,7 +49499,7 @@ msgstr[1] "" #. ~ Description for {'str_sp': 'spaghetti al pesto'} #: lang/json/COMESTIBLE_from_json.py msgid "Spaghetti, with a generous helping of pesto on top. Yum!" -msgstr "" +msgstr "Spaghetti conditi con un'abbondante porzione di pesto. Gnam!" #: lang/json/COMESTIBLE_from_json.py msgid "pickle" @@ -49349,6 +49512,8 @@ msgstr[1] "" msgid "" "A pickled cucumber. Rather sour, but tastes good and lasts for a long time." msgstr "" +"Un cetriolo sott'olio. Abbastanza acido ma ha un buon sapore e si conserva a" +" lungo." #: lang/json/COMESTIBLE_from_json.py msgid "sauerkraut w/ sautee'd onions" @@ -49543,6 +49708,9 @@ msgid "" "This crunchy, sour topping made from lettuce or cabbage is perfect for your " "hot dogs and hamburgers, or, if you're desperate, straight to your stomach." msgstr "" +"Questo contorno croccante dal sapore acido è realizzato con lattuga o cavolo" +" ed è perfetto per guarnire hot dog e hamburger, o, se sei disperato, può " +"guarnire direttamente il tuo stomaco." #: lang/json/COMESTIBLE_from_json.py msgid "nopalito" @@ -49607,6 +49775,8 @@ msgid "" "A type of pasta usually used when preparing spaghetti. It could be eaten " "raw if you're desperate, but is much better cooked." msgstr "" +"Un tipo di pasta lunga usato per preparare diversi piatti. Possono essere " +"mangiati crudi se sei disperato, ma sono molto meglio cotti." #: lang/json/COMESTIBLE_from_json.py msgid "raw lasagne pasta" @@ -49620,6 +49790,8 @@ msgid "" "A pasta sheet used in making lasagne. It could be eaten raw if you're " "desperate, but is much better cooked." msgstr "" +"Una sfoglia di pasta usata per realizzare ricette a strati. Può essere " +"mangiata cruda se sei disperato, ma è molto meglio cotta." #: lang/json/COMESTIBLE_from_json.py msgid "boiled noodles" @@ -49738,7 +49910,7 @@ msgstr[1] "" #. ~ Description for pancake #: lang/json/COMESTIBLE_from_json.py msgid "Fluffy and delicious pancakes with real maple syrup." -msgstr "" +msgstr "Soffici pancake deliziosi con del vero sciroppo d'acero." #: lang/json/COMESTIBLE_from_json.py msgid "fruit pancake" @@ -49752,6 +49924,8 @@ msgid "" "Fluffy and delicious pancakes with real maple syrup, made sweeter and " "healthier with the addition of wholesome fruit." msgstr "" +"Soffici pancake deliziosi con del vero sciroppo d'acero, resi ancora più " +"dolci e salutari con dell'ottima frutta." #: lang/json/COMESTIBLE_from_json.py msgid "French toast" @@ -49762,7 +49936,7 @@ msgstr[1] "" #. ~ Description for French toast #: lang/json/COMESTIBLE_from_json.py msgid "Slices of bread dipped in a milk and egg mixture then fried." -msgstr "" +msgstr "Fette di pane immerse in un mix di latte e uova e poi fritte." #: lang/json/COMESTIBLE_from_json.py msgid "waffle" @@ -49814,6 +49988,8 @@ msgid "" "These bite-sized crackers go well with soups, but will make you thirsty on " "their own." msgstr "" +"Questi piccoli cracker tondi stanno bene nelle zuppe, ma mangiarli da soli " +"ti metterà sete." #: lang/json/COMESTIBLE_from_json.py msgid "fruit pie" @@ -49824,7 +50000,7 @@ msgstr[1] "" #. ~ Description for fruit pie #: lang/json/COMESTIBLE_from_json.py msgid "A delicious baked pie with a sweet fruit filling." -msgstr "" +msgstr "Una deliziosa torta cotta al forno con una dolce farcitura di frutta." #: lang/json/COMESTIBLE_from_json.py msgid "cheese pizza" @@ -49835,7 +50011,7 @@ msgstr[1] "" #. ~ Description for cheese pizza #: lang/json/COMESTIBLE_from_json.py msgid "A delicious pizza with molten cheese on top." -msgstr "" +msgstr "Una deliziosa pizza con formaggio fuso." #: lang/json/COMESTIBLE_from_json.py msgid "granola" @@ -49849,6 +50025,8 @@ msgid "" "A tasty and nutritious mixture of oats, honey, and other ingredients that " "has been baked until crisp." msgstr "" +"Un mix nutriente e gustoso di fiocchi d'avena, miele e altri ingredienti, " +"cotti fino ad ottenere un risultato croccante." #: lang/json/COMESTIBLE_from_json.py msgid "maple pie" @@ -53569,6 +53747,9 @@ msgid "" "mitten. This could be used as a makeshift water container, but otherwise " "it's anyone's guess what it's for." msgstr "" +"Il palloncino del gentiluomo. Un anticoncezionale ad uso singolo. Un guanto " +"mono-dito. Potrebbe essere usato come un contenitore improvvisato per acqua," +" altrimenti tutti sanno a cosa serve in realtà." #: lang/json/GENERIC_from_json.py msgid "balloon" @@ -54475,6 +54656,8 @@ msgid "" "A large, relatively sharp blade. Could be used to make bladed weaponry, or " "attached to a car." msgstr "" +"Una grossa lama abbastanza affilata. Può essere usata per creare armi da " +"taglio, o attaccata ad un veicolo." #: lang/json/GENERIC_from_json.py msgid "scythe blade" @@ -54528,6 +54711,7 @@ msgid "" "A length of thin, relatively stiff, steel wire. Like the sort you find in " "wire fences." msgstr "" +"Un sottile cavo di acciaio, simile a quello impiegato per le recinzioni." #: lang/json/GENERIC_from_json.py msgid "barbed wire" @@ -54639,6 +54823,8 @@ msgstr[1] "" msgid "" "A large, heavy-duty spring. Expands with significant force when compressed." msgstr "" +"Una grossa molla d'acciaio. Si espande con grande forza quando viene " +"compressa." #: lang/json/GENERIC_from_json.py msgid "lawnmower" @@ -54652,6 +54838,8 @@ msgid "" "A motorized pushmower that seems to be broken. You could take it apart if " "you had a wrench." msgstr "" +"Un tagliaerba a motore rotto. Potresti smontarlo se tu avessi una chiave " +"inglese." #: lang/json/GENERIC_from_json.py msgid "damaged tent" @@ -60315,6 +60503,8 @@ msgid "" "This tool can mash potatoes and soft root vegetables; it cannot do the " "twist." msgstr "" +"Questo utensile può schiacciare le patate ed altri tuberi morbidi. Però non " +"sa ballare il twist." #: lang/json/GENERIC_from_json.py msgid "garlic press" @@ -60376,6 +60566,9 @@ msgid "" " the ends. This timeless kitchen tool also doubles as a very effective " "club." msgstr "" +"Un grosso pezzo di legno arrotondato e lisciato per bene, con due manici " +"alle estremità. Questo utensile, presente in cucina da tempi immemori, è " +"anche un'ottima arma da mischia." #: lang/json/GENERIC_from_json.py msgid "pot" @@ -60541,6 +60734,8 @@ msgid "" "A stainless steel mesh colander, for washing rice, vegetables or straining " "liquid off from noodles or other foods." msgstr "" +"Uno scolapasta in acciaio inox utile per lavare il riso, verdure o eliminare" +" l'acqua dagli spaghetti o cibi analoghi." #: lang/json/GENERIC_from_json.py msgid "splatter guard" @@ -60567,6 +60762,8 @@ msgid "" "A large flat piece of wood for chopping vegetables on without ruining your " "knife or your countertop." msgstr "" +"Un pezzo di legno piatto utile per tagliare le verdure senza rovinare il tuo" +" coltello o il bancone." #: lang/json/GENERIC_from_json.py msgid "meal tray" @@ -60580,6 +60777,8 @@ msgid "" "A stainless steel tray used for serving food in cafeterias, mess halls, or " "similar places." msgstr "" +"Un vassoio in acciaio inox utilizzato per servire il cibo nelle caffetterie," +" nelle mense o in luoghi simili." #: lang/json/GENERIC_from_json.py msgid "pizza cutter" @@ -60617,6 +60816,8 @@ msgid "" "A stainless steel cheese grater with a plastic grip. It is used to shred " "cheese." msgstr "" +"Una grattugia in acciaio inox con un manico di plastica. Si usa per fare a " +"pezzettini il formaggio." #: lang/json/GENERIC_from_json.py msgid "XLR cable" @@ -61208,6 +61409,8 @@ msgstr[1] "" #: lang/json/GENERIC_from_json.py msgid "A sturdy wood bat. Makes a great melee weapon." msgstr "" +"Una robusta mazza di legno per giocare a Baseball. È un'eccellente arma da " +"mischia." #: lang/json/GENERIC_from_json.py msgid "aluminum bat" @@ -61221,6 +61424,8 @@ msgid "" "An aluminum baseball bat, lighter than a wooden bat and a little easier to " "swing as a result." msgstr "" +"Una mazza da baseball in alluminio, più leggera di una mazza di legno e di " +"conseguenza più facile da usare." #: lang/json/GENERIC_from_json.py msgid "foam rubber bat" @@ -61244,12 +61449,12 @@ msgstr[1] "" #. ~ Use action menu_text for expandable baton. #: lang/json/GENERIC_from_json.py msgid "Expand" -msgstr "" +msgstr "Estendi" #. ~ Use action msg for expandable baton. #: lang/json/GENERIC_from_json.py msgid "You snap open your baton." -msgstr "" +msgstr "Estendi il manganello." #. ~ Description for expandable baton #: lang/json/GENERIC_from_json.py @@ -61257,6 +61462,8 @@ msgid "" "A telescoping baton that collapses for easy storage. Makes an excellent " "melee weapon. Activate to expand." msgstr "" +"Un manganello estensibile che può essere chiuso per un facile trasporto. È " +"un'ottima arma di mischio. Usalo per estenderlo." #: lang/json/GENERIC_from_json.py msgid "expandable baton (extended)" @@ -61267,12 +61474,12 @@ msgstr[1] "" #. ~ Use action menu_text for expandable baton (extended). #: lang/json/GENERIC_from_json.py msgid "Collapse" -msgstr "" +msgstr "Richiudi" #. ~ Use action msg for expandable baton (extended). #: lang/json/GENERIC_from_json.py msgid "You collapse your baton." -msgstr "" +msgstr "Richiudi il manganello." #. ~ Description for expandable baton (extended) #: lang/json/GENERIC_from_json.py @@ -61280,6 +61487,8 @@ msgid "" "A telescoping baton that collapses for easy storage. Makes an excellent " "melee weapon. Activate to collapse." msgstr "" +"Un manganello estensibile che può essere chiuso per un facile trasporto. È " +"un'ottima arma di mischio. Usalo per richiuderlo." #: lang/json/GENERIC_from_json.py lang/json/TOOL_from_json.py #: lang/json/TOOL_from_json.py @@ -61309,6 +61518,11 @@ msgid "" " head strikes have a high risk of causing a permanent, disabling brain " "injury or being fatal." msgstr "" +"Un arma contundente corta e facile da nascondere, lo slapper è costituito da" +" un peso in piombo posto all'estremità di un'asta in pelle. Usato in passato" +" dalle forze dell'ordine, quest'arma è studiata per stordire e stendere " +"l'avversario, anche se i colpi alla testa hanno un alto rischio di essere " +"fatali o di causare danni cerebrali permanenti." #: lang/json/GENERIC_from_json.py msgid "bokken" @@ -61323,6 +61537,9 @@ msgid "" "weight and balance of the real thing. Despite its lack of a sharp metal " "edge, it's still quite capable of inflicting deadly wounds." msgstr "" +"Una robusta katana in legno \"da allenamento\", realizzata con cura per " +"imitare il peso ed il bilanciamento di una katana vera. Nonostante non abbia" +" una lama di metallo, è comunque in grado di infliggere ferite mortali." #. ~ Description for bokken #: lang/json/GENERIC_from_json.py @@ -61435,6 +61652,8 @@ msgid "" "A long handle with a big metal head, flat on one side, for driving golf " "balls. Fore!" msgstr "" +"Un manico lungo dotato di una testata di ferro piatta su un lato per colpire" +" una palla da golf. Fore!" #: lang/json/GENERIC_from_json.py msgid "sledge hammer" @@ -61588,6 +61807,8 @@ msgid "" "short and flat bludgeoning weapon consisting of a weight embedded between " "two patches of leather." msgstr "" +"Un arma contundente improvvisata, simile ad uno slapper o ad uno " +"sfollagente. È realizzata con un peso avvolto tra due pezze di pelle." #: lang/json/GENERIC_from_json.py msgid "Mjölnir" @@ -61646,6 +61867,8 @@ msgid "" "A baseball bat with several nails driven through it, an excellent melee " "weapon." msgstr "" +"Una mazza da baseball con diversi chiodi infilati, è un'ottima arma da " +"mischia." #: lang/json/GENERIC_from_json.py msgid "nailboard" @@ -61771,6 +61994,10 @@ msgid "" " in a chimney. A traditional Irish weapon, the shillelagh was originally " "used for settling disputes in a gentlemanly manner." msgstr "" +"Un bastone robusto con una grossa protuberanza all'estremità, realizzato con" +" un processo di affumicatura in focolare. Lo shillelagh è un'arma " +"tradizionale dell'Irlanda, nata in origine per risolvere le contese tra " +"gentiluomini." #: lang/json/GENERIC_from_json.py msgid "loaded stick" @@ -61786,6 +62013,11 @@ msgid "" "used for settling disputes in a gentlemanly manner. The knob has been " "hollowed and filled with molten heavy metal to pack more of a punch." msgstr "" +"Un bastone robusto con una grossa protuberanza all'estremità, realizzato con" +" un processo di affumicatura in focolare. Lo shillelagh è un'arma " +"tradizionale dell'Irlanda, nata in origine per risolvere le contese tra " +"gentiluomini. La protuberanza è stata resa concava e in seguito riempita di " +"metallo pesante fuso, per aumentare la sua forza contundente." #. ~ Description for shillelagh #: lang/json/GENERIC_from_json.py @@ -61893,6 +62125,8 @@ msgid "" "An agricultural tool with long wooden shaft and four spikes. Is used to " "lift hay." msgstr "" +"Uno strumento agricolo composto da una lunga asta di legno e 4 punte, in " +"genere usato per sollevare il fieno." #: lang/json/GENERIC_from_json.py msgid "pointy stick" @@ -61999,6 +62233,8 @@ msgid "" "This is a versatile polearm with an axe blade, a spike, and other fun things" " attached to a long sturdy stick." msgstr "" +"Questa è un arma inastata con una lama d'ascia, uno spuntone ed altre " +"componenti divertenti legate ad un lungo bastone." #. ~ Description for halberd #: lang/json/GENERIC_from_json.py @@ -62031,6 +62267,9 @@ msgid "" "and other Japanese blades. Occasionally used by samurai in early periods, " "or by their wives in defense of the household." msgstr "" +"Una solida arma ad asta con una lama ricurva, realizzata alla stesso modo " +"della Katana e di altre lame giapponesi. Veniva usata occasionalmente dai " +"samurai in antichità, o dalle loro mogli per difendere le abitazioni." #. ~ Description for {'str_sp': 'naginata'} #: lang/json/GENERIC_from_json.py @@ -62164,6 +62403,8 @@ msgstr[1] "" #: lang/json/GENERIC_from_json.py msgid "A well-made spear with a bronze head, Greek in origin." msgstr "" +"Una lancia di ottima fattura con la punta di bronzo. Originaria della " +"Grecia." #: lang/json/GENERIC_from_json.py msgid "poleaxe" @@ -62275,6 +62516,8 @@ msgid "" "This is a dull, cheaply-made replica of a curved sword, associated with " "various Middle Eastern and Central Asian countries." msgstr "" +"Questa è una replica di scarsa qualità di una spada ricurva, spesso " +"associata a diversi paesi del Medioriente e dell'Asia centrale." #: lang/json/GENERIC_from_json.py msgid "estoc" @@ -62353,6 +62596,9 @@ msgid "" "weapon, before the advent of the larger wakizashi. This one doesn't feel " "well-balanced." msgstr "" +"Una versione moderna di un coltello a lama lunga Giapponese. I samurai lo " +"usavano come arma di riserva prima che si imponessero le più larghe " +"Wakizashi. Questa lama non pare ben bilanciata." #: lang/json/GENERIC_from_json.py lang/json/TOOL_from_json.py msgid "nodachi" @@ -62698,6 +62944,8 @@ msgid "" "This simple IED is designed to be attached to an arrow and detonate on " "impact." msgstr "" +"Questo semplice esplosivo improvvisato è studiato per essere attaccato ad " +"una freccia e detonare all'impatto." #: lang/json/GENERIC_from_json.py msgid "disc" @@ -63021,7 +63269,7 @@ msgstr[1] "" #. ~ Description for sheet of reinforced glass #: lang/json/GENERIC_from_json.py msgid "A large sheet of glass strengthened with steel wiring." -msgstr "" +msgstr "Un grosso pannello di vetro rinforzato con cavi d'acciaio." #: lang/json/GENERIC_from_json.py msgid "pane of reinforced glass" @@ -63032,7 +63280,7 @@ msgstr[1] "" #. ~ Description for pane of reinforced glass #: lang/json/GENERIC_from_json.py msgid "A small pane of glass strengthened with steel wiring." -msgstr "" +msgstr "Una piccola lastra di vetro rinforzato con cavi d'acciaio." #: lang/json/GENERIC_from_json.py msgid "sheet of tempered glass" @@ -63083,6 +63331,8 @@ msgstr[1] "" msgid "" "A steel pipe, makes a good melee weapon. Useful in a few crafting recipes." msgstr "" +"Un tubo d'acciaio, una buona arma da mischia. È utile per fabbricare alcuni " +"oggetti." #: lang/json/GENERIC_from_json.py lang/json/vehicle_part_from_json.py msgid "spike" @@ -63096,6 +63346,8 @@ msgid "" "A large and slightly misshapen spike, could do some damage mounted on a " "vehicle." msgstr "" +"Un grosso spuntone leggermente deformato, potrebbe infliggere un po' di " +"danno se fosse attaccato ad un veicolo." #: lang/json/GENERIC_from_json.py msgid "copper tubing" @@ -63123,6 +63375,10 @@ msgid "" "durable, this could be cast into various shapes for construction or ground " "down to a powder, for more… high-profile applications." msgstr "" +"Un piccolo lingotto di alluminio di lunghezza predefinita, adatto ad essere " +"processato ulteriormente. Leggero ma resistente, potrebbe essere modellato " +"in varie forme per costruire, oppure potrebbe essere ridotto in polvere per " +"alcune... applicazioni peculiari." #: lang/json/GENERIC_from_json.py msgid "scrap copper" @@ -63896,6 +64152,11 @@ msgid "" "This gas damages and slows those who enter it, as well as obscuring vision " "and scent." msgstr "" +"Questa granata è costituita da un contenitore cilindrico riempito di un " +"agente altamente irritante. Utilizza l'oggetto per togliere la sicura e " +"accendere la miccia, dopodiché la granata sarà attiva. Dopo 5 secondi, il " +"contenitore inizierà a rilasciare un gas altamente nocivo che danneggia e " +"rallenta chiunque vi entri in contatto, oltre a limitare vista e olfatto." #: lang/json/GENERIC_from_json.py msgid "armed tear gas canister" @@ -63908,6 +64169,8 @@ msgstr[1] "" msgid "" "This smoke bomb has had its pin removed and is expelling highly toxic gas." msgstr "" +"Questa granata lacrimogena è stata innescata rimuovendone la sicura e ora " +"sta rilasciando dei fumi molto tossici." #: lang/json/GENERIC_from_json.py msgid "insecticidal gas grenade" @@ -63923,6 +64186,11 @@ msgid "" "grenade. In five seconds it will begin to expel a volatile spray that is " "highly toxic to insect life forms." msgstr "" +"Questa granata è costituita da un contenitore cilindrico riempito di " +"soluzione insetticida. Utilizza l'oggetto per togliere la sicura e accendere" +" la miccia, dopodiché la granata sarà attiva. Dopo 5 secondi, il contenitore" +" inizierà a rilasciare uno spray volatile altamente tossico per gli insetti " +"e le forme di vita insettoidi." #: lang/json/GENERIC_from_json.py msgid "armed insecticidal gas canister" @@ -63936,6 +64204,8 @@ msgid "" "This insecticidal bomb has had its pin removed and is expelling highly toxic" " haze." msgstr "" +"Questa granata a gas insetticida è stata innescata rimuovendone la sicura e " +"ora sta rilasciando dei fumi molto tossici." #: lang/json/GENERIC_from_json.py msgid "makeshift insecticidal gas grenade" @@ -63980,6 +64250,12 @@ msgid "" "black smoke. This smoke will slow those who enter it, as well as obscuring " "vision and scent." msgstr "" +"Questa granata è costituita da un contenitore cilindrico riempito di vari " +"componenti pirotecnici. Utilizza l'oggetto per togliere la sicura e " +"accendere la miccia, dopodiché la granata sarà attiva. Dopo 5 secondi, il " +"contenitore inizierà a rilasciare una coltre densa di fumo. Il fumo " +"rallenterà chiunque entri nella sua cortina, limitando anche la vista e " +"l'olfatto." #: lang/json/GENERIC_from_json.py msgid "armed smoke bomb" @@ -63991,6 +64267,8 @@ msgstr[1] "" #: lang/json/GENERIC_from_json.py msgid "This smoke bomb has had its pin removed and is expelling thick smoke." msgstr "" +"Questa bomba fumogena è stata innescata rimuovendone la sicura e ora sta " +"rilasciando del fumo denso." #: lang/json/GENERIC_from_json.py msgid "pike pole" @@ -64157,6 +64435,9 @@ msgid "" "sample. Use this tool to draw blood, either from yourself or from a corpse " "you are standing on." msgstr "" +"Questo kit contiene il necessario per un prelievo del sangue, incluse le " +"provette per conservare il campione. Utilizzalo per ottenere un campione di " +"sangue, sia tuo che quello di un cadavere vicino a te." #: lang/json/GENERIC_from_json.py lang/json/furniture_from_json.py msgid "charcoal kiln" @@ -64170,6 +64451,9 @@ msgid "" "A stout metal box used for producing charcoal via pyrolysis; the incomplete " "burning of organic materials in the absence of oxygen." msgstr "" +"Un robusto contenitore di metallo per produrre carbonella tramite pirolisi, " +"ovvero la combustione parziale di materiale organico in condizioni di " +"assenza d'ossigeno." #: lang/json/GENERIC_from_json.py msgid "lit charcoal kiln" @@ -64209,6 +64493,9 @@ msgid "" "lightweight cord. Useful for keeping yourself safe from falls. Can be used" " in place of a long rope for butchering, in a pinch." msgstr "" +"Un rampino pieghevole legato ad una robusta fune. Utile per tenersi al " +"sicuro da brutte cadute. Potrebbe essere usato al posto di una corda anche " +"per macellare carcasse, se necessario." #: lang/json/GENERIC_from_json.py msgid "makeshift glaive" @@ -64222,6 +64509,8 @@ msgid "" "This is a large blade attached to a stout section of tree branch. It could " "do a considerable amount of damage." msgstr "" +"Quest'arma è costituita da un'ampia lama legata ad un robusto ramo di un " +"albero. Potrebbe infliggere una considerevole quantità di danni." #: lang/json/GENERIC_from_json.py msgid "mind splicer kit" @@ -64236,6 +64525,10 @@ msgid "" "pouch. Assembled to steal the mind of some poor man, these are tools of the" " creepy high-tech sandman." msgstr "" +"Forcipe chirurgico, cavi ed uno smartphone modificato messi dentro una " +"piccola borsa di plastica. Creato per rubare la mente e i ricordi di qualche" +" pover'anima, questo kit contiene gli strumenti necessari ad un terrificante" +" e tecnologico Omino del sonno." #: lang/json/GENERIC_from_json.py msgid "umbrella" @@ -74426,7 +74719,7 @@ msgstr "" #: lang/json/MOD_INFO_from_json.py msgid "Dark Days of the Dead" -msgstr "" +msgstr "Dark Days of the Dead" #. ~ Description for Dark Days of the Dead #: lang/json/MOD_INFO_from_json.py @@ -74441,12 +74734,12 @@ msgstr "" #: lang/json/MOD_INFO_from_json.py msgid "Dark Days Ahead" -msgstr "" +msgstr "Dark Days Ahead" #. ~ Description for Dark Days Ahead #: lang/json/MOD_INFO_from_json.py msgid "Core content for Cataclysm-DDA" -msgstr "" +msgstr "Contenuto di base per Cataclysm-DDA" #: lang/json/MOD_INFO_from_json.py msgid "Desert Region" @@ -74608,6 +74901,8 @@ msgid "" "A large and colorful game bird native to the forests of North America. Its " "head and beak are covered in fleshy protuberances." msgstr "" +"Un grosso uccello colorato nativo delle foreste del Nord America. La sua " +"testa e il suo becco sono coperte di protuberanze carnose." #: lang/json/MONSTER_from_json.py msgid "pheasant" @@ -74621,6 +74916,8 @@ msgid "" "A medium-sized game bird that can have bright feathers depending on the sex " "and species." msgstr "" +"Un volatile di medie dimensioni che possiede delle penne colorate a seconda " +"del genere e della specie." #: lang/json/MONSTER_from_json.py msgid "cockatrice" @@ -75201,6 +75498,8 @@ msgid "" "A rainbow trout. A fish made popular by father-son fishing trips, except " "for the part where you have to gut it." msgstr "" +"Una trota iridea. Un pesce reso popolare dalla pesca tra padre e figlio, " +"salvo la parte in cui va eviscerato." #: lang/json/MONSTER_from_json.py msgid "steelhead trout" @@ -75226,6 +75525,8 @@ msgstr[1] "" msgid "" "An Atlantic salmon. A very fatty, nutritious fish. Tastes great smoked." msgstr "" +"Un salmone dell'Atlantico. Un pesce corposo e nutriente. Ha un ottimo sapore" +" quando viene affumicato." #: lang/json/MONSTER_from_json.py msgid "kokanee salmon" @@ -75238,6 +75539,8 @@ msgstr[1] "" msgid "" "A Kokanee salmon. A very fatty, nutritious fish. Tastes great smoked." msgstr "" +"Un salmone rosso. Un pesce corposo e nutriente. Ha un ottimo sapore quando " +"viene affumicato." #: lang/json/MONSTER_from_json.py msgid "chinook salmon" @@ -75250,6 +75553,8 @@ msgstr[1] "" msgid "" "A Chinook salmon. A very fatty, nutritious fish. Tastes great smoked." msgstr "" +"Un salmone reale. Un pesce corposo e nutriente. Ha un ottimo sapore quando " +"viene affumicato." #: lang/json/MONSTER_from_json.py msgid "coho salmon" @@ -75261,6 +75566,8 @@ msgstr[1] "" #: lang/json/MONSTER_from_json.py msgid "A Coho salmon. A very fatty, nutritious fish. Tastes great smoked." msgstr "" +"Un salmone argentato. Un pesce corposo e nutriente. Ha un ottimo sapore " +"quando viene affumicato." #: lang/json/MONSTER_from_json.py msgid "whitefish" @@ -75274,6 +75581,8 @@ msgid "" "A whitefish, closely related to salmon. One can assume they are just as " "nice when cooked with smoke." msgstr "" +"Un lavarello, un pesce strettamente imparentato col salmone. Si presume che " +"sia altrettanto buono quando viene cotto o affumicato." #: lang/json/MONSTER_from_json.py msgid "largemouth bass" @@ -75285,6 +75594,8 @@ msgstr[1] "" #: lang/json/MONSTER_from_json.py msgid "A largemouth bass. Very popular with sports fishermen." msgstr "" +"Un Persico Trota, comunemente chiamato Boccalone. Molto popolare nella pesca" +" competitiva." #: lang/json/MONSTER_from_json.py msgid "smallmouth bass" @@ -75298,6 +75609,9 @@ msgid "" "A smallmouth bass. Being intolerant to pollution in the water, smallmouth " "bass are a good indicator of how clean it is." msgstr "" +"Micropterus Dolomieu, comunemente chiamato Smallmouth Bass in Nord America. " +"A causa della sua intolleranza all'inquinamento, la sua presenza è spesso un" +" indicatore di acque pulite." #: lang/json/MONSTER_from_json.py msgid "striped bass" @@ -75311,6 +75625,8 @@ msgid "" "A striped bass. Mostly a salt water fish, they migrate to fresher water to " "spawn." msgstr "" +"Un persico spigola. Vive perlopiù in acque salate e migra verso acque dolci " +"nel periodo riproduttivo." #: lang/json/MONSTER_from_json.py msgid "white bass" @@ -75337,6 +75653,8 @@ msgid "" "A small sprightly perch. A very bony fish, still got some tasty meat on it " "though." msgstr "" +"Un piccolo persico vivace. È un pesce molto liscoso, tuttavia possiede " +"comunque una carne saporita." #: lang/json/MONSTER_from_json.py msgid "walleye" @@ -75348,6 +75666,8 @@ msgstr[1] "" #: lang/json/MONSTER_from_json.py msgid "A walleye, a green-brown medium-sized fish with a white belly." msgstr "" +"Un walleye, un pesce di medie dimensioni color verde/marrone con la pancia " +"bianca. Appartiene alla famiglia dei Percidi." #: lang/json/MONSTER_from_json.py msgid "sunfish" @@ -78696,6 +79016,8 @@ msgstr[1] "" msgid "" "Eight-feet-tall ghastly white penguins. Placid unless otherwise provoked." msgstr "" +"Pinguini alti due metri e mezzo con un manto bianco spettrale. Sono pacifici" +" se non vengono disturbati." #: lang/json/MONSTER_from_json.py msgid "amigara horror" @@ -80342,8 +80664,8 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "zombie cop" msgid_plural "zombie cops" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "zombie poliziotto" +msgstr[1] "zombie poliziotti" #. ~ Description for zombie cop #: lang/json/MONSTER_from_json.py @@ -80788,8 +81110,8 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "zombie child" msgid_plural "zombie children" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "zombie bambino" +msgstr[1] "zombie bambini" #. ~ Description for zombie child #: lang/json/MONSTER_from_json.py @@ -80798,6 +81120,9 @@ msgid "" "hungry look in its eyes. You'd be hard pressed to not feel like you were " "killing an actual child by putting it down." msgstr "" +"Era solo un povero bambino, e non è cambiato molto ora, a parte lo sguardo " +"affamato nei suoi occhi. Sarà molto difficile sopprimerlo senza sentirsi in " +"colpa come se tu stessi uccidendo un bambino vero." #: lang/json/MONSTER_from_json.py msgid "creepy crawler" @@ -81062,6 +81387,9 @@ msgid "" "out of its bloated body. You may have trouble estimating its healthiness " "and its capabilities might change." msgstr "" +"Un colosso formato da corpi fusi insieme, con teste e altre parti anatomiche" +" che spuntano fuori dal suo corpo rigonfio. Potresti avere difficoltà a " +"stimare la sua salute e le sue abilità potrebbero mutare." #: lang/json/MONSTER_from_json.py msgid "trapped tendril" @@ -81180,8 +81508,8 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "zombie scientist" msgid_plural "zombie scientists" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "zombie scienziato" +msgstr[1] "zombie scienziati" #. ~ Description for zombie scientist #: lang/json/MONSTER_from_json.py @@ -81191,6 +81519,11 @@ msgid "" "awareness - not a human awareness, but something more sinister. As you " "watch it, its movements look almost marionette-like." msgstr "" +"Salvo per gli occhi totalmente neri, questo zombie pare meno decomposto e " +"inumano rispetto agli altri. Avvolto in un camice da laboratorio " +"sbrindellato, sembra possedere un barlume di consapevolezza - non una " +"consapevolezza umana, quanto qualcosa di più oscuro. Mentre lo osservi, i " +"suoi movimenti paiono quelli di una marionetta." #: lang/json/MONSTER_from_json.py msgid "zombie security guard" @@ -81320,14 +81653,16 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "zombie brute" msgid_plural "zombie brutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "zombie bruto" +msgstr[1] "zombie bruti" #. ~ Description for zombie brute #: lang/json/MONSTER_from_json.py msgid "" "Its entire body bulges with distended muscles and swollen, festering wounds." msgstr "" +"Questo zombie ha il corpo completamente ricoperto di muscoli dilatati e " +"gonfie ferite in putrefazione. " #: lang/json/MONSTER_from_json.py msgid "zombie wrestler" @@ -81430,6 +81765,8 @@ msgid "" "A human body now swollen to the size of six men, with arms as wide as a " "trash can." msgstr "" +"Un corpo umano rigonfio, grosso quanto sei uomini e con delle braccia ampie " +"come cassonetti dell'immondizia." #: lang/json/MONSTER_from_json.py msgid "zombie hunter" @@ -81660,6 +81997,8 @@ msgid "" "A human body, clad in swimwear. Probably not a very graceful swimmer now, " "owing to its zombified state." msgstr "" +"Un corpo umano avvolto in abbigliamento da nuoto. Probabilmente ora non è " +"più un nuotatore aggraziato a causa del suo essere uno zombie." #: lang/json/MONSTER_from_json.py msgid "webbed zombie" @@ -96643,8 +96982,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "Swiss Army knife" msgid_plural "Swiss Army knives" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "coltellino svizzero" +msgstr[1] "coltellini svizzeri" #. ~ Description for Swiss Army knife #: lang/json/TOOL_from_json.py @@ -96764,8 +97103,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "kukri" msgid_plural "kukris" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "kukri" +msgstr[1] "kukri" #. ~ Description for kukri #: lang/json/TOOL_from_json.py @@ -96774,6 +97113,9 @@ msgid "" "originated in Nepal. Featuring a heavy blade with an inwardly-curved edge, " "it can be used as both a tool and a weapon." msgstr "" +"Questo utensile versatile è la versione moderna di un arma tradizionale del " +"Nepal. Possiede una lama pesante curvata verso l'interno che gli permette di" +" essere utile sia come strumento che come arma." #. ~ Description for {'str_sp': 'jian'} #: lang/json/TOOL_from_json.py @@ -98199,8 +98541,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "improvised lockpick" msgid_plural "improvised lockpicks" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "grimaldello improvvisato" +msgstr[1] "grimaldelli improvvisati" #. ~ Description for improvised lockpick #: lang/json/TOOL_from_json.py @@ -98231,8 +98573,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "makeshift crowbar" msgid_plural "makeshift crowbars" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "piede di porco improvvisato" +msgstr[1] "piedi di porco improvvisati" #. ~ Description for makeshift crowbar #: lang/json/TOOL_from_json.py @@ -100244,8 +100586,8 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "oil lamp (off)" msgid_plural "oil lamps (off)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "lampada ad olio (spenta)" +msgstr[1] "lampade ad olio (spente)" #. ~ Description for oil lamp (off) #: lang/json/TOOL_from_json.py @@ -100253,6 +100595,8 @@ msgid "" "This is an oil fueled lamp. It does not provide much light, but it lasts a " "long time. Use it to turn it on." msgstr "" +"Questa è una lampada alimentata ad olio. Non fornisce molta luce, ma può " +"rimanere accesa per molto tempo. Utilizzala per accenderla o spengerla." #: lang/json/TOOL_from_json.py msgid "oil lamp" @@ -100266,6 +100610,8 @@ msgid "" "This is an oil fueled lamp. It does not provide much light, but it lasts a " "long time. It is turned on. Use it to turn it off." msgstr "" +"Questa è una lampada alimentata ad olio. Non fornisce molta luce, ma può " +"rimanere accesa per molto tempo. Utilizzala per accenderla o spengerla." #: lang/json/TOOL_from_json.py msgid "acetylene lamp (off)" @@ -106624,7 +106970,7 @@ msgstr "" msgid "" "If a tree falls in a forest and no one is around to hear it, does it make a " "sound?" -msgstr "" +msgstr "Se un albero cade in una foresta e nessuno lo sente, fa rumore?" #: lang/json/achievement_from_json.py lang/json/npc_from_json.py msgid "Lumberjack" @@ -106632,7 +106978,7 @@ msgstr "Falegname" #: lang/json/achievement_from_json.py msgid "What is a forest for a man with an axe?" -msgstr "" +msgstr "Che cos'è una foresta per un uomo armato di ascia?" #: lang/json/achievement_from_json.py msgid "Deforestation" @@ -106807,7 +107153,7 @@ msgstr "" #: lang/json/achievement_from_json.py msgid "Look, Ma, I can fly!" -msgstr "" +msgstr "Guarda Mamma! Sto volando!" #: lang/json/achievement_from_json.py msgid "crossed bird mutation threshold" @@ -106895,11 +107241,13 @@ msgstr "" #: lang/json/achievement_from_json.py msgid "Silver Tongue" -msgstr "" +msgstr "Lingua di Velluto" #: lang/json/achievement_from_json.py msgid "Legend has it you convinced a zombie hulk to go away." msgstr "" +"La leggenda narra che la tua parlantina abbia convinto uno Zombie Hulk ad " +"andarsene." #: lang/json/achievement_from_json.py msgid "HackerMan" @@ -114213,7 +114561,7 @@ msgstr "Brillo" #. ~ Description of effect 'Tipsy'. #: lang/json/effects_from_json.py msgid "You drank some alcohol. You feel warm inside." -msgstr "" +msgstr "Hai bevuto un po' di alcol. Ti senti caldo." #: lang/json/effects_from_json.py msgid "Drunk" @@ -114222,7 +114570,7 @@ msgstr "Ubriaco" #. ~ Description of effect 'Drunk'. #: lang/json/effects_from_json.py msgid "You drank alcohol. Party on!" -msgstr "" +msgstr "Hai bevuto alcol. Facciamo festa!" #: lang/json/effects_from_json.py msgid "Trashed" @@ -114231,7 +114579,7 @@ msgstr "Devastato" #. ~ Description of effect 'Trashed'. #: lang/json/effects_from_json.py msgid "You drank lots of alcohol. Are those white mice?" -msgstr "" +msgstr "Hai bevuto diverso alcol. Quelli sono topi bianchi?" #: lang/json/effects_from_json.py msgid "Wasted" @@ -114243,10 +114591,12 @@ msgid "" "You drank unholy amounts of alcohol. It's the end of the world, what do you" " care?" msgstr "" +"Hai bevuto una quantità oscena di alcol. Il mondo è andato a puttane, che ti" +" importa?" #: lang/json/effects_from_json.py msgid "Dead Drunk" -msgstr "" +msgstr "Ubriaco fino al midollo" #. ~ Description of effect 'Dead Drunk'. #: lang/json/effects_from_json.py @@ -114254,6 +114604,8 @@ msgid "" "You embalmed yourself alive with so much alcohol, that even zombies will " "leave your dead body alone." msgstr "" +"Ti sei praticamente imbalsamato vivo con una quantità talmente ingente di " +"alcol, persino gli zombie eviteranno il tuo cadavere." #. ~ Miss message for effect(s) 'Tipsy, Drunk, Trashed, Wasted, Dead Drunk'. #. ~ Miss message for effect(s) 'Depressants'. @@ -114456,6 +114808,7 @@ msgstr "Ossa fragili" msgid "" "A lack of calcium in your diet will make your bones progressively weaker." msgstr "" +"Una carenza di calcio nella tua dieta indebolirà lentamente le tue ossa." #. ~ Apply message for effect(s) 'Hypocalcemia, Weak bones, Brittle bones'. #: lang/json/effects_from_json.py @@ -114823,12 +115176,12 @@ msgstr "" #: lang/json/effects_from_json.py msgid "Lit up" -msgstr "" +msgstr "Illuminato" #. ~ Description of effect 'Lit up'. #: lang/json/effects_from_json.py msgid "You are carrying a light and can't hide well." -msgstr "" +msgstr "Stai utilizzando una fonte di luce e non puoi nasconderti bene." #: lang/json/effects_from_json.py msgid "Started recovery" @@ -123000,8 +123353,8 @@ msgstr "" #: lang/json/gun_from_json.py msgid "MAS .223" msgid_plural "MAS .223" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "MAS .223" +msgstr[1] "MAS .223" #: lang/json/gun_from_json.py msgid "" @@ -123010,6 +123363,11 @@ msgid "" "is a semi-auto only variation imported to the US in the late eighties. It " "retains the integral bipod, though." msgstr "" +"Un fucile d'assalto in configurazione bullpup usato dalle forze armate " +"Francesi fino a poco tempo fa. Mentre il FAMAS era famoso per il suo elevato" +" rateo di fuoco, il MAS .223 è la variante semiautomatica importata negli " +"Stati Uniti sul finire degli anni '80. Tuttavia è fornito del medesimo " +"bipiede del FAMAS." #: lang/json/gun_from_json.py msgid "FS2000" @@ -135582,7 +135940,7 @@ msgstr "" #. ~ Sign #: lang/json/mapgen_from_json.py msgid "SAND" -msgstr "" +msgstr "SABBIA" #. ~ Sign #: lang/json/mapgen_from_json.py @@ -135921,7 +136279,7 @@ msgstr "" #. ~ Sign #: lang/json/mapgen_from_json.py msgid "BATTERIES" -msgstr "" +msgstr "BATTERIE" #. ~ Sign #: lang/json/mapgen_from_json.py @@ -136426,6 +136784,9 @@ msgid "" "injury to the attacker. It uses defensive throws and disarms but lacks " "offensive techniques." msgstr "" +"L'Aikido è un'arte marziale giapponese che si concentra sull'autodifesa, " +"minimizzando i danni all'aggressore. Usa prese difensive e disarmi ma non ha" +" delle tecniche di attacco." #. ~ initiate message for martial art '{'str': 'Aikido'}' #: lang/json/martial_art_from_json.py @@ -139462,7 +139823,7 @@ msgstr "" #: lang/json/material_from_json.py msgid "Bronze" -msgstr "" +msgstr "Bronzo" #: lang/json/material_from_json.py msgid "Budget Steel" @@ -181283,6 +181644,7 @@ msgstr "" #: lang/json/snippet_from_json.py msgid " You are forgotten among the billions lost in the cataclysm…" msgstr "" +" Vieni dimenticato insieme a miliardi di persone morte nel cataclisma..." #: lang/json/snippet_from_json.py msgid "" @@ -181387,6 +181749,10 @@ msgid "" "leg in the woods. Died of hypothermia a week later. A note found with his " "body read, 'I wish I could have saved her.'" msgstr "" +" Si stava facendo strada verso il Michigan alla ricerca della sua " +"famiglia, ma una brutta caduta in un bosco gli ha causato una frattura alla " +"gamba. È morto assiderato una settimana dopo. In un foglietto rinvenuto " +"vicino al suo corpo c'era scritto \"Avrei voluto salvarla\"." #: lang/json/snippet_from_json.py msgid "" @@ -181395,6 +181761,11 @@ msgid "" "a failed surgery left him permanently blind he committed suicide without " "leaving a note." msgstr "" +" Sopravvivendo per diversi anni si è fatto una reputazione tra gli altri" +" sopravvissuti. Ad un certo punto ha iniziato a migliorare le proprie " +"capacità usando moduli bionici... ma un'operazione andata male gli ha " +"causato un danno irreversibile rendendolo cieco. Si è suicidato senza dire " +"una singola parola." #: lang/json/snippet_from_json.py msgid "" @@ -181403,6 +181774,11 @@ msgid "" "during a typhoid outbreak a few years later. Survived by only his three " "year old son." msgstr "" +" Si è fatto un buon nome come artigiano tuttofare in un piccolo " +"accampamento di sopravvissuti. Dopo aver sposato una giovane ragazza, ha " +"messo su famiglia diventando padre di due figli. È morto durante un'epidemia" +" di tifo alcuni anni dopo. L'unico sopravvissuto al tifo è stato il suo " +"figlio di tre anni." #: lang/json/snippet_from_json.py msgid "" @@ -181447,6 +181823,10 @@ msgid "" "Keep searching, the world is big enough that there has to be a place out " "there that hasn't been overrun.'" msgstr "" +" È morto a causa di un morso infetto alcune settimane dopo. Prima di " +"spirare, le sue ultime parole ai presenti sono state \"Ormai ho perso tutto " +"a questo mondo... ma voi no. Continuate a cercare, il mondo è abbastanza " +"grande, ci sarà un posto che non è ancora stato devastato.\"'" #: lang/json/snippet_from_json.py msgid "" @@ -181454,6 +181834,9 @@ msgid "" "your passing. Unable to find treatment, he asked to be put down while " "listening to someone read from his favorite novel, Don Quixote." msgstr "" +" Ha contratto un'infezione micotica alcuni mesi dopo la tua scomparsa. " +"Incapace di trovare una cura, ha chiesto di essere soppresso mentre qualcuno" +" gli leggeva il suo romanzo preferito, Don Chischiotte." #: lang/json/snippet_from_json.py msgid "" @@ -181617,6 +182000,10 @@ msgid "" "lived a comfortable, if rather uneventful life, dying of cancer, a rare " "luxury these days." msgstr "" +" Dopo aver girovagato e recuperato materiali in giro per anni, è " +"diventato un meccanico molto abile. Reclutato dai Mercanti Liberi, ha " +"vissuto una vita confortevole, anche se priva di eventi significativi, " +"morendo di cancro, un lusso molto raro di questi tempi." #: lang/json/snippet_from_json.py msgid "" @@ -181688,12 +182075,14 @@ msgstr "" msgid "" " Found a whole cellar of single malt whisky. Drank himself to death." msgstr "" +" Ha trovato una cantina piena di whiskey malto singolo. Si è ubriacato " +"fino al coma etilico ed è morto." #: lang/json/snippet_from_json.py msgid "" " Depressed after your death, he would hang himself after just a few " "days." -msgstr "" +msgstr " Depresso per la tua morte, si è impiccato dopo pochi giorni." #: lang/json/snippet_from_json.py msgid "" @@ -181701,6 +182090,9 @@ msgid "" " him. Became a farmer and spent the rest of his uneventful life tending to " "crops, glad that he was no longer alone." msgstr "" +" Ha girovagato per mesi prima di trovare una piccola comunità che lo " +"accettasse. È diventato un contadino, passando il resto della sua piatta " +"vita a occuparsi del raccolto, felice di non essere più solo." #: lang/json/snippet_from_json.py msgid "" @@ -187502,11 +187894,11 @@ msgstr "" #: lang/json/snippet_from_json.py msgid "A marijuana brownie." -msgstr "" +msgstr "Un brownie alla marijuana." #: lang/json/snippet_from_json.py msgid "A plush Chewbacca." -msgstr "" +msgstr "Un peluche di Chewbecca." #: lang/json/snippet_from_json.py msgid "Daily hunger conditioner from Australasia" @@ -187518,15 +187910,15 @@ msgstr "" #: lang/json/snippet_from_json.py msgid "Why are you touching this when you should be finding kitten?" -msgstr "" +msgstr "Perché stai toccando questa roba quando dovresti cercare il gattino?" #: lang/json/snippet_from_json.py msgid "A glorious fan of peacock feathers." -msgstr "" +msgstr "Un bellissimo ventaglio di piume di pavone." #: lang/json/snippet_from_json.py msgid "It's some compromising photos of Babar the Elephant." -msgstr "" +msgstr "Delle foto compromettenti dell'elefantino Babar." #: lang/json/snippet_from_json.py msgid "" @@ -187539,7 +187931,7 @@ msgstr "" #: lang/json/snippet_from_json.py msgid "A \"Get Out of Jail Free\" card." -msgstr "" +msgstr "Una carta \"Uscite gratis di prigione\"." #: lang/json/snippet_from_json.py msgid "An incredibly expensive \"Mad About You\" collector plate." @@ -189488,6 +189880,8 @@ msgid "" "You gain the sudden realization that you must have been responsible for the " "Cataclysm." msgstr "" +"Improvvisamente ti rendi conto che devi essere stato tu a causare il " +"Cataclisma." #: lang/json/snippet_from_json.py msgid "You get the odd feeling that your thoughts are not your own." @@ -189497,6 +189891,8 @@ msgstr "" msgid "" "You feel as if everyone in the world must be playing a sick prank on you." msgstr "" +"Hai la sensazione che tutte le persone al mondo ti stiano facendo uno " +"scherzo perverso." #: lang/json/snippet_from_json.py msgid "You are being watched… by THEM." @@ -197386,31 +197782,32 @@ msgstr "Non importa." #: lang/json/talk_topic_from_json.py msgid "Don't fight unless your life depends on it." -msgstr "" +msgstr "Non combattere, a meno che ne dipenda la tua vita." #: lang/json/talk_topic_from_json.py msgid "Attack enemies that get too close." -msgstr "" +msgstr "Attacca i nemici che si avvicinano troppo." #: lang/json/talk_topic_from_json.py msgid "Attack enemies that you can kill easily." -msgstr "" +msgstr "Attacca i nemici che puoi uccidere facilmente." #: lang/json/talk_topic_from_json.py msgid "Attack only enemies that I attack first." -msgstr "" +msgstr "Attacca i nemici che attacco io per primo." #: lang/json/talk_topic_from_json.py msgid "Attack only enemies you can reach without moving." -msgstr "" +msgstr "Attacca solo i nemici che puoi raggiungere senza muoverti." #: lang/json/talk_topic_from_json.py msgid "Attack any enemy within range of your ranged weapon, but don't move." msgstr "" +"Attacca i nemici a portata della tua arma a distanza, ma non ti muovere." #: lang/json/talk_topic_from_json.py msgid "Attack anything you want." -msgstr "" +msgstr "Attacca tutto ciò che vuoi." #: lang/json/talk_topic_from_json.py #, no-python-format @@ -197838,7 +198235,7 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Another survivor! We should travel together." -msgstr "" +msgstr "Un altro sopravvissuto! Dovremmo viaggiare assieme." #: lang/json/talk_topic_from_json.py msgid "What are you doing?" @@ -197846,7 +198243,7 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Care to trade?" -msgstr "" +msgstr "Ti interessa fare uno scambio?" #: lang/json/talk_topic_from_json.py msgid "&Put away weapon." @@ -197858,11 +198255,11 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Don't worry, I'm not going to hurt you" -msgstr "" +msgstr "Stai calmo, non ho intenzione di farti del male" #: lang/json/talk_topic_from_json.py msgid "Drop your weapon!" -msgstr "" +msgstr "Butta l'arma a terra!" #: lang/json/talk_topic_from_json.py msgid "Get out of here or I'll kill you." @@ -197883,11 +198280,11 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Okay, no sudden movements…" -msgstr "" +msgstr "Okay, non muovere un muscolo..." #: lang/json/talk_topic_from_json.py msgid "Keep your distance!" -msgstr "" +msgstr "Mantieni la distanza!" #: lang/json/talk_topic_from_json.py msgid "" @@ -198372,174 +198769,178 @@ msgstr "Sono in guardia." #: lang/json/talk_topic_from_json.py msgid "I need you to come with me." -msgstr "" +msgstr "Devi venire con me." #: lang/json/talk_topic_from_json.py msgid "See you around." -msgstr "" +msgstr "Ci vediamo in giro" #: lang/json/talk_topic_from_json.py msgid "I really don't feel comfortable doing so…" -msgstr "" +msgstr "Non mi sento a mio agio a fare ciò..." #: lang/json/talk_topic_from_json.py msgid "I'll give you some space." -msgstr "" +msgstr "Ti darò un po' di spazio." #: lang/json/talk_topic_from_json.py msgid "I'd prefer to keep that to myself." -msgstr "" +msgstr "Preferirei tenerlo per me." #: lang/json/talk_topic_from_json.py msgid "I understand…" -msgstr "" +msgstr "Capisco..." #: lang/json/talk_topic_from_json.py msgid "You just asked me for stuff; ask later." -msgstr "" +msgstr "Mi hai già chiesto della roba; richiedimelo più tardì." #: lang/json/talk_topic_from_json.py msgid "Why should I share my equipment with you?" -msgstr "" +msgstr "Perché dovrei condividere il mio equipaggiamento con te?" #: lang/json/talk_topic_from_json.py msgid "Okay, fine." -msgstr "" +msgstr "Okay, d'accordo." #: lang/json/talk_topic_from_json.py msgid "Because I'm holding a thermal detonator!" -msgstr "" +msgstr "Perché ho un detonatore termico addosso!" #: lang/json/talk_topic_from_json.py msgid "Because I'm your friend!" -msgstr "" +msgstr "Perché sono tuo amico!" #: lang/json/talk_topic_from_json.py msgid "Well, I am helping you out…" -msgstr "" +msgstr "Beh, ti sto aiutando..." #: lang/json/talk_topic_from_json.py msgid "I'll give it back!" -msgstr "" +msgstr "Te lo ridarò!" #: lang/json/talk_topic_from_json.py msgid "Give it to me, or else!" -msgstr "" +msgstr "Dammelo, altrimenti..." #: lang/json/talk_topic_from_json.py src/npctalk.cpp msgid "Eh, never mind." -msgstr "" +msgstr "Eh, non importa." #: lang/json/talk_topic_from_json.py msgid "Never mind, I'll do without. Bye." -msgstr "" +msgstr "Non importa, ne farò a meno. Ciao." #: lang/json/talk_topic_from_json.py msgid "Okay, here you go." -msgstr "" +msgstr "Okay, ecco qui." #: lang/json/talk_topic_from_json.py msgid "Thank you!" -msgstr "" +msgstr "Grazie!" #: lang/json/talk_topic_from_json.py msgid "Thanks! But can I have some more?" -msgstr "" +msgstr "Grazie! Posso averne dell'altro?" #: lang/json/talk_topic_from_json.py msgid "Thanks, see you later!" -msgstr "" +msgstr "Grazie, ci vediamo dopo!" #: lang/json/talk_topic_from_json.py msgid "You picked up something that does not belong to you…" -msgstr "" +msgstr "Hai preso qualcosa che non ti appartiene..." #: lang/json/talk_topic_from_json.py msgid "Okay, okay, this is all a misunderstanding. Sorry, I'll drop it now." msgstr "" +"Okay, okay, questo è un grosso malinteso. Mi spiace, lo lascio " +"immediatamente." #: lang/json/talk_topic_from_json.py msgid "No, I'm keeping it. Try and take it off me, I dare you." -msgstr "" +msgstr "No, me lo tengo. Ti sfido a prendermelo di dosso." #: lang/json/talk_topic_from_json.py msgid "Look, I really need this. Please let me have it." -msgstr "" +msgstr "Ascolta, mi serve davvero. Per favore dammelo." #: lang/json/talk_topic_from_json.py msgid "What, this? It's not the same one, you are mistaken." -msgstr "" +msgstr "Cosa, questo? Non è lo stesso, ti stai sbagliando." #: lang/json/talk_topic_from_json.py msgid "I'm sorry. Look, I already dropped it, okay?" -msgstr "" +msgstr "Mi scuso. Guarda, l'ho già rimesso a posto, okay?" #: lang/json/talk_topic_from_json.py msgid "Don't try and talk yourself out of this, drop it now." -msgstr "" +msgstr "Non cercare di svignartela a parole, lascialo subito." #: lang/json/talk_topic_from_json.py msgid "Okay, I'm dropping it…" -msgstr "" +msgstr "Okay, lo lascio..." #: lang/json/talk_topic_from_json.py msgid "Just this once, you can keep it. Don't tell anyone else." -msgstr "" +msgstr "Soltanto questo, te lo puoi tenere. Non dirlo a nessuno." #: lang/json/talk_topic_from_json.py msgid "Thanks." -msgstr "" +msgstr "Grazie." #: lang/json/talk_topic_from_json.py msgid "Right… I don't want any trouble." -msgstr "" +msgstr "D'accordo... Non voglio problemi." #: lang/json/talk_topic_from_json.py msgid "Smart choice." -msgstr "" +msgstr "Scelta intelligente." #: lang/json/talk_topic_from_json.py msgid ", and if you ask again, !" -msgstr "" +msgstr ", e se lo chiedi di nuovo, !" #: lang/json/talk_topic_from_json.py msgid " !" -msgstr "" +msgstr " !" #: lang/json/talk_topic_from_json.py msgid "Okay, okay, sorry." -msgstr "" +msgstr "Okay, okay, scusa." #: lang/json/talk_topic_from_json.py msgid "Seriously, give me more stuff!" -msgstr "" +msgstr "Seriamente, dammi più roba!" #: lang/json/talk_topic_from_json.py msgid "Okay, fine, bye." -msgstr "" +msgstr "Okay, va bene. Ciao." #: lang/json/talk_topic_from_json.py src/character.cpp msgid "Okay" -msgstr "" +msgstr "Okay" #: lang/json/talk_topic_from_json.py msgid "" "I'm willing to pay per batch for a total of " "." msgstr "" +"Sono disposto a pagarti per ciascuno, per un totale di " +"." #: lang/json/talk_topic_from_json.py msgid "Works for me." -msgstr "" +msgstr "Mi sta bene." #: lang/json/talk_topic_from_json.py lang/json/talk_topic_from_json.py #: src/iexamine.cpp src/iexamine.cpp src/player_activity.cpp msgid "Maybe later." -msgstr "" +msgstr "Forse dopo." #: lang/json/talk_topic_from_json.py msgid "Pleasure doing business!" -msgstr "" +msgstr "Un piacere fare affari con te!" #: lang/json/talk_topic_from_json.py msgid "You might be seeing more of me…" @@ -198557,33 +198958,36 @@ msgstr "" #: lang/json/talk_topic_from_json.py msgid "Hey. Let's chat for a second." -msgstr "" +msgstr "Ehi. Parliamo un minuto." #: lang/json/talk_topic_from_json.py msgid "That's because I saved you. Listen, I could use your help…" msgstr "" +"Questo perché ti ho salvato. Ascolta, il tuo aiuto mi farebbe comodo..." #: lang/json/talk_topic_from_json.py msgid "" "Big fucking deal. Do what I say or I'll shove that chip back where it " "belongs." msgstr "" +"Fottutamente alla grande. Fai quello che ti dico o ti infilo quel chip dove " +"non batte il sole." #: lang/json/talk_topic_from_json.py msgid "Sorry, I'm nobody. Enjoy your freedom, I guess." -msgstr "" +msgstr "Mi spiace, ma non sono nessuno. Goditi la libertà." #: lang/json/talk_topic_from_json.py msgid "*buzz* Great! So what happens now?" -msgstr "" +msgstr "*bzz* Grandioso! E ora che succede?" #: lang/json/talk_topic_from_json.py msgid "Come with me. We can help each other out." -msgstr "" +msgstr "Vieni con me. Possiamo darci una mano a vicenda." #: lang/json/talk_topic_from_json.py msgid "We both go our separate ways. Enjoy your freedom." -msgstr "" +msgstr "Ognuno va per la sua strada. Goditi la libertà." #: lang/json/talk_topic_from_json.py msgid "" @@ -227592,7 +227996,7 @@ msgstr "Nuvoloso" #: lang/json/weather_type_from_json.py msgid "Light Drizzle" -msgstr "" +msgstr "Piogerellina" #: lang/json/weather_type_from_json.py msgid "Drizzle" @@ -266801,7 +267205,7 @@ msgstr "" #: src/options.cpp msgid "Trap Back button" -msgstr "" +msgstr "Blocca il tasto Indietro" #: src/options.cpp msgid "" diff --git a/lang/po/pl.po b/lang/po/pl.po index 37fe4bc9b14ae..16a5c0b10f327 100644 --- a/lang/po/pl.po +++ b/lang/po/pl.po @@ -23496,6 +23496,10 @@ msgid "" "tailoring and adjustment points… maybe you don't want to know who wore it. " "Provides nominal storage and is not very encumbering." msgstr "" +"Cienki jednoczęściowy kombinezon z krótkim rękawkiem i krótkimi nogawkami. " +"Patrząc na udziwnione przeszycia i przeróbki tracisz ochotę, by dowiedzieć " +"dla kogo je zaprojektowano. Zapewnia niewielką przestrzeń w kieszeni i nie " +"jest zbyt krępujący." #: lang/json/ARMOR_from_json.py msgid "union suit" @@ -29732,7 +29736,7 @@ msgstr[3] "" #. ~ Description for Glowy Thing #: lang/json/BIONIC_ITEM_from_json.py msgid "It's a… thing? And it glows, at least it did when it was plugged in." -msgstr "" +msgstr "To… rzecz? I świeci, a przynajmniej świeciła jak była przyłączona." #: lang/json/BIONIC_ITEM_from_json.py lang/json/bionic_from_json.py msgid "Leaky Bionic" @@ -30498,6 +30502,9 @@ msgid "" "some new chemical formula, and its effects on human subjects. It's stamped " "\"APPROVED\"…" msgstr "" +"Ten zwitek papierów, datowany na dwa tygodnie przed dniem w którym się to " +"wszystko zaczęło - opisuje nowy związek chemiczny, i jego skutki na ludzkich" +" osobnikach badawczych. Ostemplowano \"ZATWIERDZONO\"…" #: lang/json/BOOK_from_json.py msgid "lab journal-Dionne" @@ -30534,6 +30541,10 @@ msgid "" " instructions for its use as some sort of… crowd-control catalyst? That " "can't be right…" msgstr "" +"Ten zwój dokumentów - datowany na dzień przed ewakuacją - opisuje nowy " +"związek chemiczny w najdrobniejszych szczegółach i podaje instrukcje użycia " +"jako jakiegoś rodzaju… katalizatora kontroli tłumu? To nie może być " +"właściwe…" #: lang/json/BOOK_from_json.py msgid "lab journal-Smythe" @@ -30550,6 +30561,9 @@ msgid "" "focusing on those derived from flesh contaminated with XE037. The results " "look promising but the procurement methods seem awfully vague…" msgstr "" +"Ten zespołowy dziennik opisuje szereg eksperymentów mutagennych, z grupy " +"związków pochodzących ze skażonego XE037 ciała. Rezultaty są obiecujące, ale" +" metody pozyskiwania są dość niejasne…" #: lang/json/BOOK_from_json.py msgid "standpipe maintenance log" @@ -30905,7 +30919,7 @@ msgstr[3] "" #. ~ Description for To Serve Man #: lang/json/BOOK_from_json.py msgid "It's… it's a cookbook!" -msgstr "" +msgstr "To jest… To jest książka kucharska!" #: lang/json/BOOK_from_json.py msgid "Cucina Italiana" @@ -32038,6 +32052,10 @@ msgid "" "with a… childproof cover. Apparently a liability thing, because the chapter" " on explosive rounds covers them in excellent detail too." msgstr "" +"Poradnik w stylu wszystko co kiedykolwiek chciałbyś wiedzieć o ręcznym " +"przeładowywaniu i recyklingu amunicji, zamknięty w… dziecioodpornej oprawie." +" Najwyraźniej dość odpowiedzialny, gdyż rozdział o amunicji wybuchowej " +"opisuje ją w doskonałych szczegółach." #: lang/json/BOOK_from_json.py msgid "Rivtech design binder" @@ -34239,7 +34257,7 @@ msgstr[3] "" #. ~ Description for corporate accounting ledger #: lang/json/BOOK_from_json.py msgid "If you knew what to look for something might stand out…" -msgstr "" +msgstr "Gdyby tylko wiadomo było, jak szukać rzeczy, które nie pasują…" #: lang/json/BOOK_from_json.py msgid "patient treatment records" @@ -43383,7 +43401,7 @@ msgstr[3] "" #. ~ Description for {'str_sp': 'raw brains'} #: lang/json/COMESTIBLE_from_json.py msgid "The brain from an animal. You wouldn't want to eat this raw…" -msgstr "" +msgstr "Zwierzęcy mózg. Nie chcesz jeść tego na surowo…" #: lang/json/COMESTIBLE_from_json.py msgid "cooked brains" @@ -43460,7 +43478,7 @@ msgstr[3] "" #. ~ Description for cooked sweetbread #: lang/json/COMESTIBLE_from_json.py msgid "Normally a delicacy, it needs a little… something." -msgstr "" +msgstr "Zwykle jest to przysmak, ale brakuję trochę… czegoś." #. ~ Description for {'str_sp': 'blood'} #: lang/json/COMESTIBLE_from_json.py @@ -43927,6 +43945,11 @@ msgid "" "hands. After everything you've seen lately, you can't help but remember old" " sayings about eating the hearts of your enemies…" msgstr "" +"Gruba, olbrzymia masa ciała na pierwszy rzut oka przypominająca serce ssaka," +" otoczona w prążkowane rowki wielkości twojej głowy. Jest wciąż pełna, em, " +"cokolwiek jest odpowiednikiem krwi żaberzwłoków i czujesz że jest ciężkie. " +"Po wszystkim co ostatnio było ci widziane, nie możesz zapomnieć starego " +"porzekadła o zjadaniu serc swoich wrogów…" #: lang/json/COMESTIBLE_from_json.py msgid "desiccated putrid heart" @@ -47316,7 +47339,7 @@ msgstr[3] "" #. ~ Description for peanut butter candy #: lang/json/COMESTIBLE_from_json.py msgid "A handful of peanut butter cups… your favorite!" -msgstr "" +msgstr "Garść kubełków z masłem orzechowym… twoje ulubione!" #: lang/json/COMESTIBLE_from_json.py msgid "chocolate candy" @@ -47536,6 +47559,8 @@ msgid "" "A cake coated in the thickest icing you've ever seen. Someone has written " "guff in quotation marks on it…" msgstr "" +"Ciasto pokryte najgrubszą polewą jaką kiedykolwiek widziałeś. Ktoś wypisał " +"na nim jakieś głupoty w cudzysłowach…" #: lang/json/COMESTIBLE_from_json.py msgid "chocolate-covered coffee bean" @@ -47591,7 +47616,7 @@ msgstr[3] "" #. ~ Description for peppermint patty #: lang/json/COMESTIBLE_from_json.py msgid "A handful of soft chocolate-covered peppermint patties… yum!" -msgstr "" +msgstr "Garść miękkich czekoladek wypełnionych miętowym nadzieniem… mniam!" #: lang/json/COMESTIBLE_from_json.py msgid "Necco wafers" @@ -51606,6 +51631,12 @@ msgid "" "very potent, or highly experimental. Holding it, all the little aches and " "pains seem to fade, just for a moment…" msgstr "" +"Kapsułka żelowa o kolorze czerwonego jabłka wielkości twojego kciuka, " +"wypełniona gęstym oleistym płynem który zmienia się z czarnego na fioletowy " +"w nieprzewidywalnych odstępach czasu, nakrapiany w maleńkie szare kropki. " +"Biorąc pod uwagę miejsce w którym to zdobyłeś albo jest bardzo silne, albo " +"mocno eksperymentalne. Trzymając to, wszystkie drobne bóle zdają się znikać," +" tylko na chwilę…" #: lang/json/COMESTIBLE_from_json.py msgid "cattail jelly" @@ -52245,6 +52276,8 @@ msgid "" "A super-concentrated mutagen. You need a syringe to inject it… if you " "really want to?" msgstr "" +"Super-skoncentrowany mutagen. Potrzebujesz strzykawki do wstrzyknięcia… " +"jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "mutagenic serum" @@ -52268,6 +52301,8 @@ msgid "" "A super-concentrated mutagen strongly resembling blood. You need a syringe " "to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen bardzo przypominający krew. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "beast serum" @@ -52283,6 +52318,8 @@ msgid "" "A super-concentrated mutagen as red as a matador's cape. You need a syringe" " to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen w kolorze czerwonym jak peleryna matadora. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "bird serum" @@ -52298,6 +52335,8 @@ msgid "" "A super-concentrated mutagen the color of the pre-Cataclysmic skies. You " "need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen w kolorze nieba sprzed Kataklizmu. Potrzebujesz" +" strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "cattle serum" @@ -52313,6 +52352,8 @@ msgid "" "A super-concentrated mutagen the color of grass. You need a syringe to " "inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen w kolorze trawy. Potrzebujesz strzykawki do " +"wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "cephalopod serum" @@ -52328,6 +52369,8 @@ msgid "" "A super-concentrated mutagen as black as ink. You need a syringe to inject " "it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen tak czarny jak atrament. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "chimera serum" @@ -52343,6 +52386,8 @@ msgid "" "A super-concentrated mutagen that churns with iridescence. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który mieni się opalizacją. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "elf-a serum" @@ -52358,6 +52403,8 @@ msgid "" "A super-concentrated mutagen that's a striking sylvan green. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen w kolorze uderzającej leśnej zieleni. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "feline serum" @@ -52373,6 +52420,8 @@ msgid "" "A super-concentrated mutagen, yellow and highly reflective. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, żółty i silnie odblaskowy. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "fish serum" @@ -52388,6 +52437,8 @@ msgid "" "A super-concentrated mutagen the color of the ocean, with white foam at the " "top. You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen w kolorze oceanu, z białą pianą na wierzchu. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "insect serum" @@ -52403,6 +52454,8 @@ msgid "" "A super-concentrated mutagen that's a beautiful amber color. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen o pięknym bursztynowym kolorze. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "lizard serum" @@ -52418,6 +52471,8 @@ msgid "" "A super-concentrated mutagen that shifts between various shades of green. " "You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który zmienia różne odcienie zieleni. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "lupine serum" @@ -52433,6 +52488,8 @@ msgid "" "A super-concentrated mutagen as white as a full moon. You need a syringe to" " inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, biały jak księżyc w pełni. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "medical serum" @@ -52448,6 +52505,9 @@ msgid "" "A super-concentrated mutagen that looks like a mixture of bodily fluids. " "You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który wygląda jak mieszanina płynów " +"ustrojowych. Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście " +"tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "plant serum" @@ -52463,6 +52523,8 @@ msgid "" "A super-concentrated mutagen that looks like pureed spinach. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który wygląda jak puree ze szpinaku. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "raptor serum" @@ -52478,6 +52540,9 @@ msgid "" "A super-concentrated mutagen that seems to shift slightly whenever you look " "at it. You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który wydaje się nieznacznie przesuwać za " +"każdym razem, gdy na niego patrzysz. Potrzebujesz strzykawki do " +"wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "rat serum" @@ -52493,6 +52558,8 @@ msgid "" "A super-concentrated mutagen that's a rather unappealing beige. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który jest raczej nieprzyjemnym beżem. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "slime serum" @@ -52526,6 +52593,8 @@ msgid "" "A super-concentrated mutagen with pale filaments suspended in it. You need " "a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen z zawieszonymi w nim jasnymi włóknami. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "troglobite serum" @@ -52541,6 +52610,8 @@ msgid "" "A super-concentrated mutagen that seems to recoil from the light. You need " "a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który wydaje się odskakiwać od światła. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "ursine serum" @@ -52556,6 +52627,8 @@ msgid "" "A super-concentrated mutagen that's the color of honey, and is just as " "thick. You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen, który ma kolor miodu i jest równie gęsty. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "mouse serum" @@ -52571,6 +52644,8 @@ msgid "" "A super-concentrated mutagen resembling liquefied metal. You need a syringe" " to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen przypominający skroplony metal. Potrzebujesz " +"strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "mutagen" @@ -58559,6 +58634,8 @@ msgid "" "A super-concentrated mutagen strongly resembling a lava lamp. You need a " "syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen bardzo przypominający lampę z lawą. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "mi-go mutagen" @@ -58589,6 +58666,9 @@ msgid "" "A super-concentrated mutagen not for those frightened of this thing they " "have become. You need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen nie dla tych, którzy boją się tym kim się " +"stali. Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego " +"chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "mastodon mutagen" @@ -59619,6 +59699,9 @@ msgid "" "you of a starry-night sky. You need a syringe to inject it… if you really " "want to?" msgstr "" +"Super-skoncentrowana czarna jak smoła substancja z srebrzystymi drobinkami " +"przypominającymi gwiaździste niebo. Potrzebujesz strzykawki do " +"wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "wendigo mutagen" @@ -59643,6 +59726,9 @@ msgid "" "reminds you of a a tree. You need a syringe to inject it… if you really " "want to?" msgstr "" +"Super-skoncentrowana torfowobrązowa substancja z błyszczącymi zielonymi " +"drobinkami przypominającymi drzewo.. Potrzebujesz strzykawki do " +"wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "SpOreos" @@ -60317,6 +60403,8 @@ msgid "" "A super-concentrated mutagen strongly resembling children's toy slime. You " "need a syringe to inject it… if you really want to?" msgstr "" +"Super-skoncentrowany mutagen bardzo przypominający zabawkowy glut. " +"Potrzebujesz strzykawki do wstrzyknięcia… jeśli rzeczywiście tego chcesz?" #: lang/json/COMESTIBLE_from_json.py msgid "tyrant mutagen" @@ -60786,6 +60874,8 @@ msgid "" "A handful of squishy, fluffy, puffy, delicious marshmallows. They feel " "oddly warm…" msgstr "" +"Garść gniotliwych, puchatych, mechatych, przepysznych pianek żelowych. Są " +"dziwnie ciepłe…" #. ~ Description for {'str_sp': "s'mores"} #: lang/json/COMESTIBLE_from_json.py @@ -65167,6 +65257,8 @@ msgid "" "This memory card appears to be related to 'XEDRA', and is certainly " "encrypted. Looks *Interesting*, though…" msgstr "" +"Ta karta pamięci ma chyba związek z \"XEDRA\" i jest oczywiście " +"zaszyfrowana. Niemniej jednak wygląda \"interesująco\"…" #: lang/json/GENERIC_from_json.py msgid "hand mirror" @@ -65913,6 +66005,10 @@ msgid "" "What was once a wonderfully addictive tube of dried tobacco leaf is now just a smelly piece of trash. What a tragedy!\n" "The leftover tobacco in a few of these could probably be used to roll another cigarette. If you're willing to go that far…" msgstr "" +"Co kiedyś było uzależniającą tubką suszonych liści tytoniu, jest teraz " +"śmierdzącym śmieciem. Co za tragedia. Resztki tytoniu z kilku takich można " +"by prawdopodobnie użyć do zwinięcia kolejnego skręta. O ile jesteś tak " +"bardzo zdesperowany…" #. ~ Use action msg for joint. #: lang/json/GENERIC_from_json.py @@ -66694,6 +66790,8 @@ msgid "" "A large, heavy-duty leaf spring. Probably from some car or truck, and looks" " an awful lot like a bow. You can barely bend it…" msgstr "" +"Duży, resor piórowy do znacznych obciążeń. Zapewne pochodzi z samochodu lub " +"ciężarówki i przypomina mocno łuk. Ledwo jesteś w tanie go ugiąć…" #: lang/json/GENERIC_from_json.py msgid "survival kit" @@ -70666,7 +70764,7 @@ msgstr[3] "" msgid "" "A fork, if you stab something with it, you eat it right away. Wait… " "nevermind." -msgstr "" +msgstr "Widelec, jak nim coś dziabniesz od razu to zjadasz. Czekaj… nieważne." #: lang/json/GENERIC_from_json.py msgid "plastic fork" @@ -72561,6 +72659,12 @@ msgid "" "Shall possess the power to…\n" "CRUSH!'" msgstr "" +"Duży młot, wykuty z serca umierającej gwiazdy. Nosi inskrypcję:\n" +"\n" +"Ktokolwiek dzierży ten młot,\n" +"Jeśli jest godzien,\n" +"Posiądzie moc by…\n" +"MIAŻDŻYĆ!" #: lang/json/GENERIC_from_json.py msgid "morningstar" @@ -74361,6 +74465,9 @@ msgid "" "durable, this could be cast into various shapes for construction or ground " "down to a powder, for more… high-profile applications." msgstr "" +"Mała sztaba aluminium, standaryzowana do dalszego przetworzenia. Lekka ale " +"wytrzymała, może być odlana w różne kształty dla budowy, lub starta w " +"proszek dla… wyższych zastosowań." #: lang/json/GENERIC_from_json.py msgid "scrap copper" @@ -88110,6 +88217,11 @@ msgid "" "trapped in this grotesque body. With enough surgical skills one might be " "able to give them back some humanity. If only they cared…" msgstr "" +"Człowiek złączony z mieszaniną metalowych części i kabli. Choć jego oczy są " +"puste, to skurcze bólu ogarniają jego twarz przypominają o osobie uwięzionej" +" w tym groteskowym ciele. Mając dość chirurgicznych umiejętności, ktoś " +"mógłby być w stanie przywrócić mu nieco człowieczeństwa. Gdyby tylko tego " +"kogoś to obchodziło…" #: lang/json/MONSTER_from_json.py msgid "Exodii worker" @@ -88444,6 +88556,8 @@ msgid "" "Many times as large as a normal manhack, this flying quadcopter drone " "appears to have a mininuke inside. If this is targeting you… Run." msgstr "" +"Kilka razy większy od zwykłego manhacka, ten latający dron wygląda na nośnik" +" miniatomówki. Jeśli cię namierza… uciekaj!" #: lang/json/MONSTER_from_json.py msgid "balloon sniper-drone" @@ -89123,6 +89237,9 @@ msgid "" "marketing genius started selling them to people as a delicacy and they took " "off in popularity… and price." msgstr "" +"Uważane swego czasu za niewarte widelca szkodniki, dopóki jakiś geniusz od " +"marketingu nie zaczął ich sprzedawać jako delikates i odtąd odleciały z " +"popularnością… i ceną." #: lang/json/MONSTER_from_json.py msgid "crayfish" @@ -89138,6 +89255,8 @@ msgid "" "If you could get a hold of a bunch more of these, a hefty pot of boiling " "water, and some spicy seasonings…" msgstr "" +"Jakbyś mógł zdobyć jeszcze kilka tych rybek, zgrabny rondelek przegotowanej " +"wody i zestaw pikantnych przypraw…" #: lang/json/MONSTER_from_json.py msgid "Blinky" @@ -92194,6 +92313,8 @@ msgid "" "A worm-tailed rodent with long whiskers and beady eyes. The way it squeaks " "makes it sound… hungry." msgstr "" +"Gryzoń z przypominającym robaka ogonem, długimi wąsami i paciorkowatymi " +"oczami. Piszczy w sposób jakby sugerujący… głód." #: lang/json/MONSTER_from_json.py msgid "lamb" @@ -95655,6 +95776,8 @@ msgid "" "This boomer, normally swollen and ready to burst, has strengthened and " "solidified. The bile dribbling from its mouth also appears to have changed…" msgstr "" +"Ten wybuchacz, normalnie opuchnięty i gotowy by wybuchnąć, wzmocnił się i " +"skrzepnął. Żółć kapiąca mu z ust także wygląda na odmienioną…" #: lang/json/MONSTER_from_json.py msgid "gasoline zombie" @@ -98227,6 +98350,8 @@ msgid "" "A smoking husk is all that remains of this once proud bear. Its black eyes " "gaze at you with malice… and hunger." msgstr "" +"Dymiąca skorupa to jedyne co zostało z niegdyś dumnego niedźwiedzia. Jego " +"czarne oczy łypią na ciebie ze złością… i głodem." #: lang/json/MONSTER_from_json.py msgid "emissary" @@ -104084,7 +104209,7 @@ msgstr "" #. ~ Message for SPELL '{'str': 'Artifact Map'}' #: lang/json/SPELL_from_json.py msgid "You have a vision of the surrounding area…" -msgstr "" +msgstr "Masz wizję otaczającego cię obszaru…" #: lang/json/SPELL_from_json.py msgid "Artifact Firestorm" @@ -110733,6 +110858,9 @@ msgid "" "filled with black gunpowder and scrap metal, equipped with a long fuse. Use" " this item to light the fuse. Should explode in a few minutes…" msgstr "" +"Domowej roboty ładunek wybuchowy z dużej plastikowej butli wypełnionej " +"czarnym prochem i drobnym złomem metalowym, zaopatrzonej w długi lont. Użyj " +"by go zapalić. Wybuchnie w nie więcej jak kilka minut…" #: lang/json/TOOL_from_json.py msgid "active black gunpowder charge" @@ -114195,6 +114323,8 @@ msgid "" "vibrate together to slice just about anything from turkey to ham… even " "zombies!" msgstr "" +"Elektryczna wyrzynarka do mięsa na baterie. Dwa ząbkowane ostrza, które " +"wibrują razem by ciąć wszystko od indyka do szynki… nawet zombie!" #: lang/json/TOOL_from_json.py msgid "electric carver (on)" @@ -115017,6 +115147,8 @@ msgid "" "A pair of electronic handcuffs, used by police and riot bots to detain captives. Their continuous siren clearly identifies the wearer as an arrested criminal and alerts human police. Wait for their arrival, don't try to escape or to remove the cuffs - they will administer an electric shock.\n" "However, since the only police likely to respond are undead, you may have a long wait ahead, unless you get creative…" msgstr "" +"Para elektronicznych kajdanek, używanych przez policję i boty kontroli tłumów do aresztowania schwytanych. Ich stały dźwięk syreny jasno identyfikują noszącego jako aresztowanego przestępcę i alarmuje policjantów. Zaczekaj na ich przybycie, nie próbuj uciekać i zdejmować kajdanek, gdyż porażą cię ładunkiem elektrycznym.\n" +"Jednakże jedyna policja która może zareagować to nieumarli, możesz długo czekać, chyba, że będziesz kreatywny…" #: lang/json/TOOL_from_json.py msgid "e-ink tablet PC" @@ -119509,6 +119641,8 @@ msgid "" "This is a radio with a transmitting unit. You could use it to contact " "someone who also has one. Unfortunately no one seems to use those nowadays…" msgstr "" +"To radio z nadajnikiem. Możesz się nim połączyć z osobą która też ma takie. " +"Niestety obecnie chyba nikt ich nie używa…" #: lang/json/TOOL_from_json.py msgid "remote vehicle controller" @@ -123646,6 +123780,8 @@ msgid "" "vibrate together to slice just about anything from turkey to ham… even your " "enemies!" msgstr "" +"Elektryczna wyrzynarka do mięsa na baterie. Dwa ząbkowane ostrza, które " +"wibrują razem by ciąć wszystko od indyka do szynki… nawet zombie!" #. ~ Description for noise emitter (off) #: lang/json/TOOL_from_json.py @@ -123669,6 +123805,8 @@ msgid "" "A pair of electronic handcuffs, used by automated New Order units to detain captives. Their continuous siren clearly identifies the wearer as a person of interet and alerts nearby 'safety teams' to their presence. Wait for their arrival, don't try to escape or to remove the cuffs - they will administer an electric shock.\n" "However, since capture is out of the question, you're probably in for a painful time, unless you get creative…" msgstr "" +"Para elektronicznych kajdanek, używanych przez automatyczne jednostki Nowego Porządku do aresztowania schwytanych. Ich stały dźwięk syreny jasno identyfikują noszącego jako wartą uwagi osobę i alarmuje pobliskie \"drużyny bezpieczeństwa\". Zaczekaj na ich przybycie, nie próbuj uciekać i zdejmować kajdanek, gdyż porażą cię ładunkiem elektrycznym.\n" +"Jednakże o ile schwytanie nie wchodzi w grę, będzie cię boleć, chyba, że wykarzesz się kreatywnością…" #. ~ Description for hedge trimmer (off) #: lang/json/TOOL_from_json.py @@ -130252,7 +130390,7 @@ msgstr "Masz dziwny sen." #: lang/json/dream_from_json.py msgid "You feel… OK." -msgstr "" +msgstr "Czujesz się… OK." #: lang/json/dream_from_json.py msgid "You have a puckish dream." @@ -130264,7 +130402,7 @@ msgstr "" #: lang/json/dream_from_json.py msgid "You feel a yearning…" -msgstr "" +msgstr "Czujesz tęsknotę…" #: lang/json/dream_from_json.py msgid "You dream about the zoo, for some reason." @@ -130272,7 +130410,7 @@ msgstr "Śnisz o zoo, z jakiegoś powodu." #: lang/json/dream_from_json.py msgid "Your dreams… are complex and multifaceted." -msgstr "" +msgstr "Twoje sny… są złożone i mozaikowe." #: lang/json/dream_from_json.py msgid "You dream of the tropics." @@ -130351,7 +130489,7 @@ msgstr "Podczas snu widzisz niepokojąco bestialską wersję samego siebie." #: lang/json/dream_from_json.py msgid "You dream of foraging in the woods… mouth-first?" -msgstr "" +msgstr "Śnisz o przetrząsaniu lasu… pyskiem do przodu?" #: lang/json/dream_from_json.py msgid "Your dream-reflection is rather bearish." @@ -130371,7 +130509,7 @@ msgstr "Masz niepokojący sen o tym jak ktoś naruszył twoje terytorium." #: lang/json/dream_from_json.py msgid "Your dream-self's muzzle looks… wait, muzzle?" -msgstr "" +msgstr "We śnie twój pysk wygląda… zaraz, pysk?" #: lang/json/dream_from_json.py msgid "You dream of grazing in an open field." @@ -130470,12 +130608,13 @@ msgstr "" #: lang/json/dream_from_json.py msgid "You feel beautiful, and yet riven with worry…" -msgstr "" +msgstr "Czujesz się piękny, lecz rozdarty smutkiem…" #: lang/json/dream_from_json.py msgid "" "You can't quite work out what the dream is about… it just keeps changing." msgstr "" +"Nie możesz rozeznać się o czym śnisz, bo… po prostu wciąż się zmienia." #: lang/json/dream_from_json.py msgid "Your dream is filled with creatures, and yet all seem like you." @@ -130484,17 +130623,18 @@ msgstr "Twój sen wypełniają zwierzęta, lecz każde przypomina ciebie." #: lang/json/dream_from_json.py msgid "" "You dream of stalking some sort of lizard… no, that can't be right, can it?" -msgstr "" +msgstr "Śnisz o polowaniu na jaszczurkę… nie, coś tu jest nie tak, co nie?" #: lang/json/dream_from_json.py msgid "" "For some reason you dream of your shoes. They don't fit, and nothing seems " "to help…" msgstr "" +"Z jakiejś przyczyny śnisz o swoich butach. Nie pasują i nic nie pomaga…" #: lang/json/dream_from_json.py msgid "You dream of… sneaking." -msgstr "" +msgstr "Śnisz o… skradaniu się." #: lang/json/dream_from_json.py msgid "You dream of a cold winter night. Your jacket is too big to put on." @@ -130555,6 +130695,8 @@ msgid "" "Your dream of raiding a giant beehive has you licking your… muzzle in " "anticipation." msgstr "" +"Twój sen o napadzie na wielki ul sprawia, że liżesz swój… pysk z " +"niecierpliwości." #: lang/json/dream_from_json.py msgid "" @@ -130711,6 +130853,8 @@ msgid "" "You weave between the zombies' legs, too small for them to catch. The gas " "station isn't far now, with all its soda and chips and- UGH, dream…" msgstr "" +"Przemykasz pomiędzy nogami zombie, zbyt małym, by być przez nie schwytany. " +"Stacja paliw już niedaleko, ze słodkimi napojami i czipsami i- UHH, sen…" #: lang/json/dream_from_json.py msgid "" @@ -130774,10 +130918,12 @@ msgid "" "You wonder if you could find one of those 'salmon runs', or if they were " "just a legend…" msgstr "" +"Zastanawiasz się, czy nie mógłbyś znaleźć jednego z tych tarlisk łososi, czy" +" też są one tylko legendą…" #: lang/json/dream_from_json.py msgid "Ah, the wolf-slaying dream again. That's a good one…" -msgstr "" +msgstr "Ach, znów ten sen o mordowaniu wilków. Ten ulubiony…" #: lang/json/dream_from_json.py msgid "Boing! and you've pounced another yummy critter." @@ -130833,6 +130979,8 @@ msgstr "" msgid "" "You dream of a weirdly shaped plant, whose nectar surpassed your every wish…" msgstr "" +"Śnisz o dziwnego kształtu roślinie, której nektar przeszedł twoje " +"najśmielsze oczekiwania…" #: lang/json/dream_from_json.py msgid "You dream of bees fighting over your sweet nectar. Mmm." @@ -130892,6 +131040,7 @@ msgstr "" msgid "" "Ah, the painting-the-planet dream again. Maybe if you assimilated more…" msgstr "" +"Ach, sen o malowaniu planety, ponownie. Może gdyby zasymilować go więcej…" #: lang/json/dream_from_json.py msgid "" @@ -130915,6 +131064,8 @@ msgstr "Śnisz o werbowaniu morskich ludzi do służby tobie." #: lang/json/dream_from_json.py msgid "You excitedly web up an interloper and prepare to feast… nope, dream." msgstr "" +"Z ekscytacją owijasz intruza w sieć przygotowując się do uczty… nie, to " +"tylko sen." #: lang/json/dream_from_json.py msgid "" @@ -130957,11 +131108,13 @@ msgstr "Dyszysz, przerażony myślą o tym GRZYBIE niszczącym twój dom!" #: lang/json/dream_from_json.py msgid "You wish others could understand, and join your struggle…" -msgstr "" +msgstr "Chciałbyś, aby inni rozumieli i przyłączyli się do twojego trudu…" #: lang/json/dream_from_json.py msgid "Your body flows slightly faster than you expected… oh, just a dream." msgstr "" +"Twoje ciało przelewa się nieco szybciej niż tego oczekiwałeś… och, to tylko " +"sen." #: lang/json/dream_from_json.py msgid "FIGHT. FEED. FORWARD." @@ -179618,7 +179771,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Barry Isherwood" -msgstr "" +msgstr "Barry Isherwood" #: lang/json/npc_class_from_json.py msgid "Missing member of the Isherwood family." @@ -179626,7 +179779,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Carlos Isherwood" -msgstr "" +msgstr "Carlos Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm Jesse's husband, part of the Isherwood family" @@ -179634,7 +179787,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Chris Isherwood" -msgstr "" +msgstr "Chris Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm Jesse and Carlos' son, part of the Isherwood family" @@ -179642,7 +179795,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Claire Isherwood" -msgstr "" +msgstr "Claire Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm the matriarch of the Isherwood family" @@ -179650,7 +179803,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Eddie Isherwood" -msgstr "" +msgstr "Eddie Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm a dairy farmer, part of the Isherwood family" @@ -179658,7 +179811,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Jack Isherwood" -msgstr "" +msgstr "Jack Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm the patriarch of the Isherwood family" @@ -179666,7 +179819,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Jesse Isherwood" -msgstr "" +msgstr "Jesse Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm a horse trainer, part of the Isherwood family" @@ -179674,7 +179827,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Lisa Isherwood" -msgstr "" +msgstr "Lisa Isherwood" #: lang/json/npc_class_from_json.py msgid "Part of the Isherwood family" @@ -179682,7 +179835,7 @@ msgstr "" #: lang/json/npc_class_from_json.py lang/json/npc_from_json.py msgid "Luke Isherwood" -msgstr "" +msgstr "Luke Isherwood" #: lang/json/npc_class_from_json.py msgid "I'm Eddie's son, part of the Isherwood family" @@ -179690,11 +179843,11 @@ msgstr "" #: lang/json/npc_class_from_json.py msgid "Prisoner" -msgstr "" +msgstr "Więzień" #: lang/json/npc_class_from_json.py msgid "I'm here to kick ass." -msgstr "" +msgstr "Jestem tu, by skopać dupę." #: lang/json/npc_class_from_json.py msgid "Beggar" @@ -219550,16 +219703,20 @@ msgid "" "a soft robotic voice say, \"Come here and stand still for a few minutes, " "I'll give you a check-up.\"" msgstr "" +"delikatny robotyczny głos mówi, \"Chodź tu i postój nieruchomo przez kilka " +"minut, zbadam cię\"." #: lang/json/speech_from_json.py src/monattack.cpp msgid "" "a soft robotic voice say, \"Come on. I don't bite, I promise it won't hurt " "one bit.\"" msgstr "" +"delikatny robotyczny głos mówi, \"No dalej. Nie gryzę, obiecuję, że nie " +"będzie bolało ani trochę\"." #: lang/json/speech_from_json.py src/monattack.cpp msgid "a soft robotic voice say, \"Here we go. Just hold still.\"" -msgstr "" +msgstr "delikatny robotyczny głos mówi, \"Zaczynamy. Po prostu się nie ruszaj\"." #: lang/json/speech_from_json.py msgid "" @@ -254105,11 +254262,11 @@ msgstr "Burza Śnieżna" #: src/achievement.cpp msgid "time of cataclysm" -msgstr "" +msgstr "czasu kataklizmu" #: src/achievement.cpp msgid "start of game" -msgstr "" +msgstr "początku gry" #: src/achievement.cpp #, c-format @@ -255422,7 +255579,7 @@ msgstr "" #: src/activity_handlers.cpp msgid "a sad beeping noise: \"Operation failed\"" -msgstr "" +msgstr "smutny dźwięk pikania: \"Zadanie nieudane\"" #: src/activity_handlers.cpp msgid "The operation is a success." @@ -271799,7 +271956,7 @@ msgstr "" #: src/iexamine.cpp msgid "With a beep, the empty vending machine shuts down." -msgstr "" +msgstr "Pikając, pusty automat sprzedający wyłącza się." #: src/iexamine.cpp msgid "This toilet is empty." @@ -282815,7 +282972,7 @@ msgstr "" #: src/magic.cpp #, c-format msgid ", %d/sec" -msgstr "" +msgstr ", %d/sek." #: src/magic.cpp src/veh_interact.cpp msgid "Damage" @@ -284190,7 +284347,7 @@ msgstr[3] "" #. turn. #: src/mattack_actors.cpp src/monattack.cpp msgid "You're not sure why you've got a laser dot on you…" -msgstr "" +msgstr "Nie wiesz czemu masz na sobie czerwoną kropkę lasera…" #: src/mattack_actors.cpp src/monattack.cpp msgid "The " @@ -287057,7 +287214,7 @@ msgstr "%s trafia cię wystrzeloną strzałką!" #: src/monattack.cpp #, c-format msgid "The %s shoots a dart at you, but misses!" -msgstr "" +msgstr "%s wystrzeliwuje do ciebie strzałkę, ale pudłuje!" #: src/monattack.cpp #, c-format @@ -287154,12 +287311,12 @@ msgstr "%s nieprzyjemnie krzyczy \"%s!!!\"" #: src/monattack.cpp #, c-format msgid "The %s is pulled away from your hands!" -msgstr "" +msgstr "%s wyrywa się z twoich rąk!" #: src/monattack.cpp #, c-format msgid "The %s is pulled away from 's hands!" -msgstr "" +msgstr "%s wyrywa się z rąk !" #: src/monattack.cpp #, c-format @@ -287202,7 +287359,7 @@ msgstr "%s dziko gestykuluje." #: src/monattack.cpp #, c-format msgid "You feel a strange pulse of energy from the %s." -msgstr "" +msgstr "Czujesz dziwny puls energii z %s." #: src/monattack.cpp #, c-format @@ -287236,7 +287393,7 @@ msgstr "Uderzenie %s posyła w powietrze!" #: src/monattack.cpp #, c-format msgid "The %1$s fires a shimmering beam towards %2$s!" -msgstr "" +msgstr "%1$s wystrzeliwuje migoczący promień w kierunku %2$s!" #: src/monattack.cpp msgid "You dodge the beam!" @@ -287257,34 +287414,34 @@ msgstr "Czujesz mrowienie całego ciała." #: src/monattack.cpp #, c-format msgid "A manhack flies out of one of the holes on the %s!" -msgstr "" +msgstr "Manhack wylatuje z jednego z otworów w %s!" #: src/monattack.cpp #, c-format msgid "" "The %s shudders, and some sort of caustic fluid leaks from a its damaged " "shell!" -msgstr "" +msgstr "%s wzdryga się i jakiś żrący płyn wycieka z jego uszkodzonej skorupy!" #: src/monattack.cpp #, c-format msgid "The %s shudders, letting out an eery metallic whining noise!" -msgstr "" +msgstr "%s wzdryga się, wydając przeraźliwy, metaliczny, piszczący dźwięk! " #: src/monattack.cpp #, c-format msgid "The %s scratches its long legs along the floor, shooting sparks." -msgstr "" +msgstr "%s rysuje swoimi długimi nogami o podłogę, iskrząc." #: src/monattack.cpp #, c-format msgid "The %s bleeps inquiringly and focuses a red camera-eye on you." -msgstr "" +msgstr "%s piszczy pytająco i skupia na tobie czerwoną kamerę-oko." #: src/monattack.cpp #, c-format msgid "The %s's combat arms crackle with electricity." -msgstr "" +msgstr "Ramiona bojowe %s trzeszczą prądem." #. ~ %s is bodypart name in accusative. #: src/monattack.cpp @@ -287381,7 +287538,7 @@ msgstr "%spulsuje i świeży materiał grzybiczny wybucha naprzód!" #: src/monattack.cpp #, c-format msgid "The %s seems to wave you toward the tower…" -msgstr "" +msgstr "%s wygląda jakby zaganiał cię w kierunku wieży…" #: src/monattack.cpp #, c-format @@ -287396,7 +287553,7 @@ msgstr "%1$s wpisja swój szpikulec w twoją %2$s!" #: src/monattack.cpp msgid "You feel thousands of live spores pumping into you…" -msgstr "" +msgstr "Czujesz jak pompowane są w ciebie tysiące żywych zarodników…" #. ~ 1$s is monster name, 2$s bodypart in accusative #: src/monattack.cpp @@ -287433,7 +287590,7 @@ msgstr "Zostajesz odepchnięty gdy wzrasta ściana grzybów!" #: src/monattack.cpp #, c-format msgid "The %s spreads its tendrils. It seems as though it's expecting you…" -msgstr "" +msgstr "%s rozwija wici. Wygląda jakby cię oczekiwało…" #: src/monattack.cpp msgid "" @@ -287444,7 +287601,7 @@ msgstr "Wieża wyciąga i wymierza kilka wici ze swoich głębin. Stój w miejsc #, c-format msgid "" "The %s works several tendrils into your arms, legs, torso, and even neck…" -msgstr "" +msgstr "%s wprowadza kilka wici w twoje ramiona, nogi, tułów i nawet szyję…" #: src/monattack.cpp msgid "" @@ -287470,6 +287627,8 @@ msgid "" "assistance, on an arduous quest. unity. together we have reached the door." " now to pass through…" msgstr "" +"wspomożenie, w żmudnym zadaniu. jedność. razem osiągnęliśmy drzwi. teraz " +"tylko przezeń przejść…" #: src/monattack.cpp msgid "You're shoved away as a fungal hedgerow grows!" @@ -287492,7 +287651,7 @@ msgstr "%s mierzy i przebija cię masywną wicią!" #: src/monattack.cpp msgid "You feel millions of live spores pumping into you…" -msgstr "" +msgstr "Czujesz jak pompowane są w ciebie miliony żywych zarodników…" #: src/monattack.cpp #, c-format @@ -287609,7 +287768,7 @@ msgstr "%s smaga macką w twoim kierunku!" #: src/monattack.cpp #, c-format msgid "The %s lashes its tentacle at !" -msgstr "" +msgstr "%s smaga macką w kierunku !" #. ~ 1$s is bodypart name, 2$d is damage value. #: src/monattack.cpp @@ -287621,12 +287780,12 @@ msgstr "Twoja %1$s jest trafiona za %2$d obrażeń!" #: src/monattack.cpp #, c-format msgid "'s %1$s is hit for %2$d damage!" -msgstr "" +msgstr "%1$s jest trafiona za %2$d obrażeń!" #: src/monattack.cpp #, c-format msgid "The %1$s lashes its tentacle at your %2$s, but glances off your armor!" -msgstr "" +msgstr "%1$s biczuje swoją macką po twoim %2$s, ale ześlizguje się po zbroi!" #: src/monattack.cpp #, c-format @@ -287634,6 +287793,7 @@ msgid "" "The %1$s lashes its tentacle at 's %2$s, but glances off their " "armor!" msgstr "" +"%1$s biczuje swoją macką po %2$s , ale ześlizguje się po zbroi!" #: src/monattack.cpp #, c-format @@ -287795,12 +287955,16 @@ msgid "" "a soft robotic voice say, \"Unhand this patient immediately! If you keep " "interfering with the procedure I'll be forced to call law enforcement.\"" msgstr "" +"delikatny robotyczny głos mówi, \"Natychmiast uwolnij tego pacjenta! Jeśli " +"nadal będziesz ingerować w zabieg, będę zmuszony wezwać organy ścigania\"." #: src/monattack.cpp msgid "" "a soft robotic voice say, \"Greetings kinbot. Please take good care of this" " patient.\"" msgstr "" +"delikatny robotyczny głos mówi, \"Witaj kinbocie. Dobrze opiekuj się tym " +"pacjentem.\"" #: src/monattack.cpp #, c-format @@ -288551,7 +288715,7 @@ msgstr "" #: src/monattack.cpp #, c-format msgid "The zombie grabs your %s…" -msgstr "" +msgstr "Zombie chwyta twoje %s…" #: src/monattack.cpp msgid "and throws it to the ground!" @@ -288755,7 +288919,7 @@ msgstr "%s rozbryzguje się na kawałki." #: src/mondeath.cpp msgid "Two small slimes slither out of the corpse." -msgstr "" +msgstr "Dwa małe szlamy wyślizgują się z ciała." #: src/mondeath.cpp msgid "The music stops!" @@ -288768,7 +288932,7 @@ msgstr "%s rozpuszcza się." #: src/mondeath.cpp msgid "Your obsession with the fault fades away…" -msgstr "" +msgstr "Twoja obsesja na temat uskoku zanika…" #: src/mondeath.cpp msgid "As the final light is destroyed, it erupts in a blinding flare!" @@ -288786,12 +288950,12 @@ msgstr "Szczury nagle wyroiły się na twoich oczach." #: src/mondeath.cpp #, c-format msgid "The %s inflates and melts away." -msgstr "" +msgstr "%s nadyma się i rozpuszcza się." #: src/mondeath.cpp #, c-format msgid "a %s explodes!" -msgstr "" +msgstr "%s eksploduje!" #. ~ %s is the possessive form of the monster's name #: src/mondeath.cpp @@ -288843,6 +289007,7 @@ msgstr "Po trafieniu %s wytryskuje zeń kwas!" #: src/mondefense.cpp msgid "Detected shots from unseen attacker, return fire mode engaged." msgstr "" +"Wykryto strzały od niezauważalnego atakującego, tryb zwrotu ognia włączony." #: src/monexamine.cpp msgid "zombie slave" @@ -288864,31 +289029,31 @@ msgstr "Umieść przedmioty w torbie" #: src/monexamine.cpp #, c-format msgid "Remove bag from %s" -msgstr "" +msgstr "Usuń torbę z %s" #: src/monexamine.cpp msgid "Remove all items from bag" -msgstr "" +msgstr "Usuń wszystkie przedmioty z torby" #: src/monexamine.cpp #, c-format msgid "Attach bag to %s" -msgstr "" +msgstr "Przyłącz torbę do %s" #: src/monexamine.cpp #, c-format msgid "Remove vehicle harness from %s" -msgstr "" +msgstr "Usuń uprząż pojazdu z %s" #: src/monexamine.cpp #, c-format msgid "Remove armor from %s" -msgstr "" +msgstr "Usuń zbroję z %s" #: src/monexamine.cpp #, c-format msgid "Equip %s with armor" -msgstr "" +msgstr "Ubierz %s ze zbroją" #: src/monexamine.cpp #, c-format @@ -288906,7 +289071,7 @@ msgstr "Zawiąż" #: src/monexamine.cpp #, c-format msgid "You need any type of rope to tie %s in place" -msgstr "" +msgstr "Potrzebujesz dowolnej liny, żeby związać %s" #: src/monexamine.cpp #, c-format @@ -288915,50 +289080,50 @@ msgstr "Wydój %s" #: src/monexamine.cpp msgid "This animal would freeze if you shear it during winter." -msgstr "" +msgstr "To zwierzę zamarznie, jeśli ostrzyżesz je zimą." #: src/monexamine.cpp msgid "This animal is not ready to be sheared again yet." -msgstr "" +msgstr "To zwierzę nie jest gotowe do ponownego strzyżenia." #: src/monexamine.cpp #, c-format msgid "Shear %s." -msgstr "" +msgstr "Ostrzyż %s." #: src/monexamine.cpp msgid "You cannot shear this animal without shears." -msgstr "" +msgstr "Nie możesz ostrzyc tego zwierzęcia bez nożyc." #: src/monexamine.cpp #, c-format msgid "Tack up %s" -msgstr "" +msgstr "Osiodłaj %s" #: src/monexamine.cpp #, c-format msgid "Remove tack from %s" -msgstr "" +msgstr "Usuń siodło z %s" #: src/monexamine.cpp #, c-format msgid "You don't know how to saddle %s" -msgstr "" +msgstr "Nie wiesz jak osiodłać %s" #: src/monexamine.cpp #, c-format msgid "Manage your friendship with %s" -msgstr "" +msgstr "Zarządzaj swoją przyjaźnią z %s" #: src/monexamine.cpp #, c-format msgid "Mount %s" -msgstr "" +msgstr "Dosiądź %s" #: src/monexamine.cpp #, c-format msgid "%s cannot be mounted" -msgstr "" +msgstr "%s nie można dosiąść" #: src/monexamine.cpp #, c-format @@ -288967,25 +289132,25 @@ msgstr "%s jest za mały, by utrzymać twoją wagę" #: src/monexamine.cpp msgid "You have no knowledge of riding at all" -msgstr "" +msgstr "W ogóle nie posiadasz wiedzy o jeździectwie" #: src/monexamine.cpp #, c-format msgid "You are too heavy to mount %s" -msgstr "" +msgstr "Jesteś zbyt ciężki by dosiąść: %s" #: src/monexamine.cpp msgid "You are not skilled enough to ride without a saddle" -msgstr "" +msgstr "Nie masz wystarczająco umiejętności by jeździć bez siodła" #: src/monexamine.cpp #, c-format msgid "%s battery level is %d%%" -msgstr "" +msgstr "Poziom baterii %s to %d%%" #: src/monexamine.cpp msgid "Climb into the mech and take control" -msgstr "" +msgstr "Wespnij się ne mecha i przejmij kontrolę" #: src/monexamine.cpp msgid "You cannot pilot the mech whilst wielding something" @@ -288993,20 +289158,20 @@ msgstr "Nie możesz pilotować mecha dopóki coś trzymasz" #: src/monexamine.cpp msgid "This mech has a dead battery and won't turn on" -msgstr "" +msgstr "Ten mech ma rozładowaną baterię i nie włączy się" #: src/monexamine.cpp msgid "Remove the mech's battery pack" -msgstr "" +msgstr "Usuń rozładowaną baterię mecha" #: src/monexamine.cpp msgid "Insert a new battery pack" -msgstr "" +msgstr "Włóż nowy akumulator" #: src/monexamine.cpp #, c-format msgid "You need a %s to power this mech" -msgstr "" +msgstr "Potrzebujesz %s mocy dla tego mecha" #: src/monexamine.cpp #, c-format @@ -289016,7 +289181,7 @@ msgstr "Poświęcić parę minut na zabawę z twoim %s?" #: src/monexamine.cpp #, c-format msgid "You start shearing the %s." -msgstr "" +msgstr "Zaczynasz strzyc %s." #: src/monexamine.cpp msgid "Pet armor" @@ -289024,16 +289189,17 @@ msgstr "Zwierzęcy pancerz" #: src/monexamine.cpp msgid "Tack" -msgstr "" +msgstr "Siodło" #: src/monexamine.cpp #, c-format msgid "Select an battery to insert into your %s." -msgstr "" +msgstr "Wybierz baterię do włożenia do swojego %s." #: src/monexamine.cpp msgid "Swipe your ID card into the mech's security port?" msgstr "" +"Przesunąć swoją kartę identyfikacyjną przez port bezpieczeństwa mecha?" #: src/monexamine.cpp #, c-format @@ -289042,7 +289208,7 @@ msgstr "%s budzi się do żyycia i otwiera swoje blokady dla pilota." #: src/monexamine.cpp msgid "You do not have the required ID card to activate this mech." -msgstr "" +msgstr "Nie masz wymaganej karty identyfikacyjnej by aktywować tego mecha." #: src/monexamine.cpp #, c-format @@ -289055,12 +289221,13 @@ msgstr "" #: src/monexamine.cpp msgid "Get more friendship. 10 cents/min" -msgstr "" +msgstr "Zdobądź więcej przyjaźni. 10 centów/min" #: src/monexamine.cpp msgid "" "Sadly you're not currently able to extend your friendship. - Quit menu" msgstr "" +"Niestety, nie możesz obecnie rozszerzyć swojej przyjaźni. - Wyjdź z menu" #: src/monexamine.cpp #, c-format @@ -289077,6 +289244,8 @@ msgid "" "Your friendship grows stronger!\n" " This %s will follow you for %s." msgstr "" +"Twoja przyjaźń rośnie!\n" +" To %s będzie podążać za tobą przez %s." #: src/monexamine.cpp #, c-format @@ -289104,17 +289273,17 @@ msgstr "Zapakuj przedmiot" #: src/monexamine.cpp #, c-format msgid "You mount the %1$s on your %2$s." -msgstr "" +msgstr "Montujesz %1$s na twoim %2$s." #: src/monexamine.cpp #, c-format msgid "You remove the %1$s from %2$s." -msgstr "" +msgstr "Ściągasz %1$s z %2$s." #: src/monexamine.cpp #, c-format msgid "Your %1$s doesn't have a bag!" -msgstr "" +msgstr "Twój %1$s nie ma torby!" #: src/monexamine.cpp #, c-format @@ -289129,51 +289298,51 @@ msgstr "Nie ma pojemnika na twoim %s do składowania w nim rzeczy!" #: src/monexamine.cpp #, c-format msgid "The %1$s is too heavy for the %2$s to carry." -msgstr "" +msgstr "%1$s jest zbyt ciężkie, by %2$s mogło to nieść." #: src/monexamine.cpp #, c-format msgid "The %1$s is too big to fit in the %2$s." -msgstr "" +msgstr "To %1$s jest zbyt duże, by zmieściło się w %2$s." #: src/monexamine.cpp #, c-format msgid "You put %1$s items in the %2$s on your %3$s." -msgstr "" +msgstr "Wkładasz %1$s przedmioty do %2$s na twoim %3$s." #. ~ %1$s - item name, %2$s - storage item name, %3$s - pet name #: src/monexamine.cpp #, c-format msgid "You put the %1$s in the %2$s on your %3$s." -msgstr "" +msgstr "Wkładasz %1$s do %2$s na twoim %3$s." #: src/monexamine.cpp #, c-format msgctxt "pet armor" msgid "Your %1$s is too heavy for your %2$s." -msgstr "" +msgstr "Twój %1$s jest zbyt ciężkie dla twojego %2$s." #: src/monexamine.cpp #, c-format msgctxt "pet armor" msgid "You put the %1$s on your %2$s." -msgstr "" +msgstr "Wkładasz %1$s na twój %2$s." #: src/monexamine.cpp #, c-format msgid "You unhitch %s from the vehicle." -msgstr "" +msgstr "Odczepiasz %s od pojazdu." #: src/monexamine.cpp #, c-format msgctxt "pet armor" msgid "You remove the %1$s from %2$s." -msgstr "" +msgstr "Ściągasz %1$s z %2$s." #: src/monexamine.cpp #, c-format msgid "Your %1$s isn't wearing armor!" -msgstr "" +msgstr "Twój %1$s nie nosi zbroi!" #: src/monexamine.cpp src/vehicle_use.cpp #, c-format @@ -289183,12 +289352,12 @@ msgstr "Odwiązujesz swojego %s." #: src/monexamine.cpp #, c-format msgid "Select an item to tie your %s with." -msgstr "" +msgstr "Wybierz przedmiot do związania twojego %s." #: src/monexamine.cpp #, c-format msgid "You tie your %s." -msgstr "" +msgstr "Wiążesz swój %s." #: src/monexamine.cpp #, c-format @@ -289198,7 +289367,7 @@ msgstr "Doisz %s." #: src/monexamine.cpp #, c-format msgid "The %s has no more milk." -msgstr "" +msgstr "%s nie ma więcej mleka." #: src/monmove.cpp #, c-format @@ -289210,18 +289379,20 @@ msgstr "" #: src/monmove.cpp #, c-format msgid "The %1$s slowly but firmly puts %2$s down onto the autodoc couch." -msgstr "" +msgstr "%1$s powoli, ale stanowczo kładzie %2$s na kanapę autodoka." #: src/monmove.cpp #, c-format msgid "The %s produces a syringe full of some translucent liquid." -msgstr "" +msgstr "%s produkuje strzykawkę pełną przezroczystego płynu." #: src/monmove.cpp msgid "" "a soft robotic voice say, \"Please step away from the autodoc, this patient " "needs immediate care.\"" msgstr "" +"delikatny robotyczny głos mówi, \"Proszę odsunąć się od autodoka, ten " +"pacjent potrzebuje natychmiastowej opieki\"." #: src/monmove.cpp #, c-format @@ -289294,7 +289465,7 @@ msgstr "%1$s odbija się od %2$s." #: src/monmove.cpp #, c-format msgid "%1$s shoves %2$s out of their way!" -msgstr "" +msgstr "%1$s odpycha %2$s z swej drogi!" #: src/monster.cpp msgctxt "size adj" @@ -289354,14 +289525,14 @@ msgstr "BŁĄD: Zachowanie nienazwane." #, c-format msgctxt "unique monster name" msgid "%1$s: %2$s" -msgstr "" +msgstr "%1$s: %2$s" #. ~ name when a monster fuses with a mission target #: src/monster.cpp #, c-format msgctxt "fused mission monster" msgid "*%s" -msgstr "" +msgstr "*%s" #: src/monster.cpp msgid "carapace" @@ -289390,7 +289561,7 @@ msgstr "gęsta masa żelowa" #: src/monster.cpp #, c-format msgid "wearing %1$s" -msgstr "" +msgstr "nosi %1$s" #: src/monster.cpp #, c-format @@ -289400,7 +289571,7 @@ msgstr "%s" #: src/monster.cpp #, c-format msgid "The %s's" -msgstr "" +msgstr "%s" #: src/monster.cpp #, c-format @@ -289434,66 +289605,66 @@ msgstr "Jest niemal martwe!" #: src/monster.cpp #, c-format msgid "%1$d/%2$d HP" -msgstr "" +msgstr "%1$d/%2$d HP" #: src/monster.cpp msgid "It is immobile." -msgstr "" +msgstr "Jest nieruchome." #: src/monster.cpp msgid "It is much faster than you." -msgstr "" +msgstr "Jest o wiele szybsze niż ty." #: src/monster.cpp msgid "It is faster than you." -msgstr "" +msgstr "Jest szybsze niż ty." #: src/monster.cpp msgid "It is a bit faster than you." -msgstr "" +msgstr "Jest lekko szybsze niż ty." #: src/monster.cpp msgid "It is about as fast as you." -msgstr "" +msgstr "Jest mniej-więcej tak samo szybkie jak ty." #: src/monster.cpp msgid "It is a bit slower than you." -msgstr "" +msgstr "Jest trochę wolniejsze niż ty." #: src/monster.cpp msgid "It is slower than you." -msgstr "" +msgstr "Jest wolniejsze niż ty." #: src/monster.cpp msgid "It is much slower than you." -msgstr "" +msgstr "Jest o wiele wolniejsze niż ty." #: src/monster.cpp msgid "It is practically immobile." -msgstr "" +msgstr "Jest praktycznie nieruchome." #: src/monster.cpp msgid "Can see to your current location" -msgstr "" +msgstr "Może zobaczyć twoje obecne położenie" #: src/monster.cpp msgid "Can't see to your current location" -msgstr "" +msgstr "Nie może zobaczyć twojego obecnego położenia" #: src/monster.cpp #, c-format msgid "Parts of %s protrude from its body." -msgstr "" +msgstr "Części %s wystaja z jego ciała." #: src/monster.cpp #, c-format msgid "Rider: %s" -msgstr "" +msgstr "Najeźdźca: %s" #: src/monster.cpp #, c-format msgid " It is %s." -msgstr "" +msgstr " Jest %s." #: src/monster.cpp msgid "Difficulty " @@ -289618,54 +289789,54 @@ msgstr "Ma głowę." #: src/monster.cpp #, c-format msgid "Current Speed: %1$d" -msgstr "" +msgstr "Obecna prędkość: %1$d" #: src/monster.cpp #, c-format msgid "Anger: %1$d" -msgstr "" +msgstr "Złość: %1$d" #: src/monster.cpp #, c-format msgid "Friendly: %1$d" -msgstr "" +msgstr "Przyjazny: %1$d" #: src/monster.cpp #, c-format msgid "Morale: %1$d" -msgstr "" +msgstr "Morale: %1$d" #: src/monster.cpp #, c-format msgid "Current Time: Turn %1$d | Day: %2$d" -msgstr "" +msgstr "Obecny czas: tura %1$d | Dzień: %2$d" #: src/monster.cpp #, c-format msgid "Upgrade time: %1$d (turns left %2$d) %3$s" -msgstr "" +msgstr "Czas uleprszenia: %1$d (pozostało tur: %2$d) %3$s" #: src/monster.cpp msgid "(can't upgrade)" -msgstr "" +msgstr "(nie można ulepszyć)" #: src/monster.cpp #, c-format msgid "Reproduce time: %1$d (turns left %2$d) %3$s" -msgstr "" +msgstr "Czas reprodukcji: %1$d (pozostało tur: %2$d) %3$s" #: src/monster.cpp msgid "(can't reproduce)" -msgstr "" +msgstr "(nie może się rozmnażać)" #: src/monster.cpp #, c-format msgid "Biosignature time: %1$d (turns left %2$d) %3$s" -msgstr "" +msgstr "Czas biosygnatury: %1$d (pozostało tur: %2$d) %3$s" #: src/monster.cpp msgid "(no biosignature)" -msgstr "" +msgstr "(bez biosygnatury)" #: src/monster.cpp #, c-format @@ -289675,7 +289846,7 @@ msgstr "Unikasz %s." #: src/monster.cpp #, c-format msgid "The %s misses you." -msgstr "" +msgstr "%s nie trafia cię." #: src/monster.cpp #, c-format @@ -289702,7 +289873,7 @@ msgstr "%1$s trafia twoją %2$s." #: src/monster.cpp #, c-format msgid "Your %1$s hits %2$s for %3$d damage!" -msgstr "" +msgstr "Twój %1$s uderza %2$s za %3$d obrażeń!" #. ~ %1$s: attacker name, %2$s: target NPC name, %3$s: bodypart name in #. accusative @@ -289758,7 +289929,7 @@ msgstr "Jesteś porażony jadem!" #: src/monster.cpp msgid "You feel venom flood your body, wracking you with pain…" -msgstr "" +msgstr "Czujesz jad zalewający twoje ciało, powodujący niszczycielski ból…" #: src/monster.cpp msgid "You feel venom enter your body!" @@ -289767,27 +289938,27 @@ msgstr "Czujesz że jad wszedł do twojego ciała!" #: src/monster.cpp #, c-format msgid "The %s struggles to break free of its bonds." -msgstr "" +msgstr "%s stara się wyrwać ze swoich więzów." #: src/monster.cpp #, c-format msgid "The %s easily slips out of its bonds." -msgstr "" +msgstr "%s łatwo wyślizguje się ze swoich więzów." #: src/monster.cpp #, c-format msgid "The %s snaps the bindings holding it down." -msgstr "" +msgstr "%s niszczy więzy trzymające go." #: src/monster.cpp #, c-format msgid "The %s breaks free of the bindings holding it down." -msgstr "" +msgstr "%s uwalnia się z więzów trzymających je." #: src/monster.cpp #, c-format msgid "The %s struggles to stand." -msgstr "" +msgstr "%s stara się wstać." #: src/monster.cpp #, c-format @@ -289850,16 +290021,17 @@ msgstr "WMMMMMMMMM!" #: src/monster.cpp msgid "The last enemy holding you collapses!" -msgstr "" +msgstr "Ostatni wróg trzymający cię pada!" #: src/monster.cpp msgid "The last enemy holding collapses!" -msgstr "" +msgstr "Ostatni wróg rzymający pada!" #: src/monster.cpp #, c-format msgid "Your %s emits a beeping noise as its batteries start to get low." msgstr "" +"Twój %s emituje dźwięk pikania jak jego baterie zaczynają się wyczerpywać." #: src/monster.cpp #, c-format @@ -289874,7 +290046,7 @@ msgstr "%s wydaje się być nieco zdrowszy." #: src/monster.cpp #, c-format msgid "The %s is healing slowly." -msgstr "" +msgstr "%s leczy się powoli." #: src/monster.cpp #, c-format @@ -289929,7 +290101,7 @@ msgstr "Poziom bólu:" #: src/morale.cpp msgid "Fatigue level:" -msgstr "" +msgstr "Poziom zmęczenia:" #: src/morale.cpp msgid "Focus trends towards:" @@ -289942,7 +290114,7 @@ msgstr "Skupienie dąży do:" #. ~ mode #: src/move_mode.cpp msgid "You feel bugs crawl over your skin." -msgstr "" +msgstr "Czujesz robaki pełzające na twojej skórze." #: src/mutation.cpp #, c-format @@ -289987,7 +290159,7 @@ msgstr "" #. ~ Usual enthusiastic slimespring small voices! :D #: src/mutation.cpp msgid "wow! you look just like me! we should look out for each other!" -msgstr "" +msgstr "łał! wyglądasz tak jak ja! powinniśmy zadbać o siebie nawzajem!" #. ~ Usual enthusiastic slimespring small voices! :D #: src/mutation.cpp @@ -290024,7 +290196,7 @@ msgstr "Magazyn mocy bionicznej zwiększono o 100." #: src/mutation.cpp msgid "You feel something straining deep inside you, yearning to be free…" -msgstr "" +msgstr "Czujesz jak coś napina się wewnątrz ciebie, pragnąc wolności…" #: src/mutation.cpp #, c-format @@ -290158,7 +290330,7 @@ msgstr "Odniosłaś skutki toksycznej reakcji na marloss/mutagen." #: src/mutation.cpp msgid "Something strains mightily for a moment… and then… you're… FREE!" -msgstr "" +msgstr "Coś wysila się potężnie przez moment… i wtedy… masz… WOLNOŚĆ!" #: src/mutation.cpp msgid "Your appetite for blood fades." @@ -290176,7 +290348,7 @@ msgstr "Słaniasz się na nogach z przeszywającego bólu głowy!" #: src/mutation.cpp msgid "Your head throbs with memories of your life, before all this…" -msgstr "" +msgstr "Twoja głowa pęka od wspomnień twojego życia, sprzed tego wszystkiego…" #: src/mutation.cpp msgid "Images of your past life flash before you." @@ -290194,7 +290366,7 @@ msgstr "Przekroczyłeś próg" #: src/mutation_data.cpp msgid "Oh, yeah! That's the stuff!" -msgstr "" +msgstr "O tak! To jest towar!" #: src/mutation_ui.cpp msgid "Reassigning." @@ -290321,7 +290493,7 @@ msgstr "%1$s %2$s" #, c-format msgctxt "Full Name" msgid "%1$s '%3$s' %2$s" -msgstr "" +msgstr "%1$s '%3$s' %2$s" #: src/ncurses_def.cpp #, c-format @@ -290330,6 +290502,9 @@ msgid "" " %dx%d to work properly. %dx%d just won't do. Maybe a smaller font would " "help?" msgstr "" +"Rany! Twój terminal jest malutki! Ta gra wymaga minimalnego rozmiaru " +"terminalu %dx%d by działać poprawnie. %dx%d po prostu nie wystarczy. Może " +"mniejsza czcionka by coś pomogła?" #: src/ncurses_def.cpp #, c-format @@ -290338,6 +290513,9 @@ msgid "" "game requires a minimum terminal size of %dx%d to function. It just won't " "work with only %dx%d. Can you stretch it out sideways a bit?" msgstr "" +"Ojej! Hej, spójrz na to. Twój terminal jest delikatnie zbyt wąski. Ta gra " +"wymaga minimalnego rozmiaru terminala %dx%d do działania. Nie będzie działać" +" z zaledwie %dx%d. Możesz go rozszerzyć delikatnie na boki?" #: src/ncurses_def.cpp #, c-format @@ -290346,6 +290524,9 @@ msgid "" "minimum terminal size of %dx%d to run. %dx%d isn't quite enough! Can you " "make the terminal just a smidgen taller?" msgstr "" +"O jejku, brakuje nam tutaj lekko przestrzeni. Ta gra wymaga minimalnego " +"rozmiaru terminala %dx%d by działać. %dx%d nie wystarcza! Możesz zrobić swój" +" terminal ciutkę wyższym?" #: src/ncurses_def.cpp msgid "" @@ -291302,45 +291483,45 @@ msgstr "wzorzec gracza" #, c-format msgctxt "npc name" msgid "%1$s, %2$s" -msgstr "" +msgstr "%1$s, %2$s" #: src/npc.cpp #, c-format msgid "This %s is not good reading material." -msgstr "" +msgstr "Ten %s to nie najlepszy materiał do czytania." #: src/npc.cpp msgid "I'm not smart enough to read this book." -msgstr "" +msgstr "Nie jestem wystarczająco bystry by czytać tę książkę." #: src/npc.cpp msgid "I won't learn anything from this book." -msgstr "" +msgstr "Nie nauczę się niczego z tej książki." #: src/npc.cpp msgid "I can't read!" -msgstr "" +msgstr "Nie mogę czytać!" #: src/npc.cpp msgid "I can't read without my glasses." -msgstr "" +msgstr "Nie mogę czytać bez moich okularów." #: src/npc.cpp #, c-format msgid "%s starts reading." -msgstr "" +msgstr "%s zaczyna czytać." #: src/npc.cpp msgid "This can't be worn." -msgstr "" +msgstr "Nie może być noszone." #: src/npc.cpp msgid "Thanks, I'll wear that now." -msgstr "" +msgstr "Dziękiu, będę to teraz nosić." #: src/npc.cpp msgid "I tried but couldn't wear it." -msgstr "" +msgstr "Próbowałem, ale nie mogłem tego nałożyć." #: src/npc.cpp #, c-format @@ -291365,11 +291546,11 @@ msgstr " dzierży %s." #: src/npc.cpp #, c-format msgid "%s is tired of your incompetent leadership and abuse!" -msgstr "" +msgstr "%s ma dość twojego niekompetentnego dowodzenia i nadużyć!" #: src/npc.cpp msgid " Adios, motherfucker!" -msgstr "" +msgstr " Adios, skurwysynu!" #: src/npc.cpp #, c-format @@ -291384,15 +291565,15 @@ msgstr "%1$s mówi coś ale nie słyszysz tego!" #: src/npc.cpp #, c-format msgid "%1$s says something but you can't reply to it!" -msgstr "" +msgstr "%1$s mówi coś, ale nie możesz na to odpowiedzieć!" #: src/npc.cpp msgid "Aware of your presence" -msgstr "" +msgstr "Świadom twojej obecności" #: src/npc.cpp msgid "Unaware of you" -msgstr "" +msgstr "Nieświadom ciebie" #: src/npc.cpp msgid "Completely untrusting" @@ -291454,7 +291635,7 @@ msgstr "Bardzo przestraszony" #: src/npc.cpp #, c-format msgid "Fear: %d (%s);\n" -msgstr "" +msgstr "Strach: %d (%s);\n" #: src/npc.cpp msgid "Considers you a major liability" @@ -291487,7 +291668,7 @@ msgstr "Najlepsi Kumple na Wieczność!" #: src/npc.cpp #, c-format msgid "Value: %d (%s);\n" -msgstr "" +msgstr "Wartość: %d (%s);\n" #: src/npc.cpp msgid "You can do no wrong!" @@ -291520,12 +291701,12 @@ msgstr "Zaraz cię zabije" #: src/npc.cpp #, c-format msgid "Anger: %d (%s)." -msgstr "" +msgstr "Złość: %d (%s)." #: src/npc.cpp #, c-format msgid "%s disappears." -msgstr "" +msgstr "%s znika." #: src/npc.cpp src/suffer.cpp #, c-format @@ -291570,11 +291751,11 @@ msgstr "Wykonywanie zadania" #: src/npc.cpp msgid "Trying to recover stolen goods" -msgstr "" +msgstr "Próbuje odzyskać skradzione dobra" #: src/npc.cpp msgid "NPC Legacy Attitude" -msgstr "" +msgstr "Stare nastawienie NPC" #: src/npc.cpp msgid "Is trying to kill you." @@ -291594,7 +291775,7 @@ msgstr "Podąża za tobą." #: src/npc.cpp msgid "Is guiding you." -msgstr "" +msgstr "Chroni cię." #: src/npc.cpp msgid "Will try to kill you or flee from you if you reveal yourself." @@ -291659,7 +291840,7 @@ msgstr " nie jest już wystraszony." #: src/npc.cpp #, c-format msgid "I'm holing up here for safety. Long term, %s" -msgstr "" +msgstr "Trzymam się tutaj dla bezpieczeństwa. Długoterminowe, %s" #: src/npc.cpp msgid "I run the shop here." @@ -291668,20 +291849,20 @@ msgstr "Prowadzę tu sklep." #: src/npc.cpp #, c-format msgid "Currently, I'm guarding this location. Overall, %s" -msgstr "" +msgstr "Chwilowo chronię tego miejsca. Ogólnie, %s" #: src/npc.cpp #, c-format msgid "Right now, I'm . In general, %s" -msgstr "" +msgstr "Obecnie jestem . Ogólnie, %s" #: src/npcmove.cpp msgid "bandit" -msgstr "" +msgstr "bandyta" #: src/npcmove.cpp msgid "maniac" -msgstr "" +msgstr "szaleniec" #: src/npcmove.cpp msgid "" @@ -291695,11 +291876,11 @@ msgstr "%s kładzie się do snu." #: src/npcmove.cpp #, c-format msgid "Hold still %s, I'm coming to help you." -msgstr "" +msgstr "Nie ruszaj się %s, idę ci pomóc." #: src/npcmove.cpp msgid "Don't move a muscle…" -msgstr "" +msgstr "Nie rusz nawet palcem…" #: src/npcmove.cpp #, c-format @@ -291752,7 +291933,7 @@ msgstr "Zaczekaj, chcę zmiażdżyć to %s." #: src/npcmove.cpp #, c-format msgid "%s completed the assigned task." -msgstr "" +msgstr "%s kończy przydzielone zadanie." #: src/npcmove.cpp #, c-format @@ -291799,21 +291980,22 @@ msgstr "%1$s bierze twoje %2$s." msgid "" "From your two-way radio you hear %s reporting in, 'I've arrived, boss!'" msgstr "" +"Z twojego dwukierunkowego radia słyszysz raport od %s, \"Dotarłem, szefie!\"" #: src/npcmove.cpp #, c-format msgid " %s, %s" -msgstr "" +msgstr " %s, %s" #: src/npcmove.cpp #, c-format msgid "%s %s%s" -msgstr "" +msgstr "%s %s%s" #: src/npcmove.cpp #, c-format msgid "My %s wound is infected…" -msgstr "" +msgstr "Moja rana %s jest zainfekowana…" #: src/npcmove.cpp #, c-format @@ -291826,7 +292008,7 @@ msgstr "" #: src/npcmove.cpp msgid "I'm suffering from radiation sickness…" -msgstr "" +msgstr "Cierpię na chorobę popromienną…" #: src/npcmove.cpp msgid "" @@ -291848,7 +292030,7 @@ msgstr "Ciężko krwawi mi %s!" #: src/npcmove.cpp msgid "I've lost lot of blood." -msgstr "" +msgstr "Straciłem dużo krwi." #: src/npcmove.cpp #, c-format @@ -291869,16 +292051,16 @@ msgstr "PERSWADUJ" #: src/npctalk.cpp msgid "Everyone" -msgstr "" +msgstr "Wszyscy" #: src/npctalk.cpp #, c-format msgid "%s currently has these temporary orders:" -msgstr "" +msgstr "%s chwilowo ma te tymczasowe rozkazy:" #: src/npctalk.cpp msgid "None." -msgstr "" +msgstr "Brak." #: src/npctalk.cpp msgid "Other followers might have different temporary orders." @@ -291942,7 +292124,7 @@ msgstr "Wracamy do naszych zwykłych zachowań" #: src/npctalk.cpp msgid "You can't speak without your face!" -msgstr "" +msgstr "Nie możesz mówić bez swojej twarzy!" #: src/npctalk.cpp msgid "What do you want to do?" @@ -291963,22 +292145,27 @@ msgstr "Wykrzycz zdanie" #: src/npctalk.cpp msgid "Whistle at your animals pulling vehicles to follow you." -msgstr "" +msgstr "Zagwiżdż na swoje zwierzęta ciągnące pojazdy, by podążały za tobą." #: src/npctalk.cpp msgid "" "Utter a magical command that will order your magical vehicles to follow you." msgstr "" +"Wypowiedz magiczny rozkaz, który rozkaże twoim magicznym pojazdom podążać za" +" tobą." #: src/npctalk.cpp msgid "" "Utter a magical command that will order your magical vehicles to stop " "following you." msgstr "" +"Wypowiedz magiczny rozkaz, który rozkaże twoim magicznym pojazdom przestać " +"podążać za tobą." #: src/npctalk.cpp msgid "Whistle at your animals pulling vehicles to stop following you." msgstr "" +"Zagwiżdż na swoje zwierzęta ciągnące pojazdy, by przestały podążać za tobą." #: src/npctalk.cpp #, c-format @@ -291987,7 +292174,7 @@ msgstr "Powiedz %sby podążał" #: src/npctalk.cpp msgid "Tell someone to follow…" -msgstr "" +msgstr "Powiedz komuś, by podążał…" #: src/npctalk.cpp #, c-format @@ -291996,7 +292183,7 @@ msgstr "Powiedz %s by stróżował" #: src/npctalk.cpp msgid "Tell someone to guard…" -msgstr "" +msgstr "Powiedz komuś, by chronił…" #: src/npctalk.cpp msgid "Tell everyone on your team to wake up" @@ -292004,11 +292191,11 @@ msgstr "Powiedz wszystkim w swojej drużynie, by się obudzili" #: src/npctalk.cpp msgid "Tell everyone on your team to mount up" -msgstr "" +msgstr "Powiedz wszystkim w swojej drużynie, by weszli na wierzchowce" #: src/npctalk.cpp msgid "Tell everyone on your team to dismount" -msgstr "" +msgstr "Powiedz wszystkim w swojej drużynie, by zeszli z wierzchowców" #: src/npctalk.cpp msgid "Tell everyone on your team to prepare for danger" @@ -292024,7 +292211,7 @@ msgstr "" #: src/npctalk.cpp msgid "Tell everyone on your team to temporarily…" -msgstr "" +msgstr "Powiedz wszystkim w swojej drużynie, by tymczasowo…" #: src/npctalk.cpp msgid "Talk to whom?" @@ -292070,11 +292257,11 @@ msgstr "Nie zasypiać!" #: src/npctalk.cpp msgid "Mount up!" -msgstr "" +msgstr "Na wierzchowce!" #: src/npctalk.cpp msgid "Dismount!" -msgstr "" +msgstr "Z wierzchowców!" #: src/npctalk.cpp msgid "" @@ -292106,11 +292293,11 @@ msgstr "%s rozmawiał z tobą." #: src/npctalk.cpp #, c-format msgid "&%s stays silent." -msgstr "" +msgstr "&%s nic nie mówi." #: src/npctalk.cpp msgid "&You can't talk without your face." -msgstr "" +msgstr "&Nie możesz mówić bez swojej twarzy." #: src/npctalk.cpp msgid "&You are deaf and can't talk." @@ -292121,16 +292308,20 @@ msgstr "&Jesteś głuchy i nie możesz rozmawiać." msgid "" "&You are deaf and can't talk. When you don't respond, %s becomes angry!" msgstr "" +"&Jesteś głuchy i nie możesz rozmawiać. Gdy nie odpowiadasz, %s ogarnia " +"złość!" #: src/npctalk.cpp msgid "&You are mute and can't talk." -msgstr "" +msgstr "&Jesteś niemową i nie możesz rozmawiać." #: src/npctalk.cpp #, c-format msgid "" "&You are mute and can't talk. When you don't respond, %s becomes angry!" msgstr "" +"&Jesteś niemową i nie możesz rozmawiać. Gdy nie odpowiadasz, %s ogarnia " +"złość!" #: src/npctalk.cpp #, c-format @@ -292163,7 +292354,7 @@ msgstr "Przepraszam, ale chyba nie mam czego cię uczyć." #: src/npctalk.cpp msgid "Here's what I can teach you…" -msgstr "" +msgstr "Mogę cię nauczyć następujących rzeczy…" #: src/npctalk.cpp msgid "&You yell, but can't hear yourself." @@ -292171,7 +292362,7 @@ msgstr "&Krzyczysz, ale nie słyszysz siebie." #: src/npctalk.cpp msgid "&You yell, but can't form words." -msgstr "" +msgstr "&Krzyczysz, ale nie możesz sformuować słów." #: src/npctalk.cpp msgid "&You yell." @@ -292188,7 +292379,7 @@ msgstr "Mam wieści." #: src/npctalk.cpp #, c-format msgid "Yes, let's resume training %s" -msgstr "" +msgstr "Tak, wznówmy trening %s" #: src/npctalk.cpp msgid "Okay, thanks." @@ -292208,7 +292399,7 @@ msgstr "ZŁAAMUNICJA" #: src/npctalk.cpp msgid "doing this and that" -msgstr "" +msgstr "robi to i tamto" #: src/npctalk.cpp msgctxt "punctuation" @@ -292241,7 +292432,7 @@ msgstr "Ona" #, c-format msgctxt "talk option" msgid "[%1$s %2$d%%] %3$s" -msgstr "" +msgstr "[%1$s %2$d%%] %3$s" #: src/npctalk.cpp #, c-format @@ -292257,7 +292448,7 @@ msgstr "%s: %s" #: src/npctalk.cpp msgid "You'll be helpless! Proceed?" -msgstr "" +msgstr "Będziesz bezbronny! Kontunuować?" #: src/npctalk.cpp #, c-format @@ -292273,7 +292464,7 @@ msgstr "Nie stać cię na to!" #: src/npctalk.cpp #, c-format msgid "%1$s gives you a %2$s." -msgstr "" +msgstr "%1$s daje ci %2$s." #. ~ %1%s is the NPC name, %2$d is a number of items, %3$s are items #: src/npctalk.cpp src/talker_avatar.cpp @@ -292291,13 +292482,13 @@ msgstr "Nie masz %1$s!" #: src/npctalk.cpp #, c-format msgid "You give %1$s a %2$s." -msgstr "" +msgstr "Dajesz %2$s dla %1$s." #. ~ %1%s is the NPC name, %2$d is a number of items, %3$s are items #: src/npctalk.cpp #, c-format msgid "You give %1$s %2$d %3$s." -msgstr "" +msgstr "Dajesz %2$d %3$s dla %1$s." #. ~ %1%s is the "You" or the NPC name, %2$s are a translated item name #: src/npctalk.cpp @@ -292308,11 +292499,12 @@ msgstr "%1$s nie ma %2$s!" #: src/npctalk.cpp #, c-format msgid "You learn how to craft %s." -msgstr "" +msgstr "Uczysz się wytwarzać %s." #: src/npctalk.cpp msgid "I can't think of a single place I can build a camp." msgstr "" +"Nie potrafię wymyślić ani jednego miejsca, w którym można by zbudować obóz." #: src/npctalk_funcs.cpp msgid "Reward" @@ -292331,7 +292523,7 @@ msgstr "Wybierz cel" #, c-format msgctxt "camp" msgid "%1$s at %2$s" -msgstr "" +msgstr "%1$s w %2$s" #: src/npctalk_funcs.cpp msgid "My current location" @@ -292340,7 +292532,7 @@ msgstr "Moja obecna lokalizacja" #: src/npctalk_funcs.cpp #, c-format msgid "That is not a valid destination for %s." -msgstr "" +msgstr "To nie jest poprawny cel dla %s." #: src/npctalk_funcs.cpp #, c-format @@ -292372,7 +292564,7 @@ msgstr "Którą bionikę chcesz odinstalować? " #: src/npctalk_funcs.cpp msgid "You decide to hold off…" -msgstr "" +msgstr "Postanawiasz się wstrzymać…" #: src/npctalk_funcs.cpp #, c-format @@ -292394,7 +292586,7 @@ msgstr "Wybierz nowy zarost" #: src/npctalk_funcs.cpp msgid "Actually… I've changed my mind." -msgstr "" +msgstr "W zasadzie… zmieniłem zdanie." #: src/npctalk_funcs.cpp msgid "You get a trendy new cut!" @@ -292403,17 +292595,17 @@ msgstr "Sprawiasz sobie nowy stylowy fryz!" #: src/npctalk_funcs.cpp #, c-format msgid "%s gives you a decent haircut…" -msgstr "" +msgstr "%s zapewnia ci niezłe strzyżenie…" #: src/npctalk_funcs.cpp #, c-format msgid "%s gives you a decent shave…" -msgstr "" +msgstr "%s przyzwoicie cię goli…" #: src/npctalk_funcs.cpp #, c-format msgid "That was a pleasant conversation with %s…" -msgstr "" +msgstr "To była miła pogawędka z %s…" #: src/npctalk_funcs.cpp #, c-format @@ -292423,7 +292615,7 @@ msgstr "To była miła pogawędka z %s." #: src/npctalk_funcs.cpp #, c-format msgid "%s drops the logs off in the garage…" -msgstr "" +msgstr "%s podrzuca kłody do garażu…" #: src/npctalk_funcs.cpp #, c-format @@ -292443,7 +292635,7 @@ msgstr "%s odchodzi." #: src/npctalk_funcs.cpp #, c-format msgid "%s stops following." -msgstr "" +msgstr "%s przestaje podążać." #: src/npctalk_funcs.cpp #, c-format @@ -292469,6 +292661,8 @@ msgid "" "Trading with %s.\n" "%s to switch lists, letters to pick items, %s to finalize, %s to quit, %s to get information on an item." msgstr "" +"Handel z %s.\n" +"%s zmienia listy, literami podnosi się przedmioty, %s finalizuje, %s wychodzi, %s, by uzyskać informacje o przedmiocie." #: src/npctrade.cpp #, c-format @@ -292492,12 +292686,12 @@ msgstr "Dług %s" #: src/npctrade.cpp #, c-format msgid ": trading %d" -msgstr "" +msgstr ": handluje %d" #: src/npctrade.cpp #, c-format msgid " (%d)" -msgstr "" +msgstr " (%d)" #: src/npctrade.cpp msgid "< Back" @@ -292514,16 +292708,16 @@ msgstr "Obejrzeć który przedmiot?" #: src/npctrade.cpp #, c-format msgid "Trade how many %s [MAX: %d]: " -msgstr "" +msgstr "Handlować ile %s [MAKS: %d]: " #: src/npctrade.cpp msgid "You'll need to offer me more than that." -msgstr "" +msgstr "Musisz zaoferować mi więcej niż to." #: src/npctrade.cpp #, c-format msgid "Sorry, I'm only willing to extend you %s in credit." -msgstr "" +msgstr "Przepraszam, mogę tylko rozszerzyć ci %s na kredyt." #: src/npctrade.cpp #, c-format @@ -292537,10 +292731,13 @@ msgid "" "\n" "Continue with trade?" msgstr "" +"Nigdy nie będę w stanie spłacić ci tego wszystkiego. Najwięcej ile mogę mieć u ciebie długu to %s.\n" +"\n" +"Kontynuować handel?" #: src/npctrade.cpp msgid "Looks like a deal! Accept this trade?" -msgstr "" +msgstr "Mamy umowę! Zaakceptować wymianę?" #: src/options.cpp msgid "General" @@ -295186,7 +295383,7 @@ msgstr "" #: src/output.cpp msgid "Separate multiple items with [,]." -msgstr "" +msgstr "Rozdziel kilka przedmiotów używając [,]." #. ~ An example of how to separate multiple items with a comma when filtering #. items. @@ -295196,7 +295393,7 @@ msgstr "Przykład: back,flash,aid, ,band" #: src/output.cpp msgid "To exclude items, place [-] in front." -msgstr "" +msgstr "By wykluczyć przedmioty, umieść [-] z przodu." #. ~ An example of how to exclude items with - when filtering items. #: src/output.cpp @@ -295209,11 +295406,14 @@ msgid "" "[q]uality, [n]otes or " "[d]isassembled components." msgstr "" +"Szukaj [c] kategoria, [m] " +"materiał, [q] jakość, [n] " +"notatki lub [d] rozłożone komponenty." #. ~ An example of how to filter items based on category or material. #: src/output.cpp msgid "Examples: c:food,m:iron,q:hammering,n:toolshelf,d:pipe" -msgstr "" +msgstr "Przykłady: c:pożywienie,m:żelazo,q:młotkowanie,n:narzędziownik,d:rura" #: src/output.cpp msgid "unknown" diff --git a/lang/po/ru.po b/lang/po/ru.po index ebca9ee8c9db1..0665a20b542c9 100644 --- a/lang/po/ru.po +++ b/lang/po/ru.po @@ -64,9 +64,9 @@ # Zhar the Mad , 2021 # WX , 2021 # 8street, 2021 -# CountAlex, 2021 # akirashirosawa, 2021 # Brett Dong , 2021 +# CountAlex, 2021 # msgid "" msgstr "" @@ -74,7 +74,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-05-31 17:16+0800\n" "PO-Revision-Date: 2021-02-21 21:00+0000\n" -"Last-Translator: Brett Dong , 2021\n" +"Last-Translator: CountAlex, 2021\n" "Language-Team: Russian (https://www.transifex.com/cataclysm-dda-translators/teams/2217/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -100970,10 +100970,10 @@ msgstr "" #: lang/json/MONSTER_from_json.py msgid "thorny moose shambler" msgid_plural "thorny moose shamblers" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "шипастый лось-ползун" +msgstr[1] "шипастых лося-ползуна" +msgstr[2] "шипастых лосей-ползунов" +msgstr[3] "шипастые лоси-ползуны" #. ~ Description for thorny moose shambler #: lang/json/MONSTER_from_json.py @@ -131497,10 +131497,10 @@ msgstr "" #: lang/json/TOOL_from_json.py msgid "suspending for butchering" msgid_plural "suspending for butcherings" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "подвешивания для разделки" +msgstr[1] "подвешивания для разделки" +msgstr[2] "подвешивания для разделки" +msgstr[3] "подвешивания для разделки" #: lang/json/TOOL_from_json.py msgid "Type II. landfall survival kit" diff --git a/lang/po/tr.po b/lang/po/tr.po index 899b852b4cfce..e64045af95281 100644 --- a/lang/po/tr.po +++ b/lang/po/tr.po @@ -4,6 +4,7 @@ # Emirhan Kara Ali , 2021 # Mehmet Işık , 2021 # Tuğsan Çıtır , 2021 +# EminEfe Saraç , 2021 # Ali Kerem Özfidan , 2021 # msgid "" @@ -239996,7 +239997,7 @@ msgstr "" #: src/game.cpp msgid "Saving game, this may take a while" -msgstr "" +msgstr "Oyun kaydediliyor,bu biraz zaman alabilir" #: src/game.cpp #, c-format @@ -263787,7 +263788,7 @@ msgstr "" #: src/options.cpp msgid "Software rendering" -msgstr "" +msgstr "Software rendering" #: src/options.cpp msgid "" @@ -264223,7 +264224,7 @@ msgstr "" #: src/options.cpp msgid "Trap Back button" -msgstr "" +msgstr "Geri düğmesi" #: src/options.cpp msgid "" diff --git a/lang/po/zh_CN.po b/lang/po/zh_CN.po index f03ced48233bb..9c92534d8c016 100644 --- a/lang/po/zh_CN.po +++ b/lang/po/zh_CN.po @@ -27,7 +27,6 @@ # 高 励贤 <475964436@qq.com>, 2021 # JeffChen , 2021 # Middo <18119928570@163.com>, 2021 -# Larissael, 2021 # 羽 偌 , 2021 # li, 2021 # Kerv <549602635@qq.com>, 2021 @@ -44,7 +43,7 @@ # Amans Tofu , 2021 # iopop, 2021 # 何方神圣 何 <1366003560@qq.com>, 2021 -# VoidForge , 2021 +# vacuum_vortex , 2021 # Dao Da , 2021 # L rient <1972308206@qq.com>, 2021 # 万 和 <380014507@qq.com>, 2021 @@ -62,9 +61,10 @@ # cainiao , 2021 # 曾泰瑋 , 2021 # 长剑de诺恩 , 2021 -# none none <514065589@qq.com>, 2021 # 铯 132 , 2021 # PN WN , 2021 +# Remysxia~w, 2021 +# none none <514065589@qq.com>, 2021 # msgid "" msgstr "" @@ -72,7 +72,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-05-31 17:16+0800\n" "PO-Revision-Date: 2021-02-21 21:00+0000\n" -"Last-Translator: PN WN , 2021\n" +"Last-Translator: none none <514065589@qq.com>, 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/cataclysm-dda-translators/teams/2217/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31353,7 +31353,7 @@ msgstr "你可能会说这更像是一本宣传册子,而不是一本魔法书 #: lang/json/BOOK_from_json.py msgid "An Introduction to Applied Meteorology" msgid_plural "copies of An Introduction to Applied Meteorology" -msgstr[0] "应用气象学概论副本" +msgstr[0] "应用气象学概论" #. ~ Description for An Introduction to Applied Meteorology #: lang/json/BOOK_from_json.py @@ -73203,7 +73203,7 @@ msgstr "这只曾经体型巨大的驼鹿的眼睛渗出深色油状液体,被 #: lang/json/MONSTER_from_json.py msgid "thorny moose shambler" msgid_plural "thorny moose shamblers" -msgstr[0] "" +msgstr[0] "荆棘蹒跚兽" #. ~ Description for thorny moose shambler #: lang/json/MONSTER_from_json.py @@ -96212,7 +96212,7 @@ msgstr "一台有些旧的笔记本电脑,后盖上装饰着各种贴纸。" #: lang/json/TOOL_from_json.py msgid "suspending for butchering" msgid_plural "suspending for butcherings" -msgstr[0] "" +msgstr[0] "暂停屠宰" #: lang/json/TOOL_from_json.py msgid "Type II. landfall survival kit" @@ -235455,7 +235455,7 @@ msgstr "控制台上显示了一堆你无法理解的东西。" msgid "" "WARNING: Patient's body is damaged. Difficulty of the procedure is " "increased by %s." -msgstr "警告:患者身体已受损,手术难度增加%s%%。" +msgstr "警告:患者身体已受损,手术难度增加%s。" #: src/game.cpp msgid "Successfully removed Personality override." @@ -263610,7 +263610,7 @@ msgstr "" #: src/player_display.cpp msgid "Base Move Cost:" -msgstr "基础移动:" +msgstr "基础移动耗时:" #: src/player_display.cpp msgid "Current Speed:" diff --git a/org.cataclysmdda.CataclysmDDA.json b/org.cataclysmdda.CataclysmDDA.json index 5cd64cd2db61f..473b905254111 100644 --- a/org.cataclysmdda.CataclysmDDA.json +++ b/org.cataclysmdda.CataclysmDDA.json @@ -1,12 +1,9 @@ { "id": "org.cataclysmdda.CataclysmDDA", "runtime": "org.freedesktop.Platform", - "runtime-version": "18.08", + "runtime-version": "20.08", "sdk": "org.freedesktop.Sdk", "command": "cataclysm-tiles", - "rename-desktop-file": "cataclysm-dda.desktop", - "rename-appdata-file": "cataclysm-dda.appdata.xml", - "rename-icon": "cataclysm-dda", "finish-args": [ "--socket=pulseaudio", "--socket=wayland", @@ -26,16 +23,13 @@ "build-commands": [ "make -j $FLATPAK_BUILDER_N_JOBS $MAKE_ARGS", "make $MAKE_ARGS localization", - "make $MAKE_ARGS install", - "install -Dm755 data/xdg/cataclysm-dda.desktop /app/share/applications/cataclysm-dda.desktop", - "install -Dm644 data/xdg/cataclysm-dda.appdata.xml /app/share/metainfo/cataclysm-dda.appdata.xml", - "install -Dm644 data/xdg/cataclysm-dda.svg /app/share/icons/hicolor/scalable/apps/cataclysm-dda.svg" + "make $MAKE_ARGS install" ], "sources": [ { "type": "git", "url": "https://github.com/CleverRaven/Cataclysm-DDA", - "tag": "0.E" + "branch": "0.F" } ] } diff --git a/src/animation.cpp b/src/animation.cpp index 0fc23094ba74c..e4b59766446ed 100644 --- a/src/animation.cpp +++ b/src/animation.cpp @@ -475,6 +475,10 @@ void draw_bullet_curses( map &m, const tripoint &t, const char bullet, const tri void game::draw_bullet( const tripoint &t, const int /*i*/, const std::vector &/*trajectory*/, const char bullet ) { + if( test_mode ) { + // avoid segfault from null tilecontext in tests + return; + } if( !use_tiles ) { draw_bullet_curses( m, t, bullet, nullptr ); return; diff --git a/src/melee.cpp b/src/melee.cpp index e48e75d52bf53..6692c0c5c755b 100644 --- a/src/melee.cpp +++ b/src/melee.cpp @@ -990,9 +990,9 @@ float Character::get_dodge() const ret /= 4; } - // Each dodge after the first subtracts equivalent of 2 points of dodge skill + // Ensure no attempt to dodge without sources of extra dodges, eg martial arts if( dodges_left <= 0 ) { - ret += dodges_left * 2 - 2; + return 0.0f; } // Speed below 100 linearly decreases dodge effectiveness diff --git a/src/monattack.cpp b/src/monattack.cpp index ed9abfa32ea0c..107960534e2c1 100644 --- a/src/monattack.cpp +++ b/src/monattack.cpp @@ -638,7 +638,7 @@ bool mattack::acid_barf( monster *z ) _( "The %s barfs acid at , but they dodge!" ), z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); } return true; @@ -1107,7 +1107,7 @@ bool mattack::smash( monster *z ) target->add_msg_player_or_npc( _( "The %s takes a powerful swing at you, but you dodge it!" ), _( "The %s takes a powerful swing at , who dodges it!" ), z->name() ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -1813,7 +1813,7 @@ bool mattack::fungus_inject( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -1871,7 +1871,7 @@ bool mattack::fungus_bristle( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -2040,7 +2040,7 @@ bool mattack::fungus_fortify( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -2085,7 +2085,7 @@ bool mattack::impale( monster *z ) _( "The %s lunges at , but they dodge!" ), z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); } return true; @@ -2147,7 +2147,7 @@ bool mattack::dermatik( monster *z ) add_msg( _( "The %s tries to land on you, but you dodge." ), z->name() ); } z->stumble(); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -2542,7 +2542,7 @@ bool mattack::tentacle( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -2605,7 +2605,7 @@ bool mattack::ranged_pull( monster *z ) z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); } return true; @@ -2686,7 +2686,7 @@ bool mattack::grab( monster *z ) z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); } return true; @@ -4127,7 +4127,7 @@ bool mattack::stretch_bite( monster *z ) _( "The %s's head extends to bite , but they dodge and the head sails past!" ), z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); } return true; } @@ -4227,7 +4227,7 @@ bool mattack::flesh_golem( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } const bodypart_id hit = target->get_random_body_part(); @@ -4349,7 +4349,7 @@ bool mattack::lunge( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "The %1$s lunges at you, but you sidestep it!" ), _( "The %1$s lunges at , but they sidestep it!" ), z->name() ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } const bodypart_id hit = target->get_random_body_part(); @@ -4423,7 +4423,7 @@ bool mattack::longswipe( monster *z ) target->add_msg_player_or_npc( _( "The %s thrusts a claw at you, but you evade it!" ), _( "The %s thrusts a claw at , but they evade it!" ), z->name() ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } const bodypart_id hit = target->get_random_body_part(); @@ -4459,7 +4459,7 @@ bool mattack::longswipe( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "The %s slashes at your neck! You duck!" ), _( "The %s slashes at 's neck! They duck!" ), z->name() ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -4909,7 +4909,7 @@ bool mattack::evolve_kill_strike( monster *z ) _( "The %s lunges at , but they dodge!" ), z->name() ); if( !uncanny ) { - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); target->add_msg_player_or_npc( msg_type, _( "The %s lunges at you, but you dodge!" ), _( "The %s lunges at , but they dodge!" ), z->name() ); @@ -5180,7 +5180,7 @@ bool mattack::bio_op_takedown( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } int dam = rng( 3, 9 ); @@ -5274,7 +5274,7 @@ bool mattack::bio_op_impale( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -5361,7 +5361,7 @@ bool mattack::bio_op_disarm( monster *z ) if( dodge_check( z, target ) ) { target->add_msg_player_or_npc( _( "You dodge it!" ), _( " dodges it!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); return true; } @@ -5723,7 +5723,7 @@ bool mattack::stretch_attack( monster *z ) if( dodge_check( z, target ) || target->uncanny_dodge() ) { target->add_msg_player_or_npc( msg_type, _( "You evade the stretched arm and it sails past you!" ), _( " evades the stretched arm!" ) ); - target->on_dodge( z, z->type->melee_skill * 2 ); + target->on_dodge( z, z->type->melee_skill ); //takes some time to retract the arm z->moves -= 150; return true; diff --git a/src/npctrade.cpp b/src/npctrade.cpp index e124282a06056..7943dacd0faf3 100644 --- a/src/npctrade.cpp +++ b/src/npctrade.cpp @@ -67,11 +67,13 @@ std::list npc_trading::transfer_items( std::vector &stuff, p // Items are moving to escrow. if( use_escrow && ip.charges ) { + gift.charges = charges; escrow.emplace_back( gift ); } else if( use_escrow ) { std::fill_n( std::back_inserter( escrow ), count, gift ); // No escrow in use. Items moving from giver to receiver. } else if( ip.charges ) { + gift.charges = charges; receiver.i_add( gift ); } else { for( int i = 0; i < count; i++ ) { diff --git a/src/recipe.cpp b/src/recipe.cpp index 25424b2e92624..42332286e4193 100644 --- a/src/recipe.cpp +++ b/src/recipe.cpp @@ -37,6 +37,7 @@ #include "value_ptr.h" static const itype_id itype_hotplate( "hotplate" ); +static const itype_id itype_atomic_coffeepot( "atomic_coffeepot" ); recipe::recipe() : skill_used( skill_id::NULL_ID() ) {} @@ -1018,17 +1019,21 @@ bool recipe::hot_result() const // processing works, the "surface_heat" id gets nuked into an actual // list of tools, see data/json/recipes/cooking_tools.json. // - // Currently it's only checking for a hotplate because that's a + // Currently it's checking for a hotplate because that's a // suitable item in both the "surface_heat" and "water_boiling_heat" // tools, and it's usually the first item in a list of tools so if this // does get heated we'll find it right away. // + // Atomic coffee is an outlier in that it is a hot drink that cannot be crafted + // with any of the usual tools except the atomic coffee maker, which is why + // the check includes this tool in addition to the hotplate. + // // TODO: Make this less of a hack if( create_result().is_food() ) { const requirement_data::alter_tool_comp_vector &tool_lists = simple_requirements().get_tools(); for( const std::vector &tools : tool_lists ) { for( const tool_comp &t : tools ) { - if( t.type == itype_hotplate ) { + if( ( t.type == itype_hotplate ) || ( t.type == itype_atomic_coffeepot ) ) { return true; } } diff --git a/src/sdltiles.cpp b/src/sdltiles.cpp index e2139fce49573..cbf28ef83481e 100644 --- a/src/sdltiles.cpp +++ b/src/sdltiles.cpp @@ -2996,6 +2996,7 @@ void catacurses::init_interface() get_options().init(); get_options().load(); + set_language(); //Prevent translated language strings from causing an error if language not set font_loader fl; fl.load(); diff --git a/src/vehicle_use.cpp b/src/vehicle_use.cpp index d8db2d2b6137f..3d9fe9e5d017f 100644 --- a/src/vehicle_use.cpp +++ b/src/vehicle_use.cpp @@ -1053,7 +1053,8 @@ bool vehicle::start_engine( const int e ) } // Damaged non-electric engines have a chance of failing to start - if( !is_engine_type( e, fuel_type_battery ) && x_in_y( dmg * 100, 120 ) ) { + if( !is_engine_type( e, fuel_type_battery ) && einfo.fuel_type != fuel_type_muscle && + x_in_y( dmg * 100, 120 ) ) { sounds::sound( pos, eng.info().engine_noise_factor(), sounds::sound_t::movement, string_format( _( "the %s clanking and grinding." ), eng.name() ), true, "vehicle", "engine_clanking_fail" ); @@ -1065,7 +1066,7 @@ bool vehicle::start_engine( const int e ) if( sfx::has_variant_sound( "engine_start", eng.info().get_id().str() ) ) { sfx::play_variant_sound( "engine_start", eng.info().get_id().str(), eng.info().engine_noise_factor() ); - } else if( is_engine_type( e, fuel_type_muscle ) ) { + } else if( einfo.fuel_type == fuel_type_muscle ) { sfx::play_variant_sound( "engine_start", "muscle", eng.info().engine_noise_factor() ); } else if( is_engine_type( e, fuel_type_wind ) ) { sfx::play_variant_sound( "engine_start", "wind", eng.info().engine_noise_factor() ); diff --git a/tests/melee_dodge_hit_test.cpp b/tests/melee_dodge_hit_test.cpp index eb683648d3e84..e3c505757cc6b 100644 --- a/tests/melee_dodge_hit_test.cpp +++ b/tests/melee_dodge_hit_test.cpp @@ -79,6 +79,7 @@ TEST_CASE( "Character::get_hit_base", "[character][melee][hit][dex]" ) avatar &dummy = get_avatar(); clear_character( dummy ); + dummy.dodges_left = 1; SECTION( "character get_hit_base increases by 1/4 for each point of DEX" ) { CHECK( hit_base_with_dex( dummy, 1 ) == 0.25f ); @@ -202,20 +203,6 @@ TEST_CASE( "player::get_dodge", "[player][melee][dodge]" ) const float base_dodge = dummy.get_dodge_base(); - SECTION( "each dodge after the first subtracts 2 points" ) { - dummy.dodges_left = 1; - // Simulate some dodges, so dodges_left will go to 0, -1 - dummy.on_dodge( nullptr, 0 ); - CHECK( dummy.get_dodge() == base_dodge - 2 ); - dummy.on_dodge( nullptr, 0 ); - CHECK( dummy.get_dodge() == base_dodge - 4 ); - - // Reset dodges_left, so subsequent tests are not affected - dummy.set_moves( 100 ); - dummy.process_turn(); - REQUIRE( dummy.dodges_left > 0 ); - } - SECTION( "speed below 100 linearly decreases dodge" ) { dummy.set_speed_base( 90 ); CHECK( dummy.get_dodge() == Approx( 0.9 * base_dodge ) ); diff --git a/tests/monster_attack_test.cpp b/tests/monster_attack_test.cpp index c7f992dd0bfa2..6c3ea1a0dd1a1 100644 --- a/tests/monster_attack_test.cpp +++ b/tests/monster_attack_test.cpp @@ -14,6 +14,7 @@ #include "options_helpers.h" #include "player_helpers.h" #include "point.h" +#include "test_statistics.h" #include "type_id.h" #include "weather.h" #include "weather_type.h" @@ -167,3 +168,35 @@ TEST_CASE( "monster_special_attack", "[vision][reachability]" ) // At a distance of 2, the ledge should block los and line of attack. test_monster_attack( { 2, 0, 1 }, false, false, mattack::stretch_attack ); } + +TEST_CASE( "monster_throwing_sanity_test", "[throwing],[balance]" ) +{ + clear_map(); + const tripoint target_location = { 65, 65, 0 }; + const tripoint attacker_location = { 65, 67, 0 }; + // You got a player + Character &you = get_player_character(); + clear_avatar(); + you.setpos( target_location ); + // and you got a monster + const std::string monster_type = "mon_feral_human_pipe"; + monster &test_monster = spawn_test_monster( monster_type, attacker_location ); + test_monster.set_goal( target_location ); + const mtype_special_attack &attack = test_monster.type->special_attacks.at( "gun" ); + reset_caches( attacker_location.z, target_location.z ); + statistics damage_dealt; + do { + you.set_all_parts_hp_to_max(); + int prev_hp = you.get_hp(); + // monster shoots the player + REQUIRE( attack->call( test_monster ) == true ); + // how much damage did it do? + // Player-centric test in throwing_test.cpp ranges from 2 - 8 damage at point-blank range. + int current_hp = you.get_hp(); + damage_dealt.add( prev_hp - current_hp ); + test_monster.ammo[ itype_id( "rock" ) ]++; + } while( damage_dealt.n() < 100 ); + INFO( "Avg total damage: " << damage_dealt.avg() ); + INFO( "Dmg Lower: " << damage_dealt.lower() << " Dmg Upper: " << damage_dealt.upper() ); + CHECK( damage_dealt.test_threshold( epsilon_threshold{ 5, 3 } ) ); +} diff --git a/tests/morale_test.cpp b/tests/morale_test.cpp index a43425f496253..5ecef1567e43b 100644 --- a/tests/morale_test.cpp +++ b/tests/morale_test.cpp @@ -180,7 +180,7 @@ TEST_CASE( "player_morale_fancy_clothes", "[player_morale]" ) GIVEN( "a set of super fancy bride's clothes" ) { const item dress_wedding( "dress_wedding", calendar::turn_zero ); // legs, torso | 8 + 2 | 10 const item veil_wedding( "veil_wedding", calendar::turn_zero ); // eyes, mouth | 4 + 2 | 6 - const item heels( "heels", calendar::turn_zero ); // feet | 1 + 2 | 3 + const item heels( "heels", calendar::turn_zero ); // not super fancy, feet | 1 | 1 m.on_item_wear( dress_wedding ); m.on_item_wear( veil_wedding ); @@ -195,7 +195,7 @@ TEST_CASE( "player_morale_fancy_clothes", "[player_morale]" ) WHEN( "a stylish person" ) { m.on_mutation_gain( trait_id( "STYLISH" ) ); - CHECK( m.get_level() == 19 ); + CHECK( m.get_level() == 17 ); AND_WHEN( "gets naked" ) { m.on_item_takeoff( heels ); // the queen took off her sandal ... @@ -208,11 +208,11 @@ TEST_CASE( "player_morale_fancy_clothes", "[player_morale]" ) AND_WHEN( "wearing yet another wedding gown" ) { m.on_item_wear( dress_wedding ); THEN( "it adds nothing" ) { - CHECK( m.get_level() == 19 ); + CHECK( m.get_level() == 17 ); AND_WHEN( "taking it off" ) { THEN( "your fanciness remains the same" ) { - CHECK( m.get_level() == 19 ); + CHECK( m.get_level() == 17 ); } } } diff --git a/tests/vehicle_drag_test.cpp b/tests/vehicle_drag_test.cpp index 6920713743150..abce3fc33e947 100644 --- a/tests/vehicle_drag_test.cpp +++ b/tests/vehicle_drag_test.cpp @@ -231,12 +231,12 @@ TEST_CASE( "vehicle_drag", "[vehicle] [engine]" ) test_vehicle_drag( "bicycle", 0.609525, 0.008953, 22.535417, 1431, 1871 ); test_vehicle_drag( "bicycle_electric", 0.609525, 0.018005, 45.318750, 2338, 2564 ); - test_vehicle_drag( "motorcycle", 0.609525, 0.569952, 254.820312, 7296, 8687 ); - test_vehicle_drag( "motorcycle_sidecart", 0.880425, 0.859065, 455.206250, 6423, 7657 ); - test_vehicle_drag( "quad_bike", 0.537285, 1.112797, 710.745536, 7457, 8918 ); - test_vehicle_drag( "scooter", 0.609525, 0.154345, 116.543750, 4279, 5088 ); - test_vehicle_drag( "scooter_electric", 0.609525, 0.164796, 124.435417, 4831, 5006 ); - test_vehicle_drag( "superbike", 0.609525, 0.846042, 378.257812, 9912, 11797 ); + test_vehicle_drag( "motorcycle", 0.609525, 0.568204, 254.039062, 7297, 8687 ); + test_vehicle_drag( "motorcycle_sidecart", 0.880425, 0.857099, 454.164583, 6424, 7657 ); + test_vehicle_drag( "quad_bike", 0.537285, 1.110700, 709.406250, 7457, 8919 ); + test_vehicle_drag( "scooter", 0.609525, 0.152965, 115.502083, 4279, 5088 ); + test_vehicle_drag( "scooter_electric", 0.609525, 0.163417, 123.393750, 4831, 5007 ); + test_vehicle_drag( "superbike", 0.609525, 0.844294, 377.476562, 9912, 11797 ); test_vehicle_drag( "tandem", 0.609525, 0.010590, 19.990625, 1430, 1870 ); test_vehicle_drag( "unicycle", 0.690795, 0.002493, 25.100000, 1377, 1798 ); test_vehicle_drag( "beetle", 0.785610, 1.802151, 1275.732812, 8969, 10710 ); @@ -253,7 +253,7 @@ TEST_CASE( "vehicle_drag", "[vehicle] [engine]" ) test_vehicle_drag( "golf_cart", 0.943313, 1.472114, 926.312500, 7039, 7303 ); test_vehicle_drag( "golf_cart_4seat", 0.943313, 1.439476, 905.775000, 7044, 7308 ); test_vehicle_drag( "hearse", 0.355556, 3.216780, 1301.223214, 11046, 13340 ); - test_vehicle_drag( "pickup_technical", 0.838097, 2.958591, 1196.783036, 10176, 12173 ); + test_vehicle_drag( "pickup_technical", 0.838097, 2.961637, 1198.015179, 10176, 12172 ); test_vehicle_drag( "ambulance", 1.049323, 2.348252, 1927.320833, 11306, 13472 ); test_vehicle_drag( "car_fbi", 0.457144, 2.743431, 1294.706250, 14625, 17490 ); test_vehicle_drag( "fire_engine", 2.305875, 3.544531, 2327.331250, 8697, 10364 ); @@ -262,40 +262,40 @@ TEST_CASE( "vehicle_drag", "[vehicle] [engine]" ) test_vehicle_drag( "policesuv", 0.629843, 3.096796, 1252.688393, 13173, 15749 ); test_vehicle_drag( "truck_swat", 0.808830, 7.607580, 6243.900000, 9929, 11682 ); test_vehicle_drag( "oldtractor", 0.537285, 0.893482, 1319.981250, 12446, 14408 ); - test_vehicle_drag( "autotractor", 1.425450, 2.044321, 2013.445000, 7779, 8068 ); + test_vehicle_drag( "autotractor", 1.425450, 2.057851, 2026.770000, 7778, 8066 ); test_vehicle_drag( "tractor_plow", 0.609525, 0.918444, 1739.562500, 11941, 13822 ); test_vehicle_drag( "tractor_reaper", 0.609525, 0.804219, 1523.216346, 11963, 13843 ); test_vehicle_drag( "tractor_seed", 0.609525, 0.804219, 1523.216346, 11963, 13843 ); test_vehicle_drag( "aapc-mg", 1.625400, 8.660271, 4378.969494, 8038, 9427 ); test_vehicle_drag( "apc", 1.625400, 8.538354, 4317.323661, 8047, 9436 ); test_vehicle_drag( "humvee", 0.616297, 7.288356, 4913.700893, 12935, 15175 ); - test_vehicle_drag( "military_cargo_truck", 0.840757, 9.507160, 4387.005556, 11554, 13581 ); - test_vehicle_drag( "flatbed_truck", 0.776902, 4.556718, 2039.952841, 10177, 12239 ); - test_vehicle_drag( "pickup", 0.589208, 3.264179, 1320.396429, 11288, 13539 ); + test_vehicle_drag( "military_cargo_truck", 0.840757, 9.539216, 4401.797222, 11550, 13577 ); + test_vehicle_drag( "flatbed_truck", 0.776902, 4.698776, 2103.549432, 10156, 12219 ); + test_vehicle_drag( "pickup", 0.589208, 3.287708, 1329.914286, 11283, 13535 ); test_vehicle_drag( "semi_truck", 0.792020, 10.185646, 5885.327500, 11661, 13732 ); - test_vehicle_drag( "truck_trailer", 1.196475, 13.127154, 5818.000000, 0, 0 ); - test_vehicle_drag( "tatra_truck", 0.968467, 8.434611, 4507.793605, 14050, 16400 ); + test_vehicle_drag( "truck_trailer", 1.196475, 13.367675, 5924.600000, 0, 0 ); + test_vehicle_drag( "tatra_truck", 0.968467, 8.492594, 4538.781977, 14044, 16394 ); test_vehicle_drag( "animalctrl", 0.396191, 2.829350, 1144.503571, 12832, 15400 ); test_vehicle_drag( "autosweeper", 0.986850, 1.844396, 1305.637500, 6884, 7144 ); test_vehicle_drag( "excavator", 0.659728, 1.793523, 1269.625000, 13204, 15305 ); - test_vehicle_drag( "road_roller", 1.823738, 2.768224, 9197.104167, 9430, 10928 ); + test_vehicle_drag( "road_roller", 1.823738, 2.768976, 9199.604167, 9430, 10928 ); test_vehicle_drag( "forklift", 0.565988, 1.510686, 712.937500, 8258, 8572 ); test_vehicle_drag( "trencher", 0.520838, 1.173965, 1334.115865, 8559, 8881 ); - test_vehicle_drag( "armored_car", 0.844628, 7.034173, 4742.334821, 11846, 13860 ); - test_vehicle_drag( "cube_van", 0.518580, 2.707603, 2222.257292, 11852, 14196 ); - test_vehicle_drag( "cube_van_cheap", 0.512775, 2.643764, 1905.244207, 10060, 12081 ); + test_vehicle_drag( "armored_car", 0.844628, 7.041709, 4747.415179, 11845, 13859 ); + test_vehicle_drag( "cube_van", 0.518580, 2.748191, 2255.569792, 11843, 14188 ); + test_vehicle_drag( "cube_van_cheap", 0.518580, 2.684732, 2203.486458, 10016, 12030 ); test_vehicle_drag( "hippie_van", 0.375874, 2.698624, 1091.623214, 11022, 13267 ); test_vehicle_drag( "icecream_truck", 0.681673, 3.271602, 2225.536486, 10796, 12939 ); - test_vehicle_drag( "lux_rv", 1.630929, 4.101402, 2315.010526, 8390, 9759 ); + test_vehicle_drag( "lux_rv", 1.630929, 4.105427, 2317.282456, 8390, 9758 ); test_vehicle_drag( "meth_lab", 0.499230, 4.185080, 2538.355452, 11668, 14057 ); test_vehicle_drag( "rv", 0.541800, 3.107252, 2127.031915, 11611, 13925 ); - test_vehicle_drag( "schoolbus", 0.445050, 4.727095, 2140.748136, 12301, 14426 ); + test_vehicle_drag( "schoolbus", 0.445050, 4.731163, 2142.590241, 12300, 14425 ); test_vehicle_drag( "security_van", 0.541800, 8.004081, 6569.327083, 11003, 13010 ); test_vehicle_drag( "wienermobile", 1.281891, 2.613527, 2145.044792, 10576, 12602 ); test_vehicle_drag( "canoe", 0.609525, 7.741047, 2.191938, 298, 628 ); test_vehicle_drag( "kayak", 0.609525, 2.935863, 1.108417, 710, 1314 ); test_vehicle_drag( "kayak_racing", 0.609525, 2.604776, 0.983417, 779, 1406 ); - test_vehicle_drag( "DUKW", 0.776902, 3.850773, 83.288765, 10283, 12339 ); + test_vehicle_drag( "DUKW", 0.776902, 3.937748, 85.169941, 10270, 12326 ); test_vehicle_drag( "raft", 0.997815, 9.743243, 5.517750, 239, 508 ); test_vehicle_drag( "inflatable_boat", 0.469560, 3.616690, 2.048188, 602, 1173 ); } diff --git a/tests/vehicle_test.cpp b/tests/vehicle_test.cpp index 57f530b009712..6428df91d9242 100644 --- a/tests/vehicle_test.cpp +++ b/tests/vehicle_test.cpp @@ -79,3 +79,35 @@ TEST_CASE( "add_item_to_broken_vehicle_part" ) const item itm2 = item( "jeans" ); REQUIRE( !veh_ptr->add_item( *cargo_part, itm2 ) ); } + +TEST_CASE( "starting_bicycle_damaged_pedal" ) +{ + clear_map(); + const tripoint test_origin( 60, 60, 0 ); + const tripoint vehicle_origin = test_origin; + map &here = get_map(); + Character &player_character = get_player_character(); + vehicle *veh_ptr = here.add_vehicle( vproto_id( "bicycle" ), vehicle_origin, -90_degrees, 0, + 0 ); + here.board_vehicle( test_origin, &player_character ); + REQUIRE( player_character.in_vehicle ); + REQUIRE( veh_ptr->engines.size() == 1 ); + + vehicle_part &pedel = veh_ptr->part( veh_ptr->engines[ 0 ] ); + + SECTION( "when the pedal has 1/4 hp" ) { + veh_ptr->set_hp( pedel, pedel.hp() * 0.25 ); + // Try starting the engine 100 time because it is random that a combustion engine does fails + for( int i = 0; i < 100 ; i++ ) { + CHECK( veh_ptr->start_engine( 0 ) ); + } + } + + SECTION( "when the pedal has 0 hp" ) { + veh_ptr->set_hp( pedel, 0 ); + + CHECK_FALSE( veh_ptr->start_engine( 0 ) ); + } + + here.detach_vehicle( veh_ptr ); +}